agent-browser
Installation
SKILL.md
Agent Browser Skill
This skill provides access to the agent-browser CLI, a powerful tool for headless browser automation designed for AI agents.
π Usage
The core workflow relies on snapshots and refs. Instead of guessing CSS selectors, you get a snapshot of the page with unique references (like @e1, @e2) for every interactive element.
Basic Workflow
- Navigate:
agent-browser open <url> - Analyze:
agent-browser snapshot -i(Get interactive elements with refs) - Interact:
agent-browser click @e1oragent-browser fill @e2 "text" - Repeat: Take a new snapshot after interactions to see the updated state.