Overview
- Skill Key
- dgriffin831/claude-chrome
- Author
- dgriffin831
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/dgriffin831/claude-chrome
- Latest Commit SHA
- ea00a16e27db34893e87f566295a3467523da785
Use Claude Code with Chrome browser extension for web browsing and automation tasks. Alternative to OpenClaw's built-in browser tools.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 claude-chrome 技能。 若已安装,则直接安装 claude-chrome 技能。
# Claude Chrome — Browser Automation via Claude Code 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). ## Prerequisites 1. **Claude Code** installed on the node (e.g. `/opt/homebrew/bin/claude`) 2. **Claude Code Chrome extension** installed and enabled in Chrome 3. **Chrome** running on the node ## How It Works 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. ## Step 1: Check if Chrome Extension is Active Look for the native host process to confirm the Chrome extension is running: ```bash 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. ## Step 2: Run Claude Code with Chrome Use `nodes.run` with your node to execute browser tasks: ```bash 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 loaded **Timeout:** See benchmarks below for guidance. Recommended defaults: - Simple tasks (single page read): `commandTimeoutMs=30000` (30 seconds) - Medium complexity (multi-step navigation): `commandTimeoutMs=120000` (2 minutes) - Complex workflows (multiple pages + summarization): `commandTimeoutMs=180000` (3 minutes) ## Performance Benchmarks | Task Type | Example | Duration | Recommended Timeout | |-----------|---------|----------|-----------...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.