·firecrawl
{}

firecrawl

网页抓取和搜索 CLI 从任何 URL 返回干净的 Markdown(处理 JS 渲染 页面、SPA)。当用户请求时使用:(1)“在网络上搜索 X”,(2)“抓取/获取 URL内容”,(3)“从网站获取内容”,(4)“查找有关X的最新文章”, (5) 需要当前网络数据的研究任务,(6) 从页面中提取结构化数据。 输出LLM友好的Markdown,通过firecrawl登录处理身份验证,支持 用于批量操作的并行刮擦。自动写入 .firecrawl/ 目录。 触发器:网页抓取、搜索网页、获取 URL、提取内容、Firecrawl、抓取 网站,获取页面内容,网络研究,站点地图,抓取站点。

12安装·5热度·@acedergren

安装

$npx skills add https://github.com/acedergren/agentic-tools --skill firecrawl

如何安装 firecrawl

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

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

来源:acedergren/agentic-tools。

SKILL.md

查看原文

❌ #1: Sequential Scraping Problem: Scraping sites one-by-one wastes time.

Why: Firecrawl supports up to 100 parallel jobs (check firecrawl --status). Use them.

Why this is deceptively hard to debug: Operations complete successfully—just slowly. No error messages indicate the problem. When scraping 20 sites takes 2 minutes instead of 10 seconds, it's not obvious the bottleneck is sequential execution rather than network speed. Profiling reveals the issue: 90% of time is spent waiting, not processing. Takes 10-15 minutes to realize parallelization is the fix.

网页抓取和搜索 CLI 从任何 URL 返回干净的 Markdown(处理 JS 渲染 页面、SPA)。当用户请求时使用:(1)“在网络上搜索 X”,(2)“抓取/获取 URL内容”,(3)“从网站获取内容”,(4)“查找有关X的最新文章”, (5) 需要当前网络数据的研究任务,(6) 从页面中提取结构化数据。 输出LLM友好的Markdown,通过firecrawl登录处理身份验证,支持 用于批量操作的并行刮擦。自动写入 .firecrawl/ 目录。 触发器:网页抓取、搜索网页、获取 URL、提取内容、Firecrawl、抓取 网站,获取页面内容,网络研究,站点地图,抓取站点。 来源:acedergren/agentic-tools。

可引用信息

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

安装命令
npx skills add https://github.com/acedergren/agentic-tools --skill firecrawl
分类
{}数据分析
认证
收录时间
2026-02-20
更新时间
2026-03-10

Browse more skills from acedergren/agentic-tools

快速解答

什么是 firecrawl?

网页抓取和搜索 CLI 从任何 URL 返回干净的 Markdown(处理 JS 渲染 页面、SPA)。当用户请求时使用:(1)“在网络上搜索 X”,(2)“抓取/获取 URL内容”,(3)“从网站获取内容”,(4)“查找有关X的最新文章”, (5) 需要当前网络数据的研究任务,(6) 从页面中提取结构化数据。 输出LLM友好的Markdown,通过firecrawl登录处理身份验证,支持 用于批量操作的并行刮擦。自动写入 .firecrawl/ 目录。 触发器:网页抓取、搜索网页、获取 URL、提取内容、Firecrawl、抓取 网站,获取页面内容,网络研究,站点地图,抓取站点。 来源:acedergren/agentic-tools。

如何安装 firecrawl?

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

这个 Skill 的源码在哪?

https://github.com/acedergren/agentic-tools