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
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install ai-pa-browser-clawdbot - 安装完成后,直接呼叫该 Skill 的名称或使用
/ai-pa-browser-clawdbot触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Ai Pa Browser Clawdbot 是什么?
Headless browser automation CLI optimized for AI agents with accessibility tree snapshots and ref-based element selection. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 84 次。
如何安装 Ai Pa Browser Clawdbot?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install ai-pa-browser-clawdbot」即可一键安装,无需额外配置。
Ai Pa Browser Clawdbot 是免费的吗?
是的,Ai Pa Browser Clawdbot 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Ai Pa Browser Clawdbot 支持哪些平台?
Ai Pa Browser Clawdbot 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Ai Pa Browser Clawdbot?
由 Netanel Abergel(@netanel-abergel)开发并维护,当前版本 v1.0.0。