·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