đź”— View on GitHub: vercel-labs/agent-browser
🚀 Quick Installation
You can instantly add agent-browser as an installable Skill:
npx skills add agent-browserThis adds the skill to your project (e.g., .claude/skills/), teaching your AI agent how to use the CLI for browser automation.
Headless Browser Automation CLI for AI
At its core, agent-browser is a blazingly fast Rust CLI engineered specifically for AI agents. It provides a native way for models to interact with the web without the overhead of heavy Node.js frameworks.
Core Capabilities
agent-browser open <url>— Navigate to any page.agent-browser snapshot -i— Get interactive elements with AI-friendly references (e.g.,@e1).agent-browser click @e1— Precise interaction using simplified refs.- Visual Analysis: Full support for screenshots (with annotations) and PDF generation.
Why Use It?
Unlike traditional automation tools, agent-browser is designed to be a "bridge" for LLMs. It converts complex DOM structures into clean, navigable trees that models can understand and act upon with high reliability.