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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/1477009639zw-blip/human-paced-web-opsHuman-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:
- Before actions, wait for visible/interactive state first.
- Use small randomized delays between actions (for example 300-1200ms).
- Prefer
hoverbeforeclickon menus/buttons when possible. - Use small random click offset inside the same target element (for example 2-8px), not random page clicking.
- Add occasional small scroll steps during long pages.
- Avoid repeated fixed-interval requests; pace actions with jitter.
- 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
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-1477009639zw-blip-human-paced-web-ops": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
lead-scoring
AI-powered B2B lead scoring model. Predicts conversion probability for potential customers using machine learning (LightGBM + SHAP). CSV upload or API integration.
quick-skill-maker
Creates a complete SKILL.md in one command. Input name + description + emoji → output a production-ready OpenClaw skill file.
sentiment-analyzer
Analyzes sentiment from social media, news headlines, and financial text. Outputs positive/negative/neutral scores with confidence levels and key phrase extraction.
competitor-analysis
Comprehensive competitor analysis framework. Research competitors, compare products, identify gaps, and find positioning opportunities. Used by startups, investors, and product teams.
content-writer
AI-powered content writing for tech, finance, and crypto. Blog posts, technical docs, whitepapers, market commentary. Research-backed, original, fast delivery.