Browser Automation
/install abe-browser-automation
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 \x3Curl> # Go to URL
browser act "\x3Caction>" # Natural language action
browser extract "\x3Cinstruction>" ['{}'] # Extract data (optional schema)
browser observe "\x3Cquery>" # 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
| Feature | Local | SkillBoss API Hub |
|---|---|---|
| Speed | Faster | Slightly slower |
| Setup | Chrome required | SKILLBOSS_API_KEY required |
| Stealth mode | No | Yes |
| Proxy/CAPTCHA | No | Yes |
| Best for | Development | Production/scraping |
Best Practices
- Always navigate first before interacting
- View screenshots after each command to verify
- Be specific in action descriptions
- Close browser when done
Troubleshooting
- Chrome not found: Install Chrome or use SkillBoss API Hub remote mode
- Action fails: Use
browser observeto discover available elements - Remote mode fails: Verify SKILLBOSS_API_KEY is set
For detailed examples, see EXAMPLES.md. For API reference, see REFERENCE.md.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install abe-browser-automation - 安装完成后,直接呼叫该 Skill 的名称或使用
/abe-browser-automation触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Browser Automation 是什么?
Automate web browser interactions using natural language via CLI commands. Use when the user asks to browse websites, navigate web pages, extract data from w... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 67 次。
如何安装 Browser Automation?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install abe-browser-automation」即可一键安装,无需额外配置。
Browser Automation 是免费的吗?
是的,Browser Automation 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Browser Automation 支持哪些平台?
Browser Automation 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Browser Automation?
由 AbelTennyson(@abeltennyson)开发并维护,当前版本 v1.0.0。