Claude Skill
firecrawl/cli
Firecrawl CLI 是一个基于 TypeScript 的命令行工具和 Claude Skill,为您的 AI 代理添加抓取、搜索和浏览功能。无缝提取网页数据。
概览
仓库信息
安装这个 Skill
npm install -g firecrawl-cliRegistry 信息
npm install -g firecrawl-clinpx -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
话题
暂无话题