# vercel-sandbox

> Claude/Codex skill by [@vercel-labs](https://omgskills.com/library/vercel-labs/index.md) · 40k stars · Updated 2026-08-02

Run agent-browser + Chrome inside Vercel Sandbox microVMs for browser automation from any Vercel-deployed app. Use when the user needs browser automation in a Vercel app (Next.js, SvelteKit, Nuxt, Remix, Astro, etc.), wants to run headless Chrome without binary size limits, needs persistent browser sessions across commands, or wants ephemeral isolated browser environments. Triggers include "Vercel Sandbox browser", "microVM Chrome", "agent-browser in sandbox", "browser automation on Vercel", or any task requiring Chrome in a Vercel Sandbox.

## Install

```sh
git clone https://github.com/vercel-labs/agent-browser /tmp/agent-browser && ln -s /tmp/agent-browser/skill-data/vercel-sandbox ~/.claude/skills/vercel-sandbox
```

## From README

Browser Automation with Vercel Sandbox Run agent-browser + headless Chrome inside ephemeral Vercel Sandbox microVMs. A Linux VM spins up on demand, executes browser commands, and shuts down. Works with any Vercel-deployed framework (Next.js, SvelteKit, Nuxt, Remix, Astro, etc.). Dependencies The sandbox VM needs system dependencies for Chromium plus agent-browser itself. The @agent-browser/sandbox helpers them by default for fresh sandboxes and use sandbox snapshots (below) for sub-second startup. Pass installSystemDependencies: false only when the sandbox image already provides Chromium's required libraries. Core Pattern Screenshot The screenshot --json command saves to a file and returns the path.

## Links

- HTML page: https://omgskills.com/skills/vercel-labs/agent-browser/vercel-sandbox/
- GitHub: https://github.com/vercel-labs/agent-browser
- Author: [@vercel-labs](https://omgskills.com/library/vercel-labs/index.md)

## More from this repo

- [agent-browser](https://omgskills.com/skills/vercel-labs/agent-browser/skills/agent-browser/index.md) — Browser automation CLI for AI agents.
   - [@vercel-labs](https://omgskills.com/library/vercel-labs/index.md) · 42k stars
- [derive-client](https://omgskills.com/skills/vercel-labs/agent-browser/skill-data/derive-client/index.md) — Reverse-engineer a website's internal API by recording browser traffic into a HAR file, then generate a standalone...
   - [@vercel-labs](https://omgskills.com/library/vercel-labs/index.md) · 41k stars
- [agentcore](https://omgskills.com/skills/vercel-labs/agent-browser/agentcore/index.md) — Used to run agent-browser on AWS Bedrock AgentCore cloud browsers.
   - [@vercel-labs](https://omgskills.com/library/vercel-labs/index.md) · 40k stars
