What problem does it solve?
Fetching a URL often fails with 403/429 errors, paywalls, Cloudflare interstitials, or bot-detection walls. This Skill provides a fallback ladder to retrieve a usable copy of the page from third-party services without retry-looping on the same blocked URL.
Core Features & Use Cases
- Multi-route recovery ladder: Tries Wayback Machine, archive.today (with domain rotation), and Jina Reader in order of cost and reliability.
- Provenance tracking: Tags every recovered copy as
snapshot or live so citations can include the archive date and avoid presenting stale data as current.
- Fake-success rejection: Validates response bodies against byte floors, interstitial titles, and redirect-stub patterns to discard AMP caches, Google Cache interstitials, and rate-limit HTML.
- Use Case: A research agent needs the text of a paywalled news article. Run the recovery script and receive the archived body plus its snapshot timestamp for proper citation.
Quick Start
Use the blocked-page-recovery skill to fetch the contents of this paywalled article URL and return the recovered text with its provenance.