chrome-devtools

Browser automation via Chrome extension and DevTools MCP. Use when controlling a logged-in Chrome browser, automating workflows, filling forms, extracting data, debugging web apps, reading console logs, or running scheduled browser tasks. Use for browser testing, form automation, data extraction, web scraping, authenticated browsing.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "chrome-devtools" with this command: npx skills add oakoss/agent-skills/oakoss-agent-skills-chrome-devtools

Chrome DevTools Skill

Control a real Chrome browser with Claude. The Chrome extension runs inside an authenticated browser session, allowing interaction with sites the user is already logged into -- Gmail, Google Docs, Notion, CRMs, and more.

Overview

Two integration paths exist: Claude Code + Chrome Extension (terminal-based browser control via claude --chrome) and Chrome DevTools MCP (26 browser automation tools via Model Context Protocol). Both operate on a real Chrome instance with existing logins, requiring no re-authentication. The Chrome extension also supports workflow shortcuts, scheduled recurring tasks, and multi-tab coordination independently of Claude Code.

Quick Reference

IntegrationSetupBest For
Claude Code + Extensionclaude --chromeTerminal-based browser control
Chrome DevTools MCPclaude mcp add chrome-devtools --scope user npx chrome-devtools-mcp@latestProgrammatic automation via MCP tools
CapabilityTools/Methods
NavigationNavigate URLs, create/close/switch tabs, resize windows
InputClick, type, fill forms, drag, hover, press keys, upload files
ExtractionRead page content, DOM state, console logs, network requests
DebuggingScreenshots, DOM snapshots, evaluate JavaScript, performance tracing
EmulationDevice emulation, viewport resizing
RecordingRecord browser interactions as GIFs, save workflow shortcuts
SchedulingWorkflow shortcuts with daily/weekly/monthly/annual triggers
RequirementMinimum
Google ChromeLatest stable
Claude in Chrome Extension1.0.36+
Claude Code CLI2.0.73+
Claude PlanPro, Team, or Enterprise
Node.js (DevTools MCP)20.19+

Not supported: Other Chromium browsers (Brave, Arc, Edge), WSL, headless mode (extension path only; DevTools MCP supports headless), mobile devices.

Common Mistakes

MistakeCorrect Pattern
Running browser automation without --chrome flagStart Claude Code with claude --chrome or enable Chrome by default via /chrome settings
Trying to take over existing tabsClaude opens new tabs for tasks; it does not hijack tabs you already have open
Not handling CAPTCHAs and modal dialogs manuallyClaude pauses at CAPTCHAs, login prompts, and modals; dismiss them yourself then tell Claude to continue
Using ambiguous instructions for form fillingBe specific about field names, values, and order; ambiguous prompts produce inconsistent results
Requesting all console logs without filteringSpecify log patterns or error types; requesting everything floods context with noise
Enabling Chrome by default without needIncreases context usage since browser tools are always loaded; use --chrome flag only when needed
Using DevTools MCP without --scope userAdd --scope user to make the MCP server available across all projects

Delegation

  • Automate repetitive browser workflows across sites: Use Task agent with Chrome extension to fill forms, extract data, or navigate multi-step flows
  • Debug frontend issues with console and network inspection: Use Explore agent with DevTools MCP to capture console errors, network failures, and DOM state
  • Plan complex multi-tab data extraction pipelines: Use Plan agent to design the workflow steps before executing browser automation
  • Record and schedule recurring browser tasks: Use Chrome extension shortcuts with scheduling for daily/weekly automation

References

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

chrome-devtools

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

github-cli

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

tanstack-cli

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

chrome-devtools

No summary provided by upstream source.

Repository SourceNeeds Review