
agent-browser
533.9K installs Vercel LabsBest for: Everyday page interaction with minimal token cost
The most installed browser skill in the registry, and for good reason. agent-browser is a CLI that talks to Chrome over the DevTools Protocol directly, with no Playwright or Puppeteer layer in between. Its defining idea is the snapshot-and-ref workflow: instead of feeding raw HTML to the model, it renders the page as a compact accessibility tree where every interactive element gets a short ref like @e3. A typical page view costs the agent roughly 200 to 400 tokens.
The core loop is four commands: open a URL, snapshot the page, act on a ref, snapshot again. Refs go stale the moment the page changes, and the skill is explicit about re-snapshotting after every navigation or dynamic re-render, which is exactly the kind of guidance that keeps agents from flailing. Beyond the core, companion sub-skills cover Electron apps, Slack automation, Vercel Sandbox microVMs, and AWS Bedrock AgentCore cloud browsers.
- Accessibility tree snapshots with @eN refs keep page context tiny
- Parallel browser sessions for multi-agent work
- Sub-skills for Electron, Slack, sandboxes, and cloud browsers
- Installs with one command, no browser framework dependency









