·firecrawl-crawl
</>

firecrawl-crawl

从整个网站或网站部分批量提取内容。当用户想要抓取网站、从文档部分提取所有页面、批量抓取链接后的多个页面,或者说“抓取”、“获取所有页面”、“提取 /docs 下的所有内容”、“批量提取”或需要同一网站上许多页面的内容时,请使用此技能。处理深度限制、路径过滤和并发提取。

158安装·141热度·@firecrawl

安装

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

如何安装 firecrawl-crawl

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

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

来源:firecrawl/cli。

SKILL.md

查看原文

Bulk extract content from a website. Crawls pages following links up to a depth/limit.

| --wait | Wait for crawl to complete before returning | | --progress | Show progress while waiting | | --limit | Max pages to crawl | | --max-depth | Max link depth to follow | | --include-paths | Only crawl URLs matching these paths | | --exclude-paths | Skip URLs matching these paths | | --delay | Delay between requests |

| --max-concurrency | Max parallel crawl workers | | --pretty | Pretty print JSON output | | -o, --output | Output file path |

从整个网站或网站部分批量提取内容。当用户想要抓取网站、从文档部分提取所有页面、批量抓取链接后的多个页面,或者说“抓取”、“获取所有页面”、“提取 /docs 下的所有内容”、“批量提取”或需要同一网站上许多页面的内容时,请使用此技能。处理深度限制、路径过滤和并发提取。 来源:firecrawl/cli。

可引用信息

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

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

Browse more skills from firecrawl/cli

快速解答

什么是 firecrawl-crawl?

从整个网站或网站部分批量提取内容。当用户想要抓取网站、从文档部分提取所有页面、批量抓取链接后的多个页面,或者说“抓取”、“获取所有页面”、“提取 /docs 下的所有内容”、“批量提取”或需要同一网站上许多页面的内容时,请使用此技能。处理深度限制、路径过滤和并发提取。 来源:firecrawl/cli。

如何安装 firecrawl-crawl?

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

这个 Skill 的源码在哪?

https://github.com/firecrawl/cli