What problem does it solve?
Enables safe, user-approved inspection and automation of a local headful Chrome (or Chromium-family) browser by speaking directly to the DevTools Protocol, avoiding heavyweight tooling and enabling fast interactions across many open tabs.
Core Features & Use Cases
- List and target pages: discover open page targets and resolve unique target prefixes for precise operations.
- Interact and automate: navigate pages, evaluate JavaScript, click elements, type text, perform raw CDP commands, and capture viewport screenshots with DPR-aware coordinate mapping.
- Per-tab daemons and IPC: runs lightweight per-tab daemons with a newline-delimited JSON socket protocol for scripting and long-lived sessions; useful for debugging, accessibility snapshots, scraping dynamic content, and reproducible test interactions.
Quick Start
Use the chrome-cdp skill to list open tabs, attach to a target with your approval, and capture a viewport screenshot of the active page.