/install firecrawl-download
firecrawl download
Experimental. Convenience command that combines
map+scrapeto 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.
When to use
- You want to save an entire site (or section) to local files
- You need offline access to documentation or content
- Bulk content extraction with organized file structure
Quick start
# Interactive wizard (picks format, screenshots, paths for you)
firecrawl download https://docs.example.com
# With screenshots
firecrawl download https://docs.example.com --screenshot --limit 20 -y
# Multiple formats (each saved as its own file per page)
firecrawl download https://docs.example.com --format markdown,links --screenshot --limit 20 -y
# Creates per page: index.md + links.txt + screenshot.png
# Filter to specific sections
firecrawl download https://docs.example.com --include-paths "/features,/sdks"
# Skip translations
firecrawl download https://docs.example.com --exclude-paths "/zh,/ja,/fr,/es,/pt-BR"
# Full combo
firecrawl download https://docs.example.com \
--include-paths "/features,/sdks" \
--exclude-paths "/zh,/ja" \
--only-main-content \
--screenshot \
-y
Download options
| Option | Description |
|---|---|
--limit \x3Cn> |
Max pages to download |
--search \x3Cquery> |
Filter URLs by search query |
--include-paths \x3Cpaths> |
Only download matching paths |
--exclude-paths \x3Cpaths> |
Skip matching paths |
--allow-subdomains |
Include subdomain pages |
-y |
Skip confirmation prompt (always use in automated flows) |
Scrape options (all work with download)
-f \x3Cformats>, -H, -S, --screenshot, --full-page-screenshot, --only-main-content, --include-tags, --exclude-tags, --wait-for, --max-age, --country, --languages
See also
- firecrawl-map — just discover URLs without downloading
- firecrawl-scrape — scrape individual pages
- firecrawl-crawl — bulk extract as JSON (not local files)
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install firecrawl-download - After installation, invoke the skill by name or use
/firecrawl-download - Provide required inputs per the skill's parameter spec and get structured output
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, d... It is an AI Agent Skill for Claude Code / OpenClaw, with 41 downloads so far.
How do I install Firecrawl Download?
Run "/install firecrawl-download" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Firecrawl Download free?
Yes, Firecrawl Download is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Firecrawl Download support?
Firecrawl Download is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Firecrawl Download?
It is built and maintained by eohmig (@eohmig); the current version is v1.0.0.