Back to skills

claude-in-chrome-troubleshooting

security

Diagnoses and fixes connectivity failures between the Claude in Chrome MCP extension and Claude Code CLI on macOS. The core problem it solves is a conflict between Claude.app (Cowork) and Claude Code

Setup & Installation

npx skills add https://github.com/trailofbits/claude-in-chrome-troubleshooting --skill claude-in-chrome-troubleshooting
or paste the link and ask your coding assistant to install it
https://github.com/trailofbits/claude-in-chrome-troubleshooting
View on GitHub

What This Skill Does

Diagnoses and fixes connectivity failures between the Claude in Chrome MCP extension and Claude Code CLI on macOS. The core problem it solves is a conflict between Claude.app (Cowork) and Claude Code CLI, which register competing native messaging hosts in Chrome with incompatible socket formats. Covers socket path mismatches, stale version wrappers, multiple Chrome profiles, and TMPDIR misconfiguration. Without this skill, diagnosing the Claude.app vs Claude Code native host conflict requires manually cross-referencing socket paths, native messaging JSON configs, and running process lists — steps that are non-obvious and scattered across macOS-specific locations.

When to use it

  • Working with claude in chrome troubleshooting functionality
  • Implementing claude in chrome troubleshooting features
  • Debugging claude in chrome troubleshooting related issues