browser-automation
Installation
SKILL.md
Browser Automation
Browser automation for AI agents with two provider options. Both share the same core workflow: navigate, snapshot, interact using @e refs, re-snapshot after changes.
| Provider | Runtime | Best For |
|---|---|---|
| agent-browser | Local (Playwright CLI) | Local testing, iOS Simulator, file:// URLs |
| agentic-browser | Cloud (inference.sh) | Video recording, cloud execution, parallel sessions |
Core Workflow (Both Providers)
Every browser automation follows this pattern:
- Navigate — Open a URL
- Snapshot — Get
@erefs for interactive elements - Interact — Use refs to click, fill, select
- Re-snapshot — After navigation or DOM changes, get fresh refs