← 返回
未分类 中文

Openclaw Browser Automation 1.0.1

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...
使用自然语言通过命令行自动化浏览器交互。当用户请求浏览网站、导航网页、提取数据时使用。
q262045312-ui q262045312-ui 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 440
下载
💾 0
安装
1
版本
#latest

概述

Browser Automation

Automate browser interactions using Stagehand CLI with Claude.

First: Environment Selection (Local vs Remote)

The skill automatically selects between local and remote browser environments:

  • If Browserbase API keys exist (BROWSERBASE_API_KEY and BROWSERBASE_PROJECT_ID in .env file): Uses remote Browserbase environment
  • If no Browserbase API keys: 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

FeatureLocalBrowserbase
-----------------------------
SpeedFasterSlightly slower
SetupChrome requiredAPI 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 Browserbase mode
  • Action fails: Use browser observe to discover available elements
  • Browserbase fails: Verify API key and project ID are set

For detailed examples, see EXAMPLES.md.

For API reference, see REFERENCE.md.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-03 07:25 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Openclaw Auto Updater 1.0.0

q262045312-ui
每日通过 cron 自动更新 Clawdbot 及所有已安装技能,检查并应用更新,然后向用户发送更新摘要。
★ 0 📥 369

Openclaw Memory Manager 1.0.0

q262045312-ui
本地记忆管理,用于智能体。压缩检测、自动快照和语义搜索。适用于在记忆前需要检测压缩风险的情况。
★ 0 📥 403

Openclaw Proactive Agent 3.1.0

q262045312-ui
将AI代理从任务执行者转变为能够预见需求、持续改进的主动合作伙伴。现已支持WAL协议、工作缓冲区和Autono...
★ 0 📥 328