返回顶部
a

agent-browser-stealth隐身浏览器自动化

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.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.2
安全检测
已通过
581
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

agent-browser-stealth

技能名称: agent-browser-stealth
详细描述:

用于 OpenClaw 的 agent-browser-stealth

当任务需要网页自动化及反机器人稳定性时,使用此技能。

本技能优先考虑的事项

  • - 使用来自 agent-browser-stealth 包的 agent-browser CLI
  • 优先采用隐身安全的交互模式,而非脆弱的单次脚本
  • 保持命令流程的确定性:打开 -> 快照 -> 操作 -> 重新快照
  • 通过人性化节奏和稳定的会话复用,最小化机器人信号

安装与基线

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)。

反机器人操作规则

  1. 1. 对敏感目标优先使用有头模式:

bash
agent-browser --headed --session-name shop open https://example.com

  1. 2. 复用会话状态,避免重复冷启动指纹:

bash
agent-browser --session-name shop open https://example.com

  1. 3. 保持交互人性化:

bash
agent-browser type @e2 query --delay 120
agent-browser wait 1200-2600

  1. 4. 对于可编辑内容的编辑器,使用键盘模式:

bash
agent-browser click [contenteditable=true]
agent-browser keyboard type Hello world --delay 90

  1. 5. 如果文本必须包含字面意义的 --delay,请使用 -- 停止参数解析:

bash
agent-browser type @e2 -- --delay 120
agent-browser keyboard type -- --delay 120

区域敏感网站

对于受区域限制的网站,直接打开目标域名,让区域设置/时区自动对齐。

bash
agent-browser open https://shopee.tw

仅当任务明确要求时,才覆盖区域设置/时区。

恢复模式

如果被屏蔽或不稳定:

  1. 1. 使用 --headed 重试。
  2. 复用 --session-name。
  3. 降低操作节奏(wait、type --delay)。
  4. 重新打开页面,并使用 snapshot -i 重新生成引用。

最小化配方

登录流程:

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

对 OpenClaw 的输出期望

使用此技能时,请返回:

  • - 执行的确切命令
  • 关键页面状态变化(URL/标题/重要元素文本)
  • 遇到的任何反机器人信号及采取的缓解措施
  • 下一步安全操作

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 agent-browser-stealth-1775976541 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 agent-browser-stealth-1775976541 技能

通过命令行安装

skillhub install agent-browser-stealth-1775976541

下载

⬇ 下载 agent-browser-stealth v1.0.2(免费)

文件大小: 2.12 KB | 发布时间: 2026-4-13 09:09

v1.0.2 最新 2026-4-13 09:09
- Updated SKILL.md to clarify how the CLI locates the browser in default CDP mode, describing its first attempt at localhost:9333 and fallback to auto-discovery.
- Improved installation instructions for environments using default CDP mode.
- No changes to code or functionality; documentation update only.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部