What problem does it solve?
This Skill restores readable page content when direct fetching fails due to 4xx blocks, WAF/captcha interstitials, or JavaScript-rendered pages that return empty shells.
Core Features & Use Cases
- Adaptive fetch escalation: retries across public APIs, free renderers, curl header/TLS impersonation, headless browsers, and archive mirrors until validated content is found.
- Validation-first stopping rule: treats HTTP 200 as failure unless the returned body passes a validator (length, stripping, challenge signatures, and content-type checks).
- Use Case: When your research step gets a 403/blocked page or a JS SPA that returns a near-empty HTML body, you can automatically retrieve the best available text and preserve traceable evidence of which phase succeeded.
Quick Start
Use the unblock skill to fetch and validate the content of a single URL by running it in JSON mode so you can inspect which escalation phase succeeded.