What problem does it solve? Running headless Chrome inside Vercel-deployed apps is blocked by serverless binary size limits and missing system libraries. This Skill provides a pattern for spinning up ephemeral Vercel Sandbox microVMs with agent-browser and Chromium pre-installed, so any Vercel app can perform browser automation without infrastructure changes. ## Core Features & Use Cases - Ephemeral Browser VMs: Create on-demand Linux microVMs via the @vercel/sandbox SDK that run agent-browser commands and shut down automatically. - Sandbox Snapshots: Pre-build VM images with Chromium system dependencies for sub-second startup instead of ~30s installs. - Full Automation Workflows: Capture screenshots, extract accessibility snapshots, fill forms, and run multi-step interactions, with support for Vercel Cron for scheduled tasks. - Use Case: A Next.js app needs to screenshot competitor pricing pages daily. Use this Skill to create a sandbox, run agent-browser commands, return the screenshot as base64, and schedule it with a Vercel Cron job. ## 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.