browser-automation

Installation
SKILL.md

What I do

  • Provide a safe, composable workflow for CDP-backed browsing tasks
  • Use explicit browser_url values; do not assume a hidden browser singleton
  • Use browser_snapshot UIDs for click and fill actions
  • Confirm state changes after each action with browser_snapshot or browser_eval

Best-practice workflow

  1. Inspect targets with browser_list({ browser_url })
  2. Pick a target_id, or omit it to use the first page target
  3. Navigate with browser_navigate if needed
  4. Discover candidates using browser_snapshot
  5. Click or fill using a UID from the latest snapshot
  6. Confirm using browser_snapshot or browser_eval

CLI-first debugging

Installs
92
GitHub Stars
484
First Seen
Jan 22, 2026
browser-automation — different-ai/opencode-browser