
from gsd-browser236
Native Rust CLI that lets AI agents control a browser: navigation, form fill, snapshots/refs, assertions, screenshots, visual-diffing, and a live viewer for sha
GSD Browser provides a high-performance native CLI to automate and inspect web pages for AI agents. It exposes navigation, interaction, snapshot/ref discovery, intent-based actions, assertions, visual diffing, network mocking, and a live viewer/workbench so agents can perform complex multi-step web tasks safely and audibly. The tool runs as a background daemon and supports JSON output for programmatic parsing.
Use GSD Browser whenever an agent must interact with a website: filling forms, logging in, scraping structured data, taking screenshots, running visual regression tests, or performing end-to-end checks. It is ideal for flows that need snapshots/refs (stable element references), batch atomic actions, or a human-viewable live session for review and approval.
Best suited for agents that can run shell/Bash tools and parse JSON output (Copilot/Codex/Gemini/Claude with shell access). The SKILL.md includes explicit CLI examples, batch patterns, and diagnostic commands.
Comprehensive browser automation CLI skill for AI agents built on a native Rust binary. Covers navigation, form filling, screenshots, visual regression, accessibility, assertions, live viewer, network mocking, and more. No bundled scripts — this is a tool-reference skill. SKILL.md is exceptionally detailed with clear command reference, error recovery guides, and practical patterns. Would be highly useful for any agent needing browser interaction.
Tool-reference skill (no executable scripts). Exceptionally thorough documentation. Minor security consideration: eval command and page-source could expose sensitive page data, but these are expected browser automation capabilities. Vault feature encrypts credentials at rest which is a positive.