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-cdponPATH(or$CHROME_CDP_BIN). Use--jsonon every command you parse.