What problem does it solve? Getting reliable, source-cited data from the live web requires choosing the right access mode (single page, whole site, search, or multi-source research) and enforcing provenance on every claim. This Skill governs live web access through firecrawl so every extracted fact carries its source URL. ## Core Features & Use Cases - Mode selection: Routes each request to the right firecrawl mode — scrape (one page), crawl (a site), search (the web), map (discover site URLs), or deep-research (multi-source synthesis). - Structured extraction: Parses scraped markdown into structured data, since no native URL-based extract mode exists. - Provenance discipline: Requires a source URL for every data point and flags uncited claims. - Use Case: Ask for the current state of WebGPU browser support; the Skill searches for primary sources, scrapes support matrices per browser, and returns a table with per-claim source URLs. ## Quick Start Use web-research to scrape https://example.com/pricing and list the plan names and prices with their source URLs.