Chrome-cdp-skill is a tool that connects AI agents directly to your existing Chrome browser session, allowing them to interact with already-open tabs, logged-in accounts, and live page state without launching a separate browser instance.
It requires only Node.js 22+ and enabling remote debugging in Chrome, then provides commands for screenshots, DOM inspection, JavaScript evaluation, clicking, typing, and navigation. Unlike chrome-devtools-mcp, which reconnects on each command, chrome-cdp maintains persistent daemon connections per tab, avoiding repeated permission prompts and reliably handling 100+ open tabs.