Ai Pa Browser Clawdbot
/install ai-pa-browser-clawdbot
Agent Browser Skill
Fast browser automation via accessibility tree snapshots and ref-based element selection.
When to Use
Use agent-browser (this skill) when:
- Automating multi-step web workflows
- Need deterministic element selection
- Working with complex SPAs or login flows
- Need parallel sessions or video recording
Use built-in browser tool when:
- Need screenshots/PDFs for visual analysis
- Browser extension integration needed
Core Workflow
agent-browser open \x3Curl>
agent-browser snapshot -i --json # Get interactive elements with refs
agent-browser click @e2
agent-browser fill @e3 "text"
agent-browser wait --load networkidle
agent-browser snapshot -i --json # Re-snapshot after navigation
Most Common Commands
# Navigate
agent-browser open \x3Curl> | back | forward | reload | close
# Snapshot
agent-browser snapshot -i --json # Always use these flags
agent-browser snapshot -s "#main" -i # Scope to selector
# Interact (use @refs from snapshot)
agent-browser click @e1
agent-browser fill @e2 "text"
agent-browser press Enter
agent-browser select @e3 "value"
agent-browser scroll down 500
# Wait
agent-browser wait --load networkidle
agent-browser wait --text "Success"
agent-browser wait @e1
# State
agent-browser state save auth.json
agent-browser state load auth.json
Installation
npm install -g agent-browser
agent-browser install # Download Chromium
agent-browser install --with-deps # Linux: + system deps
Full Reference
For complete command list: read skills/ai-pa-browser-clawdbot/references/commands.md
For examples: read skills/ai-pa-browser-clawdbot/references/examples.md
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install ai-pa-browser-clawdbot - After installation, invoke the skill by name or use
/ai-pa-browser-clawdbot - Provide required inputs per the skill's parameter spec and get structured output
What is Ai Pa Browser Clawdbot?
Headless browser automation CLI optimized for AI agents with accessibility tree snapshots and ref-based element selection. It is an AI Agent Skill for Claude Code / OpenClaw, with 84 downloads so far.
How do I install Ai Pa Browser Clawdbot?
Run "/install ai-pa-browser-clawdbot" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Ai Pa Browser Clawdbot free?
Yes, Ai Pa Browser Clawdbot is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Ai Pa Browser Clawdbot support?
Ai Pa Browser Clawdbot is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Ai Pa Browser Clawdbot?
It is built and maintained by Netanel Abergel (@netanel-abergel); the current version is v1.0.0.