OPEN_SOURCE ↗
YT · YOUTUBE// 21d agoOPENSOURCE RELEASE
Chrome CDP Skill links live Chrome sessions
Chrome CDP Skill is an open-source agent skill that connects directly to your existing Chrome session through DevTools Protocol, so the agent can inspect open tabs and work inside already logged-in sites. The pitch is simple: less setup, less relogin friction, more real browser context.
// ANALYSIS
This is a sharp answer to one of browser automation's most annoying pain points: most tools spin up a fresh browser, while this one reuses the session you already trust.
- –Direct CDP access means the agent can see the actual state of tabs, not a clean-room clone of them.
- –The repo emphasizes persistent per-tab daemons and a one-toggle setup, which should make it friendlier than heavier automation stacks.
- –It is especially compelling for authenticated workflows like Gmail, GitHub, and internal tools where cookie/session reuse matters.
- –The tradeoff is obvious: handing an agent your live browser session is powerful, but it also raises the bar for consent, safety, and operational discipline.
// TAGS
chrome-cdp-skillagentautomationclidevtool
DISCOVERED
21d ago
2026-03-21
PUBLISHED
21d ago
2026-03-21
RELEVANCE
8/ 10
AUTHOR
Github Awesome