Skill Detail
Debug live Chromium sessions with browser-debugger-cli
Pull DOM, console, network, and CDP telemetry from a live Chromium session when an agent needs to debug a failing browser task.
Runbooks & DiagnosticsMulti-Framework
Runbooks & Diagnostics
Multi-Framework
Security Reviewed
β 124 GitHub stars
β¬ 582/wk npm
INSTALL WITH ANY AGENT
npx skills add agentskillexchange/skills --skill debug-live-chromium-sessions-with-browser-debugger-cli
Works best when you want a reusable capability, not another fragile one-off prompt.
At a glance
Tools required
Node.js, npm, Chromium-based browser
Install & setup
Install with `npm install -g browser-debugger-cli@alpha`, then start a session with `bdg <url>` and use the CLI or CDP subcommands to inspect the live browser state.
Author
szymdzum
Publisher
Individual
Last updated
Apr 17, 2026
Quick brief
Use browser-debugger-cli when an agent needs to inspect a live Chromium tab by pulling DOM snapshots, console errors, network activity, cookies, or raw CDP output during a failing browser task. Invoke it instead of using the browser normally when the job is diagnosis and telemetry collection, not routine browsing or end-to-end automation. The scope boundary is tight and skill-shaped: this is a live-session debugging workflow around Chrome DevTools Protocol, not a generic browser platform, SDK, or framework listing.