What it does. Fast browser automation CLI for AI agents. Chrome/Chromium via CDP with accessibility-tree snapshots and compact
@eN
element refs.
This file is a discovery stub, not the usage guide. Before running any
agent-browser
command, load the actual workflow content from the CLI:
Highlights
- Fast native Rust CLI, not a Node.js wrapper
- Works with any AI agent (Cursor, Claude Code, Codex, Continue, Windsurf, etc.)
- Chrome/Chromium via CDP with no Playwright or Puppeteer dependency
- Accessibility-tree snapshots with element refs for reliable interaction
- Sessions, authentication vault, state persistence, video recording
When to use it. Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web…
Install
npx skills add vercel-labs/agent-browser --skill agent-browser
Or copy the skill folder manually:
git clone https://github.com/vercel-labs/agent-browser.git
cp -r agent-browser/skills/agent-browser/ ~/.claude/skills/agent-browser
Source: vercel-labs/agent-browser — 41,802 stars, Apache-2.0, last pushed 2026-09-02.