Claude Skill
firecrawl/cli
Firecrawl CLI is a TypeScript-based command-line tool and Claude Skill that adds scrape, search, and browsing capabilities to your AI agents. Extract web data seamlessly.
Overview
Repository
Install this Skill
npm install -g firecrawl-cliRegistry
npm install -g firecrawl-clinpx -y firecrawl-cli@1.19.6 init -y --browser
Summary
Firecrawl CLI is a command-line tool and Claude Skill that enables AI agents to scrape, search, and browse web content directly from the terminal. Built in TypeScript, it provides a seamless interface for extracting structured data from websites, performing web searches, and navigating pages—all without leaving your AI agent's workflow.
Firecrawl 的 CLI 与代理技能 - 为您的 AI 代理添加抓取、搜索和浏览功能
Key features
- Web scraping from CLI for AI agents
- Integrated web search capabilities
- Page browsing and navigation support
- TypeScript-based, lightweight implementation
- Seamless integration with Claude AI agents
Use cases
- Automated data extraction for AI research
- Real-time web search within agent workflows
- Content monitoring and aggregation
- Enabling AI agents to browse and interact with websites
README excerpt
# 🔥 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
Topics
No topics yet.