← 返回 Skills 市场
Blocked Page Fallback
作者
1477009639zw-blip
· GitHub ↗
· v1.0.0
· MIT-0
118
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install 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.
使用说明 (SKILL.md)
Blocked 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
安全使用建议
This skill appears coherent and low-risk: it only describes lawful fallback search strategies and explicitly forbids bypassing protections. Before installing, confirm that your agent runtime provides a safe browser-rendering tool (headless browser) if you expect the 'browser-rendered path' to be used, and that any network access to third-party sites complies with your privacy and logging policies. If you need access to login-protected content, supply explicit user-authorized first-party credentials or APIs rather than letting the agent attempt workarounds.
功能分析
Type: OpenClaw Skill
Name: blocked-page-fallback
Version: 1.0.0
The skill bundle contains instructions for an AI agent to handle blocked or low-quality web content using lawful fallback strategies like alternative search engines, official documentation, and public archives. It explicitly prohibits bypassing access controls, evading anti-bot measures, or brute-forcing endpoints, and contains no executable code or malicious instructions (SKILL.md).
能力评估
Purpose & Capability
The name/description (recover when a page is blocked or JS-heavy) matches the instructions (broaden discovery, switch transport, pivot sources, use caches/archives). Nothing requested (no env vars, no installs) is disproportionate to this purpose.
Instruction Scope
SKILL.md stays focused on discovery strategies and explicitly forbids bypassing logins, anti-bot controls, and brute force. It asks the agent to search multiple engines, site-specific search, use archives, sitemaps, APIs, and browser-rendered fetches — all directly relevant. Note: it assumes the agent has a browser-rendering capability/tool available, but does not instruct any unauthorized data access.
Install Mechanism
Instruction-only skill with no install spec or external downloads; lowest-risk installation footprint.
Credentials
No environment variables, credentials, or config paths are requested. The absence of requested secrets is proportional and appropriate for the described functionality.
Persistence & Privilege
always:false and normal autonomous invocation are used (platform default). The skill does not request permanent presence, system modifications, or access to other skills' configs.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install blocked-page-fallback - 安装完成后,直接呼叫该 Skill 的名称或使用
/blocked-page-fallback触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of blocked-page-fallback skill.
- Enables recovery from thin, blocked, or region-limited web pages by using alternate, lawful fallback methods.
- Introduces a structured fallback ladder: broaden discovery, switch transport, pivot source types, and leverage structural clues.
- Clearly outlines prohibited behaviors (e.g., no login bypass, no anti-bot evasion).
- Provides a detailed output pattern for consistent results in difficult web scenarios.
元数据
常见问题
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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 118 次。
如何安装 Blocked Page Fallback?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install blocked-page-fallback」即可一键安装,无需额外配置。
Blocked Page Fallback 是免费的吗?
是的,Blocked Page Fallback 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Blocked Page Fallback 支持哪些平台?
Blocked Page Fallback 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Blocked Page Fallback?
由 1477009639zw-blip(@1477009639zw-blip)开发并维护,当前版本 v1.0.0。
推荐 Skills