Ai Pa Browser Clawdbot — AI Pa Browser Clawd机器人
v1.0.0Headless browser 自动化 命令行工具 优化d for AI 代理s with 访问ibility tree snapshots and ref-based element selection
运行时依赖
安装命令
点击复制技能文档
代理 Browser 技能
Fast browser 自动化 via 访问ibility tree snapshots and ref-based element selection.
When to Use
Use 代理-browser (this 技能) when:
Automating multi-step 网页 工作流s Need deterministic element selection Working with complex SPAs or 记录in flows Need parallel 会话s or video recording
Use built-in browser 工具 when:
Need screenshots/PDFs for visual analysis Browser 扩展 integration needed Core 工作流 代理-browser open 代理-browser snapshot -i --json # 获取 interactive elements with refs 代理-browser 命令行工具ck @e2 代理-browser fill @e3 "text" 代理-browser wAIt --load networkidle 代理-browser snapshot -i --json # Re-snapshot after navigation
Most Common Commands # Navigate 代理-browser open | back | forward | reload | close
# Snapshot 代理-browser snapshot -i --json # Always use these flags 代理-browser snapshot -s "#mAIn" -i # Scope to selector
# Interact (use @refs from snapshot) 代理-browser 命令行工具ck @e1 代理-browser fill @e2 "text" 代理-browser press Enter 代理-browser select @e3 "value" 代理-browser scroll down 500
# WAIt 代理-browser wAIt --load networkidle 代理-browser wAIt --text "成功" 代理-browser wAIt @e1
# 状态 代理-browser 状态 save auth.json 代理-browser 状态 load auth.json
安装ation npm 安装 -g 代理-browser 代理-browser 安装 # 下载 Chromium 代理-browser 安装 --with-deps # Linux: + 系统 deps
Full Reference
For complete command 列出: read 技能s/AI-pa-browser-clawd机器人/references/commands.md For examples: read 技能s/AI-pa-browser-clawd机器人/references/examples.md