open-gsdopen-gsdOfficialยท1 Agent Skills Included

gsd-browser

Deterministic Chrome automation, testing, and live browser collaboration

Controls real Chrome and Chromium browsers through 90+ commands for navigation, clicking, form filling, snapshots, and assertions. Eliminates fragile selectors and manual testing with versioned element refs, semantic intents, visual regression checks, and network mocking. Captures screenshots, recordings, and evidence bundles while a live viewer lets humans watch, annotate, or take over any session.
npx skills add open-gsd/gsd-browser --all -g -y
Available:

Directs your AI agent to use the gsd-browser MCP server as the primary path, with quick-start commands, installation steps, and pointers to best-practice docs for browser automation workflows.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

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

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

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

Use the act-instruction command or semantic intents like submit_form and accept_cookies to act on pages without writing selectors. Your agent navigates, snapshots elements, and interacts using stable versioned refs.

Does gsd-browser work with Cursor and Claude Desktop?โ–ผ

Yes. Running `gsd-browser mcp` starts a server exposing 50+ browser tools that connect directly to Cursor, Claude Desktop, VS Code, and any MCP-compatible client.

Can gsd-browser run visual regression tests?โ–ผ

Yes. It includes visual diffing, 18 assertion types, network mocking, and device emulation so you can verify pages and catch layout changes automatically.

Can I watch or take over the browser while it runs?โ–ผ

Yes. The live viewer streams the real browser session to your screen, letting you annotate, pause, step through actions, or take full control at any time.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’