Use Claude Code with Chrome browser extension for web browsing and automation tasks. Alternative to OpenClaw's built-in browser tools.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install claude-chrome或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install claude-chrome⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/claude-chrome/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: claude-chrome description: Use Claude Code with Chrome browser extension for web browsing and automation tasks. Alternative to OpenClaw's built-in browser tools. metadata: {"clawdbot":{"emoji":"🌐","requires":{"anyBins":["claude"]}}} ---
Use Claude Code's Chrome integration to browse the web, interact with pages, and automate browser tasks. This is an alternative to OpenClaw's built-in browser tools (Chrome Relay, OpenClaw profile).
/opt/homebrew/bin/claude)Claude Code can connect to Chrome via its built-in browser extension (MCP server). When enabled, Claude Code gains browser tools — it can navigate pages, click elements, fill forms, read content, and more.
Look for the native host process to confirm the Chrome extension is running:
nodes.run node=<your-node-id> command='["bash", "-lc", "pgrep -f \"claude --chrome-native-host\""]'
If this returns a PID, the Chrome extension bridge is active and ready.
Use nodes.run with your node to execute browser tasks:
nodes.run node=<your-node-id> commandTimeoutMs=120000 command='["bash", "-lc", "claude --dangerously-skip-permissions --chrome -p \"Go to example.com and read the headline\""]'
Flags:
--dangerously-skip-permissions — auto-approve all actions (required for automation)--chrome — enable Chrome browser integration-p / --print — non-interactive print mode (required for automated use)bash -lc — login shell to ensure PATH is loadedTimeout: See benchmarks below for guidance. Recommended defaults:
commandTimeoutMs=30000 (30 seconds)commandTimeoutMs=120000 (2 minutes)commandTimeoutMs=180000 (3 minutes)| Task Type | Example | Duration | Recommended Timeout | |-----------|---------|----------|---------------------| | Simple | Read button text on Google | 13s | 30s (30000ms) | | Medium | Wikipedia search + navigate + summarize | 76s | 2min (120000ms) | | Complex | Multi-page navigation + external links | ~90s+ | 3min (180000ms) |
Gateway timeout note: OpenClaw's gateway has a hardcoded 10-second connection timeout. Commands will error immediately but continue running in the background. Results arrive via system messages when complete.
--dangerously-skip-permissions for automated runs-p / --print for non-interactive outputbash -lc for login shell (PATH loading)web_fetch instead (faster, no domain permissions needed)安装 Claude Chrome 后,可以对 AI 说这些话来触发它
Help me get started with Claude Chrome
Explains what Claude Chrome does, walks through the setup, and runs a quick demo based on your current project
Use Claude Chrome to use Claude Code with Chrome browser extension for web browsing and ...
Invokes Claude Chrome with the right parameters and returns the result directly in the conversation
What can I do with Claude Chrome in my ai agent & automation workflow?
Lists the top use cases for Claude Chrome, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/claude-chrome/ 目录(个人级,所有项目可用),或 .claude/skills/claude-chrome/(项目级)。重启 AI 客户端后,用 /claude-chrome 主动调用,或让 AI 根据上下文自动发现并使用。
Claude Chrome 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Claude Chrome 可免费安装使用。请查阅仓库了解许可证信息。
Use Claude Code with Chrome browser extension for web browsing and automation tasks. Alternative to OpenClaw's built-in browser tools.
Claude Chrome 属于「AI Agent & Automation」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my ai agent & automation tasks using Claude Chrome
Identifies repetitive steps in your workflow and sets up Claude Chrome to handle them automatically