What problem does it solve? Web pages often fail to fetch due to 403/429 errors, Cloudflare interstitials, paywalls, or bot detection, leaving you without the content you need. This Skill works down a ladder of third-party archive and rendering services to retrieve a validated copy instead of giving up or retry-looping the same URL. ## Core Features & Use Cases - Fallback Ladder: Tries Wayback Machine, archive.today domain rotation, and Jina Reader (when JINA_API_KEY is set) in cheapest-first order, with an API-first pivot and real browser as last resorts. - Fake-Success Detection: Validates every candidate body using byte floors, interstitial-title rejection, and redirect-stub detection so dead Google Cache pages, AMP stubs, and 429 rate-limit bodies are never mistaken for real content. - Provenance Discipline: Labels every recovery as snapshot or live so citations can include archive dates and stale snapshots are never presented as current data. - Use Case: A news article returns a Cloudflare "Just a moment..." page. Run the bundled script to pull the Wayback snapshot with its timestamp and cite it as archived on that date. ## Quick Start Ask the agent to recover the blocked article at a given URL using the blocked-page-recovery script and report which route succeeded with its provenance.