Tell your AI agent:
Install browser-act. Skill source: https://github.com/browser-act/skills/tree/main/browser-act . Verify it works after installation.
The agent will handle CLI installation, Skill configuration, and verify everything is working.
uv tool install browser-act-cli --python 3.12Verify:
browser-act --versionAn API Key unlocks the following features:
- stealth browsers — Anti-detection browsing with fingerprint spoofing
- stealth-extract — One-command extraction of protected page content
- Dynamic proxy — Managed IP rotation, allocated by region
- solve-captcha — Automatic captcha solving
Chrome and chrome-direct browsers work without authentication.
Get an API Key:
browser-act auth login
# Opens registration link → complete signup → poll for the key
browser-act auth pollOr set it directly:
browser-act auth set <your-api-key>uv tool upgrade browser-act-cliThe Skill layer automatically detects mismatches between CLI and Skill content versions and guides the upgrade.
| Platform | Status |
|---|---|
| Windows | Supported |
| macOS | Supported |
| Linux | Supported |
- Python 3.12+
- Chrome/Chromium (for
chromeandchrome-directtypes) - API Key (only required for
stealthtype)
Make sure the uv tool directory is in your PATH:
uv tool dir
# Add the output path to your shell PATHUpload logs for issue diagnosis:
browser-act report-logSend improvement suggestions:
browser-act feedback "Description of the issue or suggestion"- Quick Start — Run your first automation
- Skills — How agents discover and use BrowserAct