Отладка Chrome из терминала через CDP
vibe-coding
browser-debugger-cli is a Claude Code skill that brings the Chrome DevTools Protocol (CDP) directly into the terminal via the bdg command, establishing a persistent connection to Chrome where all 644 protocol methods across 53 domains can be executed sequentially through Unix pipes. Designed explicitly for AI agents, it avoids MCP overhead and provides 33% better token efficiency than Chrome DevTools MCP Server through selective queries rather than full accessibility tree dumps. Built-in self-discovery commands (`--list`, `--search`, `--describe`) let agents explore available capabilities without external documentation. Unique features include memory profiling, HAR export, and batch JavaScript execution — not available in MCP alternatives. Install via npm as `browser-debugger-cli@alpha`; supports macOS, Linux, and Windows via WSL.
- #bdg