What problem does it solve?
This Skill eliminates the need for heavy browser automation tools like Puppeteer to interact with, debug, or scrape content from open Chrome tabs, and removes the friction of repeated permission popups for long-running debugging sessions.
Core Features & Use Cases
- Direct CDP Connection: Connects to Chrome's remote debugging port via raw WebSocket, no external dependencies, and supports 100+ open tabs simultaneously.
- Persistent Per-Tab Daemons: Runs background daemons for each tab that keep CDP sessions alive for 20 minutes of inactivity, eliminating repeated "Allow debugging" permission popups.
- Built-In Browser Commands: Includes out-of-the-box functionality for screenshots, accessibility snapshots, JavaScript evaluation, element clicking, text input, and network performance analysis.
- Use Case: A developer debugging a production login issue can take an accessibility snapshot of the auth page, evaluate JavaScript to check session state, and capture network timings all without installing additional browser automation tools.
Quick Start
Use the chrome-cdp skill to capture a screenshot of the open user authentication page and save it to /tmp/auth-screenshot.png to debug layout and loading issues.