skills/chrome-devtools-mcp-skill/SKILL.md
Use Chrome DevTools MCP through UXC over local stdio for page navigation, DOM/a11y snapshots, network inspection, console inspection, and performance tooling, with a live-browser autoConnect default and optional browserUrl or isolated fallback modes.
npx skillsauth add holon-run/uxc chrome-devtools-mcp-skillInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill to run Chrome DevTools MCP operations through uxc using a fixed stdio endpoint.
Reuse the uxc skill for generic MCP discovery, daemon reuse, JSON envelope parsing, and error handling.
uxc is installed and available in PATH.npx is available in PATH (Node.js installed).chrome://inspect/#remote-debugging if you use the default live-browser flow.chrome-devtools-mcp package fetch.Endpoint candidate inputs before finalizing:
npx chrome-devtools-mcp@latestnpx -y chrome-devtools-mcp@latestnpx -y chrome-devtools-mcp@latest --autoConnect --no-usage-statisticsnpx -y chrome-devtools-mcp@latest --browserUrl http://127.0.0.1:9222 --no-usage-statisticsnpx -y chrome-devtools-mcp@latest --headless --isolated --no-usage-statisticsnpx -y chrome-devtools-mcp@latest --autoConnect --no-usage-statisticshttps://github.com/ChromeDevTools/chrome-devtools-mcpuxc "npx -y chrome-devtools-mcp@latest --autoConnect --no-usage-statistics" -hprotocol == "mcp" in envelope).command -v chrome-devtools-mcp-cliuxc link chrome-devtools-mcp-cli "npx -y chrome-devtools-mcp@latest --autoConnect --no-usage-statistics"command -v chrome-devtools-mcp-portuxc link chrome-devtools-mcp-port "npx -y chrome-devtools-mcp@latest --browserUrl http://127.0.0.1:9222 --no-usage-statistics"command -v chrome-devtools-mcp-isolateduxc link chrome-devtools-mcp-isolated "npx -y chrome-devtools-mcp@latest --headless --isolated --no-usage-statistics"chrome-devtools-mcp-cli -hchrome-devtools-mcp-cli new_page -hchrome-devtools-mcp-cli take_snapshot -hchrome-devtools-mcp-cli list_network_requests -hchrome-devtools-mcp-cli lighthouse_audit -hnew_page, list_pages, take_snapshot, list_network_requests, or list_console_messages.clickfillfill_formpress_keyupload_fileevaluate_scripthandle_dialog--text.chrome-devtools-mcp-cli as the default command path.--autoConnect first when browser-side remote debugging is available.chrome-devtools-mcp-port only when you intentionally run a Chrome instance with --remote-debugging-port=9222.chrome-devtools-mcp-isolated.take_snapshot over screenshots for model-action loops.list_network_requests / get_network_request over raw script evaluation when inspecting network behavior.lighthouse_audit, performance_start_trace, and take_memory_snapshot as heavier operations; use them intentionally.evaluate_script only when an existing higher-level DevTools tool cannot answer the question.references/usage-patterns.mddevelopment
Operate Feishu or Lark IM APIs through UXC with a curated OpenAPI schema, tenant-token bearer auth, and chat/message guardrails.
development
Operate X API v2 through UXC with the official OpenAPI schema, OAuth2 PKCE user-context auth, app-only bearer guidance, and read-first guardrails for timeline/bookmark/post workflows.
development
Operate GitHub REST API through UXC with the official OpenAPI schema, explicit gh-to-uxc auth import, and read-first guardrails for repo, issue, pull request, and event workflows.
development
Operate WhatsApp Business Platform Cloud API through UXC with a curated OpenAPI schema, bearer-token auth, and message/profile guardrails.