·firecrawl-download
</>

firecrawl-download

Download an entire website as local files — markdown, screenshots, or multiple formats per page. Use this skill when the user wants 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.

79Installs·23Trend·@firecrawl

Installation

$npx skills add https://github.com/firecrawl/cli --skill firecrawl-download

How to Install firecrawl-download

Quickly install firecrawl-download AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/firecrawl/cli --skill firecrawl-download
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: firecrawl/cli.

SKILL.md

View raw

Experimental. Convenience command that combines map + scrape to save an entire site as local files.

Maps the site first to discover pages, then scrapes each one into nested directories under .firecrawl/. All scrape options work with download. Always pass -y to skip the confirmation prompt.

| --limit | Max pages to download | | --search | Filter URLs by search query | | --include-paths | Only download matching paths | | --exclude-paths | Skip matching paths | | --allow-subdomains | Include subdomain pages | | -y | Skip confirmation prompt (always use in automated flows) |

Download an entire website as local files — markdown, screenshots, or multiple formats per page. Use this skill when the user wants 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. Source: firecrawl/cli.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/firecrawl/cli --skill firecrawl-download
Category
</>Dev Tools
Verified
First Seen
2026-03-11
Updated
2026-03-11

Browse more skills from firecrawl/cli

Quick answers

What is firecrawl-download?

Download an entire website as local files — markdown, screenshots, or multiple formats per page. Use this skill when the user wants 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. Source: firecrawl/cli.

How do I install firecrawl-download?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/firecrawl/cli --skill firecrawl-download Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/firecrawl/cli