What problem does it solve? Saving an entire website or documentation set for offline use normally requires manually visiting and copying each page. This Skill automates that by mapping a site's URLs and scraping every page into organized local directories under .firecrawl/. ## Core Features & Use Cases - Full-site download: Combines site mapping and scraping to save every discovered page as local files in nested directories. - Multiple output formats per page: Save markdown, links, and screenshots as separate files for each page (e.g., index.md + links.txt + screenshot.png). - Path filtering: Include or exclude specific URL paths, such as downloading only /features and /sdks while skipping translated versions like /zh or /ja. - Use Case: You need offline access to a product's documentation before a flight. Run the download command with a page limit and screenshots enabled, and the entire docs site is saved locally in an organized folder structure. ## Quick Start Ask the AI to download https://docs.example.com as local markdown files with screenshots, limited to 20 pages, using the firecrawl download command.