chrome-cdp-live-browser
Installation
SKILL.md
chrome-cdp: Live Chrome Session for AI Agents
Skill by ara.so — Daily 2026 Skills collection.
chrome-cdp connects your AI agent directly to your running Chrome browser via the Chrome DevTools Protocol (CDP). Unlike browser automation tools that spin up fresh isolated browsers, this connects to tabs you already have open — with your logins, cookies, and current page state intact.
What It Does
- Live session access — reads and interacts with tabs you're already logged into
- Persistent daemon — one WebSocket daemon per tab; the "Allow debugging" modal appears once, not on every command
- No npm install — only Node.js 22+ required
- 100+ tab support — handles large numbers of open tabs reliably
- Cross-origin iframe support —
typecommand works even inside cross-origin iframes