vercel-sandbox
Installation
SKILL.md
Browser Automation with Vercel Sandbox
When to use
- Running browser automation from a Vercel app.
- Needing Chrome without bundling browser binaries.
- Keeping browser sessions across commands.
- Running isolated browser work in a microVM.
- Capturing screenshots or accessibility snapshots from server workflows.
Goal
Run agent-browser with Chrome inside Vercel Sandbox.
Keep browser state isolated, reproducible, and callable from app code.