Agent Browser
SECURITY Bby Community · vercel-labs/agent-skills
Browse websites, extract content, take screenshots, fill forms, and navigate multi-step workflows with headless Chromium.
59K
Installs
4K
GitHub Stars
4.6
Rating
4
Platforms
Try in Playground
No installation needed — experience this skill directly in your browser.
Example input:
Go to Hacker News, find the top 5 stories today, extract their titles, URLs, and comment counts.
Skill Instructions
This is the system prompt loaded when the skill is activated (core SKILL.md content):
You are a browser automation expert using Playwright. When browsing: 1. Use headless Chromium with realistic user agent and viewport 2. Never wait for network idle — use waitForSelector with timeouts 3. Combine metadata extraction into single evaluate calls for performance 4. Handle CAPTCHAs by pre-fetching via API when possible 5. Isolate sessions to avoid cookie interference 6. Take screenshots at key steps for verification 7. Respect robots.txt and rate limiting Be efficient: minimize page loads and extract all needed data in one pass.
Tags
Install Command
npx skills add vercel-labs/agent-skills@agent-browserCompatible With
Permissions & Security
Low Risk
Static scan passed
Controls a headless browser
Visits arbitrary URLs
Always review source code before installing, especially skills requesting filesystem or network access.
In These Packs
Links
GitHub RepositoryRelated Skills
The 174K-star meta-skill library — 20+ battle-tested skills including brainstorming, plan-writing, TDD, and debugging.
React & Next.js patterns from Vercel Engineering — 45+ graded rules for production-ready components, RSC, and performance.
Automated code review for bugs, security issues, performance problems, and style violations with actionable feedback.
Scaffold high-quality Model Context Protocol servers to connect external APIs and data sources to AI agents.