Browser-act uses a two-layer Skill model: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 entry Skill makes the agent aware that Browser-act exists.
- The
get-skillsruntime returns current environment state, command guidance, and dynamic instructions.
Install the entry Skill
Ask your agent:get-skills before using the CLI.
Two layers
Layer 1: entry Skill
The installed Skill file is intentionally small. It:- triggers agent awareness
- contains activation language
- tells the agent to load runtime content through
get-skills - changes rarely
Layer 2: get-skills
The first command for a Browser-act task should be:
- CLI and API key status
- available browsers and descriptions
- active sessions
- core command guidance
- dynamic instructions for the current environment
Topics
core
get-skills core --skill-version <v> returns the core workflow, commands, browser state, and safety rules for most tasks.advanced
get-skills advanced returns proxy, profile import, privacy mode, and advanced browser setup guidance.main
get-skills main returns the latest Skill content when a version mismatch is detected.Progressive loading
[!TIP]
Most tasks only need get-skills core. Load advanced topics only when the task requires them. This keeps the agent context focused and reduces irrelevant instructions.
Version compatibility
The--skill-version parameter lets the CLI detect mismatches:
CLI too old
Run
uv tool upgrade browser-act-cli.Skill too old
Run
browser-act get-skills main.Dynamic instructions
get-skills adjusts guidance based on the current state:
| Situation | Instruction returned |
|---|---|
| Multiple browsers exist | Choose by desc match or ask the user |
| Active sessions exist | Respect session ownership and naming |
| API key is missing | Avoid stealth-only features or guide authentication |
| Sensitive browser is selected | Ask before opening a confirm_before_use browser |
Agent workflow
Agent compatibility
Browser-act can work with agents that can:- load Skill files
- run shell commands
- read text output
Learn more
Quick Start
Run the first Browser-act automation loop.
Command Reference
Open the full command index.
Skill Forge
Generate reusable task-specific skills.

