Browser Use

Installation
SKILL.md

Browser Use — Autonomous Browser Automation

Two complementary tools for browser automation:

Tool Best for How it works
agent-browser Step-by-step control, scraping, form filling CLI commands, you drive each action
browser-use Complex autonomous tasks Python agent that decides actions itself

Quick Start

agent-browser (recommended for most tasks)

# Navigate and inspect
agent-browser open "https://example.com"
agent-browser snapshot -i          # Get interactive elements with @refs
Installs
GitHub Stars
5
First Seen