cdp-connect
Installation
SKILL.md
CDP Connect
Connect to an existing Chrome browser via Chrome DevTools Protocol. Zero dependencies — Node 22 built-in WebSocket only.
Prerequisites
Chrome must be running with remote debugging enabled:
# Launched manually:
chrome --remote-debugging-port=9222
# Or by a dev server that launches Chrome:
npm run dev # if it opens Chrome with --remote-debugging-port