chrome-mcp-troubleshooting
An agent skill by trailofbits, from trailofbits/skills. Tags: automation, debugging, mcp, troubleshooting, web.
What it does
Diagnose and fix Claude in Chrome MCP extension connectivity issues. Use when mcp__claude-in-chrome__* tools fail, return "Browser extension is not connected", or behave erratically.
Install
With the skills CLI, which installs into Claude Code, Codex, Cursor and other agents:
npx skills add trailofbits/skills --skill chrome-mcp-troubleshooting
Or copy the skill folder into Claude Code's skills directory by hand (~/.claude/skills for every project, or .claude/skills inside one):
git clone --depth 1 https://github.com/trailofbits/skills
cp -r skills/plugins/claude-in-chrome-troubleshooting/skills/chrome-mcp-troubleshooting ~/.claude/skills/chrome-mcp-troubleshooting
Safety box score
Not rated yet. A safety box score grades what a skill and its scripts can reach on the machine of whoever installs it, across eight categories from shell execution to secrets access. Anyone can request one from this page; it is saved for everyone. How the score works.
Source
- Repository
- trailofbits/skills (all skills from this repository)
- Path
- plugins/claude-in-chrome-troubleshooting/skills/chrome-mcp-troubleshooting/SKILL.md
- Branch
- main
- Collection
- claude-in-chrome-troubleshooting
- Updated
- 2026-09-19
Related skills
- amazon-workspaces-agent-access — 0) through the managed Agent Access MCP server, and guides reliable desktop automation.
- agent-web-search-setup — Sets up working web search on an agent whose model backend cannot run it.
- browser-testing-with-devtools — Tests in real browsers via Chrome DevTools MCP. Use when building or debugging anything that runs in a browser.
- comprehensive-research-agent — Ensure thorough validation, error recovery, and transparent reasoning in research tasks with multiple tool calls
- hyperframes-registry — Search, install, and wire registry blocks and components into HyperFrames compositions.
- mcp-developer — Use when building, debugging, or extending MCP servers or clients that connect AI systems with external tools and data sources.