drive-chrome-cdp

Installation
SKILL.md

Drive local Chrome via chrome-cdp

chrome-cdp drives the user's real Chrome over the DevTools Protocol — their actual tabs, logins, and cookies — from the shell. (Nothing installs a cdp binary; use chrome-cdp unless the user's shell aliases it.) Every command speaks a uniform JSON envelope and a stable exit-code contract, so an agent parses results and branches on failure class instead of scraping prose. Because it drives the real profile, live logins are reused: type no credentials (see Session & passkeys).

Binary: chrome-cdp on PATH (or $CHROME_CDP_BIN). Use --json on every command you parse.

Setup (once)

Installs
1
GitHub Stars
1
First Seen
11 days ago
drive-chrome-cdp — sanketsudake/chrome-cdp-cli