browser-debugger-cli
Browser automation and debugging via Chrome DevTools Protocol
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install browser-debugger-cli?โผ
Run `npx skills add szymdzum/browser-debugger-cli --all -g -y` in your terminal to install the skill globally.
What can I automate with bdg?โผ
You can fill and submit forms, click elements, take screenshots, run JavaScript, inspect network requests, and scrape dynamic pages through direct Chrome DevTools Protocol access.
How is bdg different from Puppeteer or Playwright?โผ
bdg gives raw access to all 644 CDP methods from the terminal with no scripting framework, making it lighter and more token-efficient for agents and quick debugging tasks.
Does bdg work with AI coding agents?โผ
Yes. It is designed for agents with self-discovery commands, semantic exit codes, and structured JSON output, and works with Claude Code, Cursor, and similar tools.
How do I fix a stuck bdg session?โผ
Run `bdg cleanup --force` to kill a stale session, or `bdg cleanup --aggressive` to terminate all Chrome processes and start fresh.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core