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, so browser automation works from any Vercel framework without infrastructure changes. ## Core Features & Use Cases - Ephemeral Browser VMs: Create on-demand Linux microVMs that execute agent-browser commands (open, snapshot, fill, click, screenshot) and shut down automatically. - Sandbox Snapshots: Pre-build a VM image with Chromium system dependencies and agent-browser for sub-second startup instead of ~30s installs. - Multi-Step Automation: Persist browser sessions across commands to fill forms, click elements, wait for network idle, and capture screenshots as base64. - Use Case: Add a scheduled Vercel Cron route that opens a competitor's pricing page daily, captures an accessibility snapshot, and stores the results for change monitoring. ## Quick Start Use the vercel-sandbox skill to open a URL in headless Chrome inside a Vercel Sandbox and return a screenshot of the page.