Executes browser automation and headless Chrome tasks within ephemeral Vercel Sandbox microVMs to bypass serverless execution limitations.
This skill enables developers to run complex browser automation workflows using agent-browser and headless Chrome inside isolated Vercel Sandbox microVMs. By offloading execution to dedicated Linux VMs, it bypasses common serverless constraints like binary size limits and short execution timeouts. It supports sub-second startup via sandbox snapshots, persistent sessions for multi-step workflows, and seamless integration with Vercel-deployed frameworks including Next.js, SvelteKit, and Nuxt, making it ideal for scalable web scraping and automated background tasks.
主要功能
010 GitHub stars
02Isolated microVM execution for secure browser automation
03Comprehensive web interaction tools including screenshots and accessibility snapshots
04Persistent browser sessions across multiple sequential commands
05Automatic OIDC authentication for Vercel-deployed applications
06Support for Sandbox Snapshots to achieve sub-second VM startup
使用场景
01Running scheduled website monitoring and data collection via Vercel Cron Jobs
02Automating multi-step form submissions and user flows in isolated environments
03Building scalable web scrapers within Next.js API routes or Server Actions