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 - Site Mapping + Scraping Combined: Discovers pages with the map command, 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 URL paths such as /features or translation folders like /zh and /ja to control scope. - 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, using the firecrawl download command with the -y flag.