chrome-mcp-remote
Chrome MCP Remote-Debug Skill
Use this skill to run Chrome DevTools MCP by connecting to a manually launched Chrome instance. This avoids macOS sandbox/permission issues and user-data-dir lock problems.
Quick Start
- Start the dedicated Chrome instance:
bash "<path-to-skill>/scripts/start-chrome-mcp.sh"
- Ensure your Chrome DevTools MCP server points to the same port (default 9223). The config should use:
--browserUrl http://127.0.0.1:9223
- Use Chrome MCP tools normally. If a page needs login, log in manually in the MCP Chrome window.
Environment knobs
The script supports overrides:
CHROME_MCP_PORT(default 9223)CHROME_MCP_PROFILE(default /tmp/chrome-devtools-mcp-profile)CHROME_MCP_CHROME(default /Applications/Google Chrome.app/Contents/MacOS/Google Chrome)
Example:
CHROME_MCP_PORT=9333 CHROME_MCP_PROFILE=/tmp/mcp-profile bash "<path-to-skill>/scripts/start-chrome-mcp.sh"
If you change the port, update your MCP server args to match.
Login guidance
For sites requiring authentication:
- Prefer manual login in the MCP Chrome window. Cookies are stored in the dedicated profile dir.
- If you must have the agent fill credentials, provide them explicitly for this session only; do not store secrets in files.
Troubleshooting (fast checks)
- Verify remote debugging is up:
curl -s http://127.0.0.1:9223/json/version
- If empty or 404, ensure Chrome was started with the remote-debugging flags and a non-default user-data-dir.
More from xiaojiongqian/skills-hub
patent-search-cn-us
Patent prior-art search and novelty check guidance focused on China and the United States (CNIPA, USPTO, Google Patents, WIPO). Use when asked to plan or run CN/US patent searches, draft search strategies, or produce a preliminary novelty search report.
87jina-web-fetch
Fetch webpage text with a normal HTTP request first, then automatically fall back to jina.ai proxy when direct access fails or returns login/JS-blocked content. Use when extracting content from X (Twitter) or other pages that are hard to read directly.
52git-pr-merge
>
12gh-fix-ci
Inspect GitHub PR checks with gh, pull failing GitHub Actions logs, summarize failure context, then create a fix plan and implement after user approval. Use when a user asks to debug or fix failing PR CI/CD checks on GitHub Actions and wants a plan + code changes; for external checks (e.g., Buildkite), only report the details URL and mark them out of scope.
9firebase-gcp-debug
Debug Firebase and Google Cloud issues (emulators, Cloud Functions v1/v2, Firestore/Auth/Storage) using `firebase` and `gcloud` CLIs. Use when investigating Firebase 部署/函数报错, emulator 启动失败, Firestore 权限/索引问题, or when you need to query GCP Cloud Logging / Cloud Run logs for Firebase-backed services.
8auto-dev
>
8