Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
oakoss avatar

Chrome Devtools

  • 92 installs
  • 14 repo stars
  • Updated March 2, 2026
  • oakoss/agent-skills

Helps with ai & agent building tasks during AI-assisted development.

About

chrome-devtools is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.

  • chrome-devtools
  • AI & Agent Building
  • AI-coding skill

Chrome Devtools by the numbers

  • 92 all-time installs (skills.sh)
  • +4 installs in the week ending Aug 4, 2026 (Skillselion tracking)
  • Ranked #4,715 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 4, 2026 (Skillselion catalog sync)
npx skills add https://github.com/oakoss/agent-skills --skill chrome-devtools

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs92
repo stars14
Last updatedMarch 2, 2026
Repositoryoakoss/agent-skills

What it does

Helps with ai & agent building tasks during AI-assisted development.

Files

SKILL.mdMarkdownGitHub ↗

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

  • Claude Code Chrome integration -- setup, capabilities, and how the extension communicates with Claude Code
  • Chrome DevTools MCP tools -- all 26 MCP tools organized by category with configuration options
  • Browser automation workflows -- common patterns for testing, data extraction, and content management
  • Workflow shortcuts and scheduling -- creating reusable shortcuts and scheduled recurring tasks
  • Troubleshooting and best practices -- fixing connection issues, handling dialogs, and security considerations

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.