firecrawl-download

Map and scrape entire websites into organized local files with Firecrawl CLI.

Updated Mar 24, 2026
One-click install
npx skills add https://github.com/1thirteeng3/greenmoire --skill firecrawl-download-1thirteeng3
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: firecrawl-download
Source: https://github.com/1thirteeng3/greenmoire/tree/main/integrations/firecrawl/cli/skills/firecrawl-download
Command: npx skills add https://github.com/1thirteeng3/greenmoire --skill firecrawl-download-1thirteeng3

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Download an entire website as local files — markdown, screenshots, or multiple formats per page. Use this skill when you want to save a site locally, download documentation for offline use, bulk-save pages as files, or says "download the site", "save as local files", "offline copy", "download all the docs", or "save for reference". Combines site mapping and scraping into organized local directories.

Core Features & Use Cases

  • Map the site first to discover pages, then scrape each page into nested directories under .firecrawl/.
  • Save content in multiple formats per page (markdown, HTML, or as links) and optionally generate per-page screenshots.
  • Use cases include offline documentation copies, archiving public websites, or bulk exporting site content for reference.

Quick Start

Download an entire site to local files with optional screenshots and multiple formats.

Frequently Asked Questions about firecrawl-download

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I download an entire website for offline use as local files?

You can download an entire website for offline use by running a map-and-scrape workflow that saves each page into nested local directories under .firecrawl/. The skill automatically discovers all pages and exports them as markdown, HTML, or links for local reference.

Can I save website screenshots and multiple formats when scraping documentation locally?

Yes, you can save website screenshots and multiple formats when scraping documentation locally by using the --screenshot and --format options. This exports per-page content as markdown or HTML alongside visual captures into organized directories.

What is the best way to bulk export site content into organized per-page directories?

The best way to bulk export site content into organized per-page directories is using a two-step mapping and scraping workflow. It discovers all site pages and saves each page's content into nested local folders for structured offline archiving.

Does this offline archiving approach limit the number of pages scraped from a site?

Yes, offline archiving can limit the number of pages scraped from a site using the --limit option. This constraint controls the scope of the site download when bulk-saving large documentation into local files.

Do I need to manually confirm page scrapes when downloading a full site to local files?

No, you do not need to manually confirm page scrapes when downloading a full site to local files. Using the -y option skips confirmations, allowing the mapping and scraping process to run automatically without manual input.