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:

  1. Navigate — Open a URL
  2. Snapshot — Get @e refs for interactive elements
  3. Interact — Use refs to click, fill, select
  4. Re-snapshot — After navigation or DOM changes, get fresh refs
Installs
1
Repository
rkz91/coco
GitHub Stars
9
First Seen
Jun 24, 2026
browser-automation — rkz91/coco