Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion sdks/cli.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,11 @@ import AgentOptions from '/snippets/v2/cli/agent/options.mdx'
import BrowserBasic from '/snippets/v2/browser/cli/basic.mdx'
import BrowserOptions from '/snippets/v2/browser/cli/options.mdx'

Scrape, crawl, search, and extract web data directly from the terminal. The Firecrawl CLI works standalone or as a skill that AI coding agents like Claude Code, Antigravity, and OpenCode can discover and use automatically.

## Installation

If you are using any AI agent like Claude Code, you can install the Firecrawl skill below and the agent will be able to set it up for you.
If you are using an AI agent like Claude Code, you can install the Firecrawl skill below and the agent will set it up for you.

```bash
npx -y firecrawl-cli@latest init --all --browser
Expand Down