Skip to content
Open
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
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,19 @@ Command-line interface for Firecrawl. Scrape, crawl, and extract data from any w
npm install -g firecrawl-cli
```

If you are using in any AI agent like Claude Code, you can install the skill with:
If you are using in any AI agent like Claude Code, Codex, Gemini CLI, OpenCode, Cursor, Github Copilot, Antigravity, etc. you can install the skill with:

```bash
npx skills add firecrawl/cli
```

(Alternative method) If you are using Claude code you can also install via the plugin marketplace:

```bash
/plugin marketplace add firecrawl/cli
/plugin install firecrawl
```

## Quick Start

Just run a command - the CLI will prompt you to authenticate if needed:
Expand Down