Agent Skillsfirecrawl/cli › firecrawl-download

firecrawl-download

GitHub

将网站完整下载为本地文件,支持Markdown、截图及多格式。适用于离线保存文档、批量抓取页面或用户明确要求下载站点内容。结合地图发现与抓取功能,按目录结构组织存储。

skills/firecrawl-download/SKILL.md firecrawl/cli

Trigger Scenarios

下载整个网站到本地 保存文档以供离线使用 批量保存页面为文件 获取站点的离线副本

Install

npx skills add firecrawl/cli --skill firecrawl-download -g -y
More Options

Use without installing

npx skills use firecrawl/cli@firecrawl-download

指定 Agent (Claude Code)

npx skills add firecrawl/cli --skill firecrawl-download -a claude-code -g -y

安装 repo 全部 skill

npx skills add firecrawl/cli --all -g -y

预览 repo 内 skill

npx skills add firecrawl/cli --list

SKILL.md

Frontmatter
{
    "name": "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, 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.\n",
    "allowed-tools": [
        "Bash(firecrawl *)",
        "Bash(npx firecrawl *)"
    ]
}

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 <n> Max pages to download
--search <query> Filter URLs by search query
--include-paths <paths> Only download matching paths
--exclude-paths <paths> Skip matching paths
--allow-subdomains Include subdomain pages
-y Skip confirmation prompt (always use in automated flows)

Scrape options (all work with download)

-f <formats>, -H, -S, --screenshot, --full-page-screenshot, --only-main-content, --include-tags, --exclude-tags, --wait-for, --max-age, --country, --languages

See also

Version History

  • 6c50c5d Current 2026-07-24 11:49

Same Skill Collection

skills/firecrawl-agent/SKILL.md
skills/firecrawl-crawl/SKILL.md
skills/firecrawl-map/SKILL.md
skills/firecrawl-scrape/SKILL.md
skills/firecrawl-search/SKILL.md
skills/firecrawl-cli/SKILL.md
skills/firecrawl-interact/SKILL.md
skills/firecrawl-monitor/SKILL.md
skills/firecrawl-parse/SKILL.md

Metadata

Files
0
Version
a151277
Hash
8c734be5
Indexed
2026-07-24 11:49

Accueil - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-09 14:12
浙ICP备14020137号-1 $Carte des visiteurs$