firecrawl-web
使用 Firecrawl 擷取並分析網頁
AI 程式開發工具經常需要最新的網頁內容、螢幕截圖和結構化頁面資料。此技能會將 Claude、Codex 和 Claude Code 連接到 Firecrawl,用於網頁擷取、搜尋、萃取和文件爬取。
下載技能 ZIP
在 Claude 中上傳
前往 設定 → 功能 → 技能 → 上傳技能
開啟並開始使用
Agent 可讀資源
當 AI Agent、爬蟲或腳本需要乾淨脈絡、而不是讀取完整頁面時,請使用這些連結。
測試它
正在使用「firecrawl-web」。 Fetch markdown from a product page.
預期結果:
可讀的頁面摘要,包含主要標題、產品詳細資訊、價格文字和重要頁面區段。
正在使用「firecrawl-web」。 Search the web for a recent framework release.
預期結果:
- 符合條件的簡短結果清單。
- 每個結果都包含標題、URL 和簡短描述。
- 助理接著可以檢查選定的頁面。
正在使用「firecrawl-web」。 Crawl a documentation site and save pages.
預期結果:
包含編號 markdown 頁面的本機目錄,以及已儲存頁面的數量。
安全審計
中風險Static analysis flagged critical combinations of network, filesystem, environment access, and command examples. Review found no confirmed malicious intent or prompt injection, but the skill legitimately sends user-selected URLs to Firecrawl, loads API keys from .env files, and writes files to user-provided paths. Publish only with clear warnings about third-party processing, credential handling, and output path control.
中風險問題 (3)
低風險問題 (4)
風險因素
⚡ 包含腳本 (3)
📁 檔案系統存取 (6)
🔑 環境變數 (4)
偵測到的模式
品質評分
你可以打造什麼
研究最新網頁內容
從頁面擷取可讀的 markdown,讓助理能夠摘要、比較或引用最新資訊。
萃取產品或列表資料
使用 schema 從公開頁面收集標題、價格、功能和描述等欄位。
學習新的文件網站
爬取文件網站並儲存 markdown 頁面,以供檢閱或支援實作。
試試這些提示
Get clean markdown from this URL and summarize the main points: https://example.com
Take a screenshot of this page and save it as page.png: https://example.com
Extract the title, price, and feature list from this product URL using a schema file I provide.
Crawl this documentation site with a limit of 30 pages, then identify the setup steps and key API concepts.
最佳實務
- 使用清楚的頁面 URL,並在執行文件爬取前設定爬取限制。
- 將 Firecrawl API keys 保存在專用環境檔案中,並盡量減少無關的秘密資訊。
- 先將螢幕截圖和爬取輸出寫入暫時的專案目錄。
避免
- 不要在沒有頁面限制和明確目的的情況下爬取大型網站。
- 除非已獲批准,否則不要將私人、內部或敏感 URL 傳送到 Firecrawl。
- 不要使用可能覆寫重要檔案的輸出路徑。