Discover and explore top open-source AI tools and projects—updated daily.
paskyAI agent access to live Chrome sessions
New!
Top 16.9% on SourcePulse
Provides AI agents direct access to live Chrome sessions, enabling interaction with existing tabs, logged-in accounts, and current page states without launching separate browser instances or requiring re-logins. This skill is designed for users who need their AI to leverage their immediate browsing context for tasks requiring authenticated access or interaction with dynamic web content.
How It Works
It connects directly to Chrome's remote debugging WebSocket, bypassing frameworks like Puppeteer. A unique aspect is the creation of a lightweight, persistent background daemon per tab upon first access. This daemon holds the Chrome DevTools Protocol (CDP) session open, ensuring Chrome's "Allow debugging" prompt appears only once per tab and enabling reliable target enumeration even with over 100 tabs open, a common failure point for other tools. Daemons automatically exit after 20 minutes of inactivity.
Quick Start & Requirements
pi install git:github.com/pasky/chrome-cdp-skill@v1.0.1 or copy the skills/chrome-cdp/ directory.chrome://inspect/#remote-debugging.chrome://inspect/#remote-debugging for setup.Highlighted Details
Maintenance & Community
No specific information on contributors, sponsorships, or community channels was found in the provided README.
Licensing & Compatibility
The license type and compatibility notes for commercial use or closed-source linking are not specified in the provided README.
Limitations & Caveats
The primary caveat is that background daemons automatically exit after 20 minutes of inactivity, requiring re-establishment for long-running tasks.
2 weeks ago
Inactive
vercel-labs
browser-use