
Faster Chrome DevTools Skill drops Puppeteer dependency
Zeke Sikelianos's faster-chrome-devtools-skill has removed its Puppeteer and DevTools MCP dependencies, rewriting the runtime in pure Node.js. It now utilizes a built-in lightweight RFC 6455 WebSocket client to drive Chrome directly via CDP, making browser automation for AI agents significantly faster and dependency-free.
Bypassing heavy automation wrappers like Puppeteer and MCP is a major win for agentic browser control. By using a lightweight Node.js native WebSocket implementation, the skill reduces latency and eliminates bulky dependency overhead for AI coding assistants.
- –The custom RFC 6455 client runs entirely on Node.js built-ins, eliminating the need to install Puppeteer, Playwright, or configure Chrome DevTools MCP.
- –A loopback-only background daemon keeps the CDP connection alive for 20 minutes to avoid repeated access prompts.
- –Writing screenshots directly to temporary files rather than piping base64 data to the model prevents context bloat and session crashes.
- –Optimized command shortcuts like page snapshots and console message list retrievals bypass standard browser interaction bottlenecks.
DISCOVERED
1h ago
2026-06-23
PUBLISHED
1h ago
2026-06-23
RELEVANCE
AUTHOR
mattzcarey