Agent Skillsfirecrawl/cli › firecrawl-download

firecrawl-download

GitHub

将网站或指定部分下载为本地文件,支持Markdown、链接和截图格式。适用于离线文档参考或本地备份,通过CLI自动化执行并保存至.firecrawl目录。

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": "Save a site or section as local files (markdown, screenshots). Use for \"download the site\", offline docs, or a local copy for reference.\n",
    "allowed-tools": [
        "Bash(firecrawl *)",
        "Bash(npx firecrawl-cli *)"
    ]
}

firecrawl download (invoked as firecrawl x download)

Experimental. download is available under the firecrawl x command group.

Prerequisite: download requires authentication (no keyless free tier); without credentials the CLI prompts an interactive login.

Maps the site origin first to discover pages, then scrapes each one into nested directories under .firecrawl/. Use --include-paths to scope a non-root URL to one section. Automated runs always pass -y — without it the command opens an interactive wizard that blocks on a prompt.

Quick start

# With screenshots
firecrawl x download https://docs.example.com --screenshot --limit 20 -y

# Multiple formats (each saved as its own file per page)
firecrawl x 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 x download https://docs.example.com --include-paths "/features,/sdks" -y

# Skip translations
firecrawl x download https://docs.example.com --exclude-paths "/zh,/ja,/fr,/es,/pt-BR" -y

Run firecrawl x download --help for the full option list, including which scrape options download supports.

Done when: the command exits successfully and the expected files exist under .firecrawl/.

See also

Version History

  • 86aaf06 Current 2026-08-27 16:51

    重构技能文档结构,移除冗余的'何时使用'部分,替换 CLI 选项表为帮助指针,重写指令为正向表述,并统一添加完成标准。

  • 253abde 2026-08-19 19:06

    修正了命令示例(改为firecrawl x download)、补充认证要求说明、修复选项描述错误及交互式提示对Agent的影响。

  • 6c50c5d 2026-07-24 11:49

Same Skill Collection

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

Metadata

Files
0
Version
86aaf06
Hash
1127c7d3
Indexed
2026-07-24 11:49

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