szymdzumszymdzumCommunityยท1 Agent Skills Included

browser-debugger-cli

Browser automation and debugging via Chrome DevTools Protocol

Controls Chrome directly from the terminal to automate browsing, fill forms, take screenshots, and inspect network traffic. Exposes all 644 DevTools Protocol methods with self-documenting discovery commands, semantic exit codes, and structured JSON output. Eliminates heavy frameworks like Puppeteer for scraping dynamic pages, debugging web apps, and verifying UI changes.
npx skills add szymdzum/browser-debugger-cli --all -g -y
Available:

Instructs the agent to discover bdg capabilities programmatically via self-documenting commands and to follow consistent JSON output, exit code, and error-suggestion conventions when running browser automation tasks.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’