chrome-cdp
Lightweight CLI for direct Chrome DevTools Protocol interaction, supporting screenshots, DOM access, and automation.
Install
npx skills add https://github.com/pasky/chrome-cdp-skill --skill chrome-cdpStats
| Total installs | 1,092 |
| Weekly installs | 1.1K |
| GitHub stars | 2.7K |
| First seen | Mar 13, 2026 |
| Source | @pasky/chrome-cdp-skill |
Summary
- Connects directly to Chrome/Chromium/Brave/Edge with remote debugging enabled; no Puppeteer dependency, supports 100+ tabs with instant connection
- Core commands: list tabs, shot (viewport screenshots), snap (accessibility tree), eval (JavaScript), click/clickxy (interactions), type (text input), nav (navigation), html (DOM extraction), net (resource timing)
- Handles coordinate conversion between native image pixels and CSS pixels via device pixel ratio (DPR); clickxy takes CSS pixel coordinates
- Requires Node.js 22+, Chrome with remote debugging enabled via chrome://inspect/#remote-debugging, and optional CDP_PORT_FILE env var for non-standard DevToolsActivePort locations
- Background daemon persists sessions for 20 minutes, eliminating repeated "Allow debugging" prompts after first tab access
Tags
Related skills
| Skill | Installs | vs chrome-cdp |
|---|---|---|
| xiaohongshu-images | 1,040 | -52 |
| semgrep-rule-variant-creator | 1,159 | +67 |
| heygen | 1,143 | +51 |
| parallel-task-spark | 1,149 | +57 |
| csv-data-summarizer | 1,156 | +64 |
FAQ
- How many installs does chrome-cdp have?
- chrome-cdp has 1,092 total installs and 1.1K installs this week.
- Where is chrome-cdp hosted?
- chrome-cdp is published by @pasky/chrome-cdp-skill at https://github.com/pasky/chrome-cdp-skill.
- How many GitHub stars does chrome-cdp have?
- chrome-cdp has 2.7K GitHub stars.
- When was chrome-cdp first indexed?
- OrangeBot.AI first indexed chrome-cdp on Mar 13, 2026.
- How do I install chrome-cdp?
- Run: npx skills add https://github.com/pasky/chrome-cdp-skill --skill chrome-cdp