What problem does it solve? Running headless Chrome inside serverless functions is blocked by binary size limits and missing system libraries. This Skill shows how to run agent-browser and Chromium inside Vercel Sandbox microVMs, giving any Vercel-deployed app full browser automation without infrastructure work. ## Core Features & Use Cases - Ephemeral Browser VMs: Spin up an isolated Linux microVM on demand, run browser commands, and shut it down automatically. - Sandbox Snapshots: Pre-install Chromium system dependencies and agent-browser into a reusable VM image for sub-second startup instead of ~30 second cold installs. - Multi-Step Automation: Persist browser sessions across commands to open pages, fill forms, click elements, capture screenshots, and extract accessibility snapshots. - Use Case: Add a Vercel Cron Job that opens a competitor's pricing page every morning, captures an accessibility snapshot, and stores the results for change detection. ## Quick Start Use the vercel-sandbox skill to open a URL in headless Chrome inside a Vercel Sandbox and return a screenshot plus the page title.