browser-automation
✓Headless browser automation using Vercel's agent-browser CLI. 93% less context than Playwright MCP. Snapshot + refs workflow with element references. Use when automating browser tasks, web scraping, form filling, or content capture.
Installation
SKILL.md
Headless browser CLI by Vercel. Full upstream docs: github.com/vercel-labs/agent-browser
Run agent-browser snapshot -i to get interactive elements tagged @e1, @e2, etc. Use these refs for all subsequent interactions. Re-snapshot after navigation or significant DOM changes. This yields 93% less context than full-DOM approaches.
| open | Navigate to URL | | snapshot -i | Interactive elements with refs | | click @e1 | Click element | | fill @e2 "text" | Clear + type into input | | get text @e1 | Extract element text | | wait --load networkidle | Wait for SPA render | | screenshot | Save screenshot | | state save | Persist cookies/storage | | state load | Restore session |
Headless browser automation using Vercel's agent-browser CLI. 93% less context than Playwright MCP. Snapshot + refs workflow with element references. Use when automating browser tasks, web scraping, form filling, or content capture. Source: yonatangross/orchestkit.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/yonatangross/orchestkit --skill browser-automation- Source
- yonatangross/orchestkit
- Category
- >_Productivity
- Verified
- ✓
- First Seen
- 2026-02-11
- Updated
- 2026-02-18
Quick answers
What is browser-automation?
Headless browser automation using Vercel's agent-browser CLI. 93% less context than Playwright MCP. Snapshot + refs workflow with element references. Use when automating browser tasks, web scraping, form filling, or content capture. Source: yonatangross/orchestkit.
How do I install browser-automation?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/yonatangross/orchestkit --skill browser-automation Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/yonatangross/orchestkit
Details
- Category
- >_Productivity
- Source
- skills.sh
- First Seen
- 2026-02-11