Automates and interacts with local Chrome browser sessions using the Chrome DevTools Protocol for debugging and navigation.
The chrome-cdp skill provides a lightweight, high-performance bridge between Claude and your local Chrome browser. By utilizing the Chrome DevTools Protocol (CDP) via WebSockets, it allows for instant interaction with 100+ open tabs without the overhead of heavy frameworks like Puppeteer. It is designed for developers who need to inspect accessibility trees, capture high-resolution screenshots, evaluate JavaScript in real-time, and automate browser interactions such as clicking, typing, and navigating through a persistent daemon that minimizes security prompts.
Key Features
01Direct Chrome DevTools Protocol interaction via high-speed WebSockets
0211 GitHub stars
03DPR-aware viewport screenshots with precise coordinate mapping
04Comprehensive interaction suite for JS evaluation, navigation, and element manipulation
05Semantic accessibility tree snapshots for superior page structure analysis
06Persistent per-tab daemons to bypass repetitive 'Allow debugging' prompts
Use Cases
01Automating complex multi-step browser workflows and data entry tasks
02Debugging and inspecting live web applications directly from the Claude CLI
03Performing accessibility audits using semantic tree snapshots instead of raw HTML