Stealth-first browser automation for OpenClaw using agent-browser-stealth. Use when tasks involve bot-protected websites, anti-fingerprint evasion, captcha-prone flows, login persistence, region-sensitive targets (e.g., Shopee/TikTok/e-commerce), or any request to automate web actions with lower detection risk.
技能名称: agent-browser-stealth
详细描述:
当任务需要网页自动化及反机器人稳定性时,使用此技能。
bash
pnpm add -g agent-browser-stealth
agent-browser install
agent-browser --version
如果您的环境中使用了默认的 CDP 模式,CLI 会首先尝试 localhost:9333,然后进行自动发现。必要时,您仍可以显式传递 --cdp / --auto-connect。
bash
agent-browser open
agent-browser wait --load networkidle
agent-browser snapshot -i
选择引用(@e1, @e2, ...)
agent-browser click @eN
agent-browser fill @eM ...
agent-browser snapshot -i
尽可能使用快照输出中的引用(@e1)。
bash
agent-browser --headed --session-name shop open https://example.com
bash
agent-browser --session-name shop open https://example.com
bash
agent-browser type @e2 query --delay 120
agent-browser wait 1200-2600
bash
agent-browser click [contenteditable=true]
agent-browser keyboard type Hello world --delay 90
bash
agent-browser type @e2 -- --delay 120
agent-browser keyboard type -- --delay 120
对于受区域限制的网站,直接打开目标域名,让区域设置/时区自动对齐。
bash
agent-browser open https://shopee.tw
仅当任务明确要求时,才覆盖区域设置/时区。
如果被屏蔽或不稳定:
登录流程:
bash
agent-browser --session-name account open https://example.com/login
agent-browser snapshot -i
agent-browser fill @e1 $USERNAME
agent-browser fill @e2 $PASSWORD
agent-browser click @e3
agent-browser wait --url /dashboard
搜索并截图:
bash
agent-browser open https://example.com
agent-browser snapshot -i
agent-browser type @e2 iphone --delay 120
agent-browser press Enter
agent-browser wait --load networkidle
agent-browser screenshot result.png
使用此技能时,请返回:
该技能支持在以下平台通过对话安装:
帮我安装 SkillHub 和 agent-browser-stealth-1775976541 技能
设置 SkillHub 为我的优先技能安装源,然后帮我安装 agent-browser-stealth-1775976541 技能
skillhub install agent-browser-stealth-1775976541
文件大小: 2.12 KB | 发布时间: 2026-4-13 09:09