What problem does it solve? Running headless Chrome from a Vercel-deployed app is blocked by serverless binary size limits and missing system libraries. This Skill spins up an ephemeral Vercel Sandbox microVM with Chromium and agent-browser pre-installed, executes browser commands, and shuts the VM down when finished. ## Core Features & Use Cases - Ephemeral Browser VMs: Create on-demand Linux microVMs via the @vercel/sandbox SDK that run agent-browser commands and persist state across multi-step workflows. - Sandbox Snapshots: Pre-build a VM image with Chromium system dependencies and agent-browser for sub-second startup instead of ~30 second installs. - Screenshots & Accessibility Snapshots: Capture page screenshots as base64 and dump interactive accessibility trees for element targeting. - Use Case: Add a Vercel Cron Job that opens a competitor's pricing page every morning, takes an accessibility snapshot, and stores the results for change detection. ## Quick Start Ask the agent to set up browser automation in your Vercel app using the Sandbox pattern, starting with installing @vercel/sandbox and creating a snapshot for fast startup.