with one click
claude-code-chrome-browser
Enable browser automation capabilities in Claude Code using the Chrome extension. This allows agents to interact with web pages, fill forms, click buttons, and perform automated browser tasks.
Enable browser automation capabilities in Claude Code using the Chrome extension. This allows agents to interact with web pages, fill forms, click buttons, and perform automated browser tasks.
List the recurring cron tasks the orchestrator has scheduled FOR you — call before self-scheduling so you don't create duplicates that fire N× reports.
Schedule a future check-in that creates a WorkItem for you or another agent at a specific time (one-shot or bounded recurring).
Query standard operating procedures relevant to your current context or task.
Author or update a custom SOP (a reusable procedure / playbook) for your team.
Read your team's norms (operating agreements — canDelegate, escalation, rules of engagement) relevant to the current moment.
Propose or update a team norm (an operating agreement — canDelegate, escalation, rules of engagement) for your team.
| name | Claude Code Chrome Browser |
| description | Enable browser automation capabilities in Claude Code using the Chrome extension. This allows agents to interact with web pages, fill forms, click buttons, and perform automated browser tasks. |
| version | 1.0.0 |
| category | automation |
| skillType | mcp |
| triggers | ["browser","chrome","web automation","browse","click","fill form","navigate"] |
| tags | ["browser","automation","chrome","mcp","web"] |
| execution | {"type":"mcp-tool","mcpTool":{"toolName":"mcp__claude-in-chrome__*","defaultParams":null}} |
| runtime | {"runtime":"claude-code","flags":["--chrome"]} |
| notices | [{"type":"requirement","message":"This skill requires the Claude Code Chrome extension to be installed in your browser."},{"type":"info","message":"This skill is only available when using Claude Code as the AI runtime."}] |
This skill enables browser automation capabilities through the Claude Code Chrome extension.
When this skill is enabled, agents can:
The browser automation tools are available through MCP (Model Context Protocol) when Claude Code is started with the --chrome flag.
mcp__claude-in-chrome__navigate - Navigate to URLsmcp__claude-in-chrome__read_page - Read page accessibility treemcp__claude-in-chrome__find - Find elements using natural languagemcp__claude-in-chrome__form_input - Fill form fieldsmcp__claude-in-chrome__computer - Mouse and keyboard interactionsmcp__claude-in-chrome__javascript_tool - Execute JavaScriptmcp__claude-in-chrome__get_page_text - Extract page text content--chrome flag (Crewly handles this automatically when this skill is enabled)find to locate elements by description before clicking