·firecrawl-download
</>

firecrawl-download

将整个网站下载为本地文件 - Markdown、屏幕截图或每页多种格式。当用户想要在本地保存网站、下载文档以供离线使用、将页面批量保存为文件,或者说“下载网站”、“另存为本地文件”、“离线复制”、“下载所有文档”或“保存以供参考”时,请使用此技能。将站点映射和抓取结合到有组织的本地目录中。

146安装·129热度·@firecrawl

安装

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

如何安装 firecrawl-download

通过命令行快速安装 firecrawl-download AI 技能到你的开发环境

  1. 打开终端: 打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 运行安装命令: 复制并运行以下命令:npx skills add https://github.com/firecrawl/cli --skill firecrawl-download
  3. 验证安装: 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

来源:firecrawl/cli。

SKILL.md

查看原文

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) |

将整个网站下载为本地文件 - Markdown、屏幕截图或每页多种格式。当用户想要在本地保存网站、下载文档以供离线使用、将页面批量保存为文件,或者说“下载网站”、“另存为本地文件”、“离线复制”、“下载所有文档”或“保存以供参考”时,请使用此技能。将站点映射和抓取结合到有组织的本地目录中。 来源:firecrawl/cli。

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/firecrawl/cli --skill firecrawl-download
分类
</>开发工具
认证
收录时间
2026-03-11
更新时间
2026-03-11

Browse more skills from firecrawl/cli

快速解答

什么是 firecrawl-download?

将整个网站下载为本地文件 - Markdown、屏幕截图或每页多种格式。当用户想要在本地保存网站、下载文档以供离线使用、将页面批量保存为文件,或者说“下载网站”、“另存为本地文件”、“离线复制”、“下载所有文档”或“保存以供参考”时,请使用此技能。将站点映射和抓取结合到有组织的本地目录中。 来源:firecrawl/cli。

如何安装 firecrawl-download?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/firecrawl/cli --skill firecrawl-download 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

这个 Skill 的源码在哪?

https://github.com/firecrawl/cli