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

solana_native_transfer

Transfers native SOL on Solana to a recipient address using a funded signing key from environment configuration. Use when the user asks to send SOL, transfer lamports, pay someone in SOL, or move native tokens on Solana mainnet-beta, devnet, or a custom RPC.

Archived SourceRecently Updated
Coding

Cli Agent Architecture

# CLI-Agent Architecture Skill

Archived SourceRecently Updated
Coding

api-documentation

Creates comprehensive API documentation including OpenAPI specs, reference guides, tutorials, and Postman collections. Makes your API developer-friendly.

Archived SourceRecently Updated
Coding

ai-ops-outreach

Generate personalized cold outreach messages for AI Operations clients. Based on Reddit research showing "AI ops managed services" is more valuable than "AI agent building."

Archived SourceRecently Updated