🌐
AutomationRust

GSD Browser

by gsd-build

GSD Browser is an Automation skill for Claude Code, published by gsd-build in gsd-browser.

256 stars18 forkson gsd-build/gsd-browserAdded 2026/08/12+1% in starsRepository updated 2026/05/03
Install in seconds
Install GSD Browser
Copy GSD Browser into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/gsd-build/gsd-browser/tree/main/gsd-browser-skill ~/.claude/skills/gsd-browser-skill

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/gsd-build/gsd-browser.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
gsd-browser-skill/SKILL.md in gsd-build/gsd-browser
Installs to
~/.claude/skills/gsd-browser-skill
Collection
One of 2 skills cataloged from this repository
Category
Automation1523 skills

What GSD Browser does

GSD Browser is a Rust CLI for automating browsers, navigating sites, filling forms, taking screenshots, and extracting structured data. Use it for web interaction, live viewing, assertions, and browser-based testing tasks.

GSD Browser is cataloged under Automation on DirSkills.

Documentation

README

<essential_principles>

The daemon auto-starts on browser commands. gsd-browser daemon health reports state and does not start a session. Use gsd-browser daemon start only when you want to pre-warm or verify daemon lifecycle explicitly.

Always re-snapshot after page changes. Refs are versioned (@v1:e1, @v2:e3). After navigation, form submission, or dynamic content loading, old refs are stale. Run gsd-browser snapshot to get fresh refs before interacting.

Use --json when parsing output. Use text mode when reading output yourself. Use --json when you need to extract values programmatically.

This is the opening of the README. Read the full README on GitHub.

Frequently asked about GSD Browser

  • What else does gsd-build publish alongside GSD Browser?

    GSD Browser is one of 2 skills that DirSkills catalogs from gsd-build/gsd-browser, the repository it ships in. Its siblings there include GSD Browser. Each one is a separate skill with its own page in this directory, installs the same way GSD Browser does, and is maintained by gsd-build in that same repository. The rest of the collection is listed on the gsd-build/gsd-browser page.

  • How does GSD Browser compare to other Automation skills?

    GSD Browser ranks #1377 by stars among the 1523 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of GSD Browser against them. Open each page to compare what they document and how they install.