chrome-cdp
Installation
SKILL.md
Chrome CDP
Lightweight Chrome DevTools Protocol CLI. Connects directly via WebSocket — no Puppeteer, no extensions, instant connection, handles 100+ tabs. Operates on the user's live browser session with existing logins and state.
Prerequisites
-
Chrome with remote debugging enabled. If
listfails with "Chrome remote debugging not enabled", run theenablecommand to open the settings page:bun ${SKILL_PATH}/scripts/cdp.ts enableThen tell the user: "I've opened Chrome's remote debugging settings. Please toggle the switch to enable it, then I'll try again."
-
Bun runtime (already available in this environment).
Auto-setup flow: Always try list first. If it fails, run enable and ask the user to toggle. Then retry list.