gsd-buildgsd-buildOfficialยท1 Agent Skills Included

gsd-browser

Deterministic Chrome browser automation, testing, and data extraction

Automates Chrome and Chromium through a persistent background daemon with 92 commands for navigation, clicking, form filling, and screenshots. Eliminates fragile selectors with versioned element refs, semantic intents, and explicit pass/fail assertions. Handles scraping, visual regression testing, network mocking, auth vaults, and live shared viewing so web workflows run faster and more reliably.
npx skills add gsd-build/gsd-browser --all -g -y
Available:

Gives your AI agent a quick-start overview of the browser automation commands, installation steps, and a pointer to the full skill reference for routing web tasks.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install gsd-browser?โ–ผ

Run `npx skills add gsd-build/gsd-browser --all -g -y` in your terminal to install the skill globally. It requires Chrome or Chromium, which the installer can fetch automatically.

How to automate browser tasks with plain commands?โ–ผ

Navigate to a page, run `gsd-browser snapshot` to get versioned element refs, then use click-ref or fill-ref to interact. Re-snapshot after any page change to keep refs valid.

Can gsd-browser scrape structured data from websites?โ–ผ

Yes. The extract command pulls structured JSON from pages using your own schema, and page-source or accessibility-tree give you full page content for analysis.

Does gsd-browser support web testing and assertions?โ–ผ

Yes. It includes 17 assertion types, visual regression diffing, network mocking, and batch execution for deterministic pass/fail web testing without a full test framework.

Can I watch and control the browser live?โ–ผ

Yes. The view command opens an authenticated local workbench with live frames, annotations, recording, and pause, step, or takeover controls for shared human oversight.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’