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 the site's URLs and scraping every page into organized local directories under .firecrawl/. ## Core Features & Use Cases - Site-wide download: Combines Firecrawl's map and scrape commands to discover pages and save each one as local files. - Multiple output formats: Save each page as markdown, links list, and screenshots (including full-page screenshots) in a single run. - Path filtering: Include or exclude URL paths (e.g., skip translations like /zh,/ja) and limit page counts for targeted downloads. - Use Case: You need offline access to a product's documentation before a flight. Run the download command with --only-main-content and a page limit to get clean markdown copies of every docs page in one folder. ## Quick Start Ask the agent to download https://docs.example.com as local markdown files with screenshots, limited to 20 pages.