Claude Skill

firecrawl/cli

Firecrawl CLI 是一个基于 TypeScript 的命令行工具和 Claude Skill,为您的 AI 代理添加抓取、搜索和浏览功能。无缝提取网页数据。

概览

Stars507
Forks73
语言TypeScript
最后更新2026-07-03
最近同步2026-07-04
前往 GitHub

仓库信息

拥有者firecrawl
仓库cli
完整名称firecrawl/cli
Repo ID1,130,001,700

安装这个 Skill

npm install -g firecrawl-cli

Registry 信息

类型mcp_server
质量分75/100
验证状态readme_parsed
最近验证2026-06-11
平台
ClaudeMCPCodexCursor
能力
browserpdfsearchimageterminalworkflow
识别文件
README.mdpackage.json
配置键
FIRECRAWL_API_KEYFIRECRAWL_API_URLURLPACKAGE_JSON
安装方式
  • npm install -g firecrawl-cli
  • npx -y firecrawl-cli@1.19.6 init -y --browser

项目简介

Firecrawl CLI 是一个命令行工具和 Claude Skill,允许 AI 代理直接从终端抓取、搜索和浏览网页内容。它基于 TypeScript 构建,提供无缝的界面,用于从网站提取结构化数据、执行网页搜索和浏览页面,而无需离开 AI 代理的工作流程。

英文描述

CLI and Agent Skill for Firecrawl - Add scrape, search, and browsing capabilities to your AI agents

要点

  • 从 CLI 为 AI 代理进行网页抓取
  • 集成的网页搜索功能
  • 页面浏览和导航支持
  • 基于 TypeScript 的轻量级实现
  • 与 Claude AI 代理无缝集成

使用场景

  • AI 研究的自动化数据提取
  • 在代理工作流中实时搜索网页
  • 内容监控与聚合
  • 让 AI 代理能够浏览并与网站交互

README 摘要

# 🔥 Firecrawl CLI Command-line interface for Firecrawl. Search, scrape, interact, crawl, map, and run agent jobs directly from your terminal. ## Installation ```bash npm install -g firecrawl-cli ``` Or set up everything in one command (install CLI globally, authenticate, and add skills across all detected coding editors): ```bash npx -y firecrawl-cli@1.19.6 init -y --browser ``` - `-y` runs setup non-interactively - `--browser` opens the browser for Firecrawl authentication automatically - skills install globally to every detected AI coding agent by default ### Setup Skills, Workflows, and MCP If you are using an AI coding agent like Claude Code, you can also install the skills manually: ```bash firecrawl setup skills firecrawl setup workflows ``` These install globally across all detected coding editors by default. Use `--agent <agent>` to scope either command to one editor. ### Agent skills The init command installs all Firecrawl agent skill segments into AI coding agents (Cursor, Claude Code, Windsurf, etc.): - **CLI skills** — teach agents how to use the Firecrawl CLI for live web work (search, scrape, interact, map, crawl, agent) - **Build skills** — teach agents how to integrate Firecrawl into application code (choose endpoints, wire SDKs, set up API keys) - **Workflow skills** — teach agents how to produce Firecrawl-powered deliverables such as research briefs, SEO audits, QA reports, lead lists, knowledge bases, and design-system extraction To reinstall skills manually: ```bash firecrawl setup skills firecrawl setup workflows ``` To install the Firecrawl MCP server into your editors (Cursor, Claude Code, VS Code, etc.): ```bash firecrawl setup mcp ``` To make Firecrawl the default web provider for supported AI agents: ```bash firecrawl setup d

话题

暂无话题

探索更多

数据来自 GitHub,同步时间:2026-07-04