blocked-page-fallback
Recover when a web page is thin, blocked, JS-heavy, region-limited, or fetch-incompatible by switching to lawful fallback paths instead of stopping early.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/1477009639zw-blip/blocked-page-fallbackBlocked Page Fallback
Use this skill when normal web fetch/search is not enough, but the goal may still be reachable through alternate lawful paths.
Do Not Do
- do not bypass login
- do not evade anti-bot or access controls
- do not brute-force endpoints
Fallback Ladder
1. Broaden discovery
- search multiple engines
- use site-specific search
- try alternate titles, aliases, slugs, and locale variants
2. Switch transport
- if plain fetch is thin, use a browser-rendered path
- if browser path is noisy, pivot back to targeted fetch on discovered links
3. Pivot source types
Try allowed alternatives:
- official docs or help centers
- official API or export surfaces
- feeds, sitemaps, changelogs, or release notes
- search-engine cached snippets where available
- public mirrors or archive copies that are openly reachable
- reputable secondary databases
4. Use structural clues
If the exact page is blocked, search by:
- page title fragments
- quoted snippets
- IDs, handles, usernames, product codes, or canonical names
- internal link labels and breadcrumb terms
5. Keep going until confidence is earned
Do not stop after:
- one blocked fetch
- one empty browser render
- one weak search pass
Stop when:
- authoritative or converging sources answer the question
- the remaining blocker is concrete and real
- additional paths are now duplicative
Output Pattern
Return:
- primary path that failed
- fallback paths attempted
- which fallback produced signal
- best answer now available
- what would require user-authorized login or a first-party API
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-blocked-page-fallback": {
"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.