Remote Agent Browser
Description
An agent-friendly, programmable browser in the cloud
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
remote-agent-browser
Run [agent-browser](https://github.com/vercel-labs/agent-browser) in the cloud with an isolated [Vercel Sandbox](https://vercel.com/docs/vercel-sandbox).
Benchmark
Loading and taking an interactive snapshot of 100 HTTPS pages in a fresh, two-vCPU Vercel Sandbox:
| Metric | Result |
|---|---|
| Execution time (100 pages) | 8.01s |
| Memory (peak, 100 pages) | 461.6MB PSS |
Execution time includes Sandbox creation. The published time is the median and memory is the maximum from three successful runs using Chromium 151, agent-browser 0.33.2, and `https://example.com/` with a unique query per page. Each page must produce the expected content and interactive snapshot references.
See [the benchmark methodology](./benchmarks/BENCHMARK.md) for details.
Install
pnpm add remote-agent-browser
Use
`AgentBrowser.create()` starts a fresh Vercel Sandbox from the prebuilt browser image. Commands in one client share the same page, cookies, tabs, and element references. `close()` closes Chromium and stops the Sandbox.
Examples
- Capture a screenshot — capture a full-page PNG and save it locally.
- Agent Bash tool integration — let an
agent use normal
agent-browserinvocations through its Bash tool. - Bypass BotID for trusted automation — pass a Vercel automation bypass token as an origin-scoped header.
- Route traffic through a proxy — configure an authenticated proxy and verify the browser's egress address.
Authentication
Authentication is automatic when running on Vercel through `VERCEL_OIDC_TOKEN`.
For local development, link a Vercel project and pull its environment:
vercel link
vercel env pull .env.local
node --env-file=.env.local examples/screenshot/index.mjs
API
`AgentBrowser.create()`
Starts a fresh browser in a disposable Ve
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11