← Back to Skills Marketplace
eohmig

Firecrawl Download

by eohmig · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
41
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install firecrawl-download
Description
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...
README (SKILL.md)

firecrawl download

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.

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

Usage Guidance
Install this if you want an agent to map URLs on websites you specify using Firecrawl. Be mindful that mapping a large site can use bandwidth and create local output files, and avoid running it against private or restricted sites unless you have permission.
Capability Assessment
Purpose & Capability
The stated purpose is to discover and list URLs on a user-specified website, and the instructions/examples stay aligned with Firecrawl map usage.
Instruction Scope
Tool authority is limited to Bash invocations of firecrawl or npx firecrawl; this is broader than only the map subcommand but coherent with the documented Firecrawl workflow.
Install Mechanism
The artifact is a single Markdown skill with no executable install script; npx usage may download or run the Firecrawl CLI through the user's normal Node tooling.
Credentials
Network requests to the target site and optional writes such as .firecrawl/urls.json are expected for URL mapping and are shown in examples.
Persistence & Privilege
No background worker, persistence mechanism, privilege escalation, credential collection, or automatic deletion/modification behavior is shown.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install firecrawl-download
  3. After installation, invoke the skill by name or use /firecrawl-download
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of firecrawl-download. - Download entire websites as organized local files (markdown, screenshots, or multiple formats). - Combines site mapping and scraping into a single command for bulk offline saving. - Supports include/exclude path filters, format selection, and screenshot options. - Saves files in nested directories under .firecrawl/ for easy access.
Metadata
Slug firecrawl-download
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

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.

💬 Comments