browser

Installation
SKILL.md

Browser Automation

VERIFY AND INTERACT. Use agent-browser to prove UI changes work, test forms, extract data. Everything is ref-based: snapshot first, act by ref, verify by diff.

Rules

  • Always snapshot before acting — refs only exist after a snapshot
  • Always re-snapshot after any DOM change — refs are snapshot-scoped
  • Always wait for network idle on pages with async data before snapshotting
  • Always close sessions when done — daemon leaks resources
  • Never use CSS selectors — use @refs from snapshot or semantic locators
  • SPA navigation: wait for route change to complete, not just the triggering click

When to Use

Related skills
Installs
1
GitHub Stars
31
First Seen
Mar 6, 2026