browser-use
Originally fromgregpr07/browser-use
Installation
Summary
Fast, persistent browser automation with session continuity across sequential agent commands.
- Supports three browser modes: headless Chromium, real Chrome with profile support, and cloud-hosted remote browsers with proxy configuration
- Includes 20+ command categories covering navigation, page inspection, interactions, data extraction, cookie management, JavaScript execution, and wait conditions
- Offers cloud session management, local server tunneling via Cloudflare, and parallel subagent execution through remote sessions with task monitoring
- Built-in Python integration for setting variables, accessing the browser object, and running scripts within the automation context
SKILL.md
Browser Automation with browser-use CLI
The browser-use command provides fast, persistent browser automation. A background daemon keeps the browser open across commands, giving ~50ms latency per call.
Prerequisites
browser-use doctor # Verify installation
For setup details, see https://github.com/browser-use/browser-use/blob/main/browser_use/skill_cli/README.md
Core Workflow
- Navigate:
browser-use open <url>— launches headless browser and opens page - Inspect:
browser-use state— returns clickable elements with indices - Interact: use indices from state (
browser-use click 5,browser-use input 3 "text") - Verify:
browser-use stateorbrowser-use screenshotto confirm - Repeat: browser stays open between commands
Related skills
More in Agent workflows
find-skills
Discover and install skills from skills.sh directly inside an agent session
vercel-labs/skillsagent-browser
Full browser automation: navigate, click, fill forms, extract data, and screenshot
vercel-labs/agent-browserskill-creator
Create, test, and publish new skills from within your agent
anthropics/skillsbrainstorming
Structured ideation and problem decomposition frameworks
obra/superpowerssystematic-debugging
Hypothesis-driven debugging loop: observe, hypothesize, test, verify
obra/superpowers
Installs
80.8K
Repository
browser-use/browser-useGitHub Stars
100.2K
First Seen
Jan 22, 2026
Security Audits