← 返回 Skills 市场
1477009639zw-blip

Human Paced Web Ops

作者 1477009639zw-blip · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
145
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install human-paced-web-ops
功能描述
Use human-paced browser interaction patterns for web navigation and search tasks with variable delays, hover-before-click, and light randomness. Improves rob...
使用说明 (SKILL.md)

Human-Paced Web Ops

Use this skill when the task involves:

  • Web search and browsing in dynamic pages
  • Multi-step page navigation that easily breaks with rigid scripts
  • Long-running read-and-collect workflows

Interaction Pattern

Apply these defaults unless the task needs exact deterministic clicking:

  1. Before actions, wait for visible/interactive state first.
  2. Use small randomized delays between actions (for example 300-1200ms).
  3. Prefer hover before click on menus/buttons when possible.
  4. Use small random click offset inside the same target element (for example 2-8px), not random page clicking.
  5. Add occasional small scroll steps during long pages.
  6. Avoid repeated fixed-interval requests; pace actions with jitter.
  7. Every 5-10 interactions, re-check page state and URL before continuing.

Guardrails

  • If blocked by CAPTCHA, login challenge, paywall, or anti-bot page, pause and report the blocker URL plus required manual step.
  • Keep identity and session settings stable and traceable for repeatable runs.
  • Respect robots/terms and prefer official APIs when available.

Output Requirement

For web collection tasks, include:

  • What was visited (titles + links)
  • What was extracted
  • What could not be accessed (and why)
  • Next recoverable step
安全使用建议
This skill is coherent and appears to be a set of best-practice instructions for browser automation rather than executable code. Before installing/use, confirm the agent runtime actually supports the browser automation primitives referenced (hover, click, offsets) — the skill itself does not implement them. Be aware these interaction patterns can be used for large-scale scraping or to evade simple bot detectors; only use them where you have permission and where automating the site does not violate terms of service. If you want to limit risk, keep this skill user-invocable (don’t grant it always-on/autonomous privileges), log all automated visits, and ensure the agent pauses and requests human input when guardrails report CAPTCHAs, paywalls, or login challenges.
功能分析
Type: OpenClaw Skill Name: human-paced-web-ops Version: 1.0.0 The skill bundle contains instructions for an AI agent to perform web browsing tasks using human-like interaction patterns (delays, hovers, and jitter) to improve reliability and avoid brittle bot-like behavior. The SKILL.md file provides clear, non-malicious guidelines for navigation and reporting, and there is no executable code or evidence of data exfiltration or prompt injection.
能力评估
Purpose & Capability
The name/description (human-paced web interactions) align with the SKILL.md content. The skill is instruction-only and does not request unrelated binaries, environment variables, or config paths — nothing requested is disproportionate to the stated purpose.
Instruction Scope
The runtime instructions are scoped to browser interaction patterns (delays, hover-before-click, small offsets, periodic state checks) and include guardrails (report CAPTCHAs, respect robots/terms). They do not instruct reading local files, environment variables, or transmitting data to external endpoints outside normal web collection outputs. Note: these patterns can be used to evade simple bot detection and enable scraping; that is a legitimate operational risk but does not make the skill internally incoherent.
Install Mechanism
No install spec and no code files — lowest-risk form. Nothing is downloaded or written to disk by the skill itself.
Credentials
The skill declares no required environment variables, credentials, or config paths. There is no disproportionate credential request relative to its stated function.
Persistence & Privilege
always is false and the skill is user-invocable. Model invocation is allowed (platform default) but this is not combined with broad access or persistent privileges, so there is no elevated persistence request.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install human-paced-web-ops
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /human-paced-web-ops 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the human-paced-web-ops skill. - Adds human-like navigation for web browsing, search, and collection tasks by introducing variable delays, hover-before-click actions, and light randomness. - Increases workflow robustness and reduces brittle, bot-like behavior on dynamic web pages. - Implements guardrails for handling CAPTCHAs, login walls, paywalls, and anti-bot defenses. - Provides structured output: visited pages, extracted data, access issues, and next steps.
元数据
Slug human-paced-web-ops
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Human Paced Web Ops 是什么?

Use human-paced browser interaction patterns for web navigation and search tasks with variable delays, hover-before-click, and light randomness. Improves rob... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 145 次。

如何安装 Human Paced Web Ops?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install human-paced-web-ops」即可一键安装,无需额外配置。

Human Paced Web Ops 是免费的吗?

是的,Human Paced Web Ops 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Human Paced Web Ops 支持哪些平台?

Human Paced Web Ops 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Human Paced Web Ops?

由 1477009639zw-blip(@1477009639zw-blip)开发并维护,当前版本 v1.0.0。

💬 留言讨论