What problem does it solve? Web pages protected by bot detection, CAPTCHAs, JavaScript rendering, or fingerprinting defeat simple fetch requests, leaving agents unable to retrieve content. This Skill escalates through four retrieval rungs — plain fetch, browser-dressed curl, real-Chrome rendering, and metered Bright Data proxy — stopping at the first rung that succeeds, so metered credits are only spent when free methods demonstrably fail. ## Core Features & Use Cases - Four-Tier Single-Page Scraping: Converts one URL to Markdown by climbing WebFetch, header-dressed curl, Interceptor real-Chrome render, then Bright Data's scrape_as_markdown, with a Cloudflare Markdown-negotiation probe ahead of the ladder. - Site Crawling in Two Gears: Light Crawl walks up to 50 pages via batched MCP scraping with link-following and depth ceilings; Full Crawl uses the Bright Data Crawl API for whole estates at $1.50 per 1K pages. - Cost and Provenance Tracking: Every result is tagged with the rung that produced it, crawls return site maps with per-page bodies, spend estimates, and error rollups. - Use Case: A user says "crawl all pages under docs.example.com/api" — the Skill runs a Light Crawl with a path-prefix filter, scrapes up to 30 pages in batches of ten, and returns a hierarchical site map plus Markdown bodies. ## Quick Start Ask the agent to scrape a blocked URL or crawl a site section, for example: "Scrape this page that keeps blocking me" or "Crawl all pages under example.com/docs and return them as Markdown."