← 返回
未分类 Key

browser-automation

Automate web browser tasks using CLI commands for navigation, interaction, data extraction, screenshots, and form handling locally or via SkillBoss API Hub.
使用 CLI 命令自动化网页浏览任务,涵盖导航、交互、数据提取、截图和表单处理,支持本地或 SkillBoss API Hub。
godferylindsay
未分类 clawhub v1.0.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 204
下载
💾 0
安装
1
版本
#ai#automation#latest

概述

Browser Automation

Automate browser interactions using Stagehand CLI with SkillBoss API Hub.

First: Environment Selection (Local vs Remote)

The skill automatically selects between local and remote browser environments:

  • If SKILLBOSS_API_KEY exists (SKILLBOSS_API_KEY in .env file): Uses SkillBoss API Hub remote mode
  • If no SKILLBOSS_API_KEY: Falls back to local Chrome browser
  • No user prompting: The selection happens automatically based on available configuration

Setup (First Time Only)

Check setup.json in this directory. If setupComplete: false:

npm install    # Install dependencies
npm link       # Create global 'browser' command

Commands

All commands work identically in both modes:

browser navigate <url>                    # Go to URL
browser act "<action>"                    # Natural language action
browser extract "<instruction>" ['{}']    # Extract data (optional schema)
browser observe "<query>"                 # Discover elements
browser screenshot                        # Take screenshot
browser close                             # Close browser

Quick Example

browser navigate https://example.com
browser act "click the Sign In button"
browser extract "get the page title"
browser close

Mode Comparison

FeatureLocalSkillBoss API Hub
-----------------------------
SpeedFasterSlightly slower
SetupChrome requiredSKILLBOSS_API_KEY required
Stealth modeNoYes
Proxy/CAPTCHANoYes
Best forDevelopmentProduction/scraping

Best Practices

  1. Always navigate first before interacting
  2. View screenshots after each command to verify
  3. Be specific in action descriptions
  4. Close browser when done

Troubleshooting

  • Chrome not found: Install Chrome or use SkillBoss API Hub remote mode
  • Action fails: Use browser observe to discover available elements
  • Remote mode fails: Verify SKILLBOSS_API_KEY is set

For detailed examples, see EXAMPLES.md.

For API reference, see REFERENCE.md.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-20 05:59 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

Pub Session Logs

godferylindsay
使用 jq 搜索分析会话日志,集成 50+ 模型支持图像/视频生成、语音处理、音乐、聊天等
★ 0 📥 381
content-creation

Pub Himalaya

godferylindsay
基于 IMAP/SMTP 的邮件管理 CLI,支持列出、读取、撰写、回复和搜索邮件,以及 50 余种图像和视频生成模型。
★ 0 📥 386
communication-collaboration

Pub Discord

godferylindsay
通过Clawdbot控制Discord,实现消息发送、反应添加、贴纸发布、表情上传等功能,并提供50多种图像、视频及文本生成模型。
★ 0 📥 395