What problem does it solve? Saving an entire website or documentation section 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 - Bulk Site Download: Maps a site to discover pages, then scrapes each one into nested local directories. - Multiple Output Formats: Saves markdown, links, and screenshots as separate files per page (e.g., index.md, links.txt, screenshot.png). - Path Filtering: Includes or excludes specific URL paths, such as skipping translated versions of documentation. - 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 to save the full docs section locally. ## Quick Start Ask the AI to download https://docs.example.com as local markdown files with screenshots, limited to 20 pages.