claude-chromeUse Claude Code with Chrome browser extension for web browsing and automation tasks. Alternative to OpenClaw's built-in browser tools.
Install via ClawdBot CLI:
clawdbot install dgriffin831/claude-chromeUse 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)Generated Mar 1, 2026
Marketing teams can use Claude Chrome to automatically monitor competitor websites for pricing changes, new product launches, and promotional campaigns. The tool navigates through multiple pages, extracts specific content, and compiles reports without manual browsing.
Quality assurance teams can automate testing of web applications by having Claude Chrome click through user flows, verify page elements, and check content accuracy. This reduces manual testing time and ensures consistent validation across different browsers and environments.
Academic researchers and analysts can automate data gathering from multiple web sources, such as extracting statistics from government portals or collecting news articles on specific topics. Claude Chrome navigates through search results, follows links, and captures structured information for analysis.
Retail businesses can automate tracking of product prices across multiple e-commerce platforms and competitor sites. Claude Chrome visits product pages, extracts pricing information, and monitors inventory changes to inform pricing strategies and stock management decisions.
Legal and compliance teams can automate monitoring of regulatory websites for policy updates, filing deadlines, and compliance requirements. The tool navigates government portals, extracts relevant documents, and alerts teams to important changes without manual daily checking.
Offer subscription-based monitoring services where businesses pay monthly fees to track competitors, market trends, or regulatory changes. The service uses Claude Chrome to automate data collection and deliver regular reports, saving clients manual research time.
Provide automated testing services for web applications, charging per test suite or on a retainer basis. Use Claude Chrome to simulate user interactions, verify functionality, and ensure cross-browser compatibility for client websites and applications.
Collect and sell structured web data to market research firms, financial institutions, and academic organizations. Use Claude Chrome to gather pricing data, news sentiment, or industry statistics from multiple sources, then package and sell the cleaned datasets.
💬 Integration Tip
Always check the Chrome extension is active using the native host process command before running automation tasks, and use aggressive timeouts since commands continue running in the background even after initial timeouts.
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
Expert frontend design guidelines for creating beautiful, modern UIs. Use when building landing pages, dashboards, or any user interface.
Use when building UI with shadcn/ui components, Tailwind CSS layouts, form patterns with react-hook-form and zod, theming, dark mode, sidebar layouts, mobile navigation, or any shadcn component question.
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when building web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
Create distinctive, production-grade static sites with React, Tailwind CSS, and shadcn/ui — no mockups needed. Generates bold, memorable designs from plain text requirements with anti-AI-slop aesthetics, mobile-first responsive patterns, and single-file bundling. Use when building landing pages, marketing sites, portfolios, dashboards, or any static web UI. Supports both Vite (pure static) and Next.js (Vercel deploy) workflows.
AI skill for automated UI audits. Evaluate interfaces against proven UX principles for visual hierarchy, accessibility, cognitive load, navigation, and more. Based on Making UX Decisions by Tommy Geoco.