Agent skill
chrome-devtools-mcp-fix
修复 chrome-devtools MCP 连接问题。当用户遇到 chrome-devtools disconnected、MCP 连接失败、autoConnect 不工作时触发。
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/chrome-devtools-mcp-fix
SKILL.md
Chrome DevTools MCP 连接修复
前提条件
- Chrome 已启动
- 已在
chrome://inspect/#remote-debugging启用远程调试
修复步骤
bash ~/.factory/skills/chrome-devtools-mcp-fix/scripts/update-mcp-config.sh
然后重启 Droid。
注意
Chrome 重启后 browser ID 会变,需要重新运行脚本。
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?