Install Browser-act in two parts:Documentation Index
Fetch the complete documentation index at: https://docs.browseract.com/llms.txt
Use this file to discover all available pages before exploring further.
- The Browser-act CLI, which performs browser automation.
- The entry Skill, which tells your AI agent when and how to call the CLI.
1. Add the entry Skill
Let your agent discover Browser-act and learn that
get-skills must be loaded before browser work.2. Verify the CLI
Install
browser-act-cli, check the version, and confirm the runtime can execute commands.Agent installation
For agents that support skills, the shortest path is to ask the agent to install Browser-act for you:Manual CLI installation
Install the CLI withuv and Python 3.12:
Optional: API key
[!NOTE] Browser-act can run basic Chrome and chrome-direct browser automation without an API key. An API key unlocks hosted capabilities:Start the login flow:stealthbrowsers,stealth-extract, dynamic proxy rotation, andsolve-captcha.
Upgrade
Upgrade the CLI with:
[!TIP]
The Skill layer can detect version mismatches between the installed Skill and the CLI. When that happens, get-skills returns upgrade guidance for the agent.
Requirements
| Requirement | Notes |
|---|---|
| Python 3.12+ | Required by the CLI package |
| Chrome or Chromium | Required for chrome and chrome-direct browser types |
| API key | Required only for stealth browser features |
Troubleshooting
Command not found after installation
[!WARNING] Ifbrowser-actis not found after installation, make sure theuvtool directory is in your shellPATH.
PATH, then open a new terminal.
Send diagnostics
Upload diagnostic logs:What is next
Continue to Quick Start
Run a content extraction or a browser session in about a minute.
Learn the Skill System
See how the entry Skill and
get-skills keep agent instructions current.
