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 robustness and reduces brittle bot-like behavior while respecting website rules.

Safety Notice

This item is sourced from the public archived skills repository. Treat as untrusted until reviewed.

Copy this and send it to your AI assistant to learn

Install skill "human-paced-web-ops" with this command: npx skills add 1477009639zw-blip/human-paced-web-ops

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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

visual-summary-analysis

Performs AI analysis on input video clips/image content and generates a smooth, natural scene description. | 视觉摘要智述技能,对传入的视频片段/图片内容进行AI分析,生成一段通顺自然的场景描述内容

Archived SourceRecently Updated
Coding

frontend-skill

全能高级前端研发工程师技能。擅长AI时代前沿技术栈(React最新 + shadcn/ui + Tailwind CSS v4 + TypeScript + Next.js),精通动效库与交互特效开发。采用Glue Code风格快速实现代码,强调高质量产品体验与高度友好的UI视觉规范。在组件调用、交互特效、全局Theme上保持高度规范:绝不重复造轮子,相同逻辑出现两次即封装为组件。具备安全意识,防范各类注入攻击。开发页面具有高度自适应能力,响应式设计贯穿始终。当用户无特殊技术栈要求时,默认采用主流前沿技术栈。

Archived SourceRecently Updated
Coding

mtl-api-create

摩天轮开放接口二次封装技能。当用户需要对接摩天轮(MTL)开放平台接口、创建MTL HTTP接口、封装摩天轮API时触发。支持自动检测并添加mtl-open-sdk-consumer依赖、初始化ApiClient Bean、创建MtlRestController、根据原生接口定义生成HTTP接口代码。

Archived SourceRecently Updated
Coding

contactless-vital-signs-monitoring-analysis

Non-contact detection of heart rate, respiration, blood oxygen, and heart rate variability. No wearable devices are required; monitoring is achieved solely through camera footage. | 无感生命体征监测分析技能,非接触检测心率、呼吸、血氧、心率变异性,无需穿戴设备,通过摄像头画面即可监测

Archived SourceRecently Updated