Skip to content

Commit efeb34d

Browse files
Merge pull request #107 from firecrawl/docs/update-cli-version-refs
Update README.md
2 parents 42b990d + 34d8a07 commit efeb34d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 🔥 Firecrawl CLI
22

3-
Command-line interface for Firecrawl. Search, scrape, and interact with the web directly from your terminal.
3+
Command-line interface for Firecrawl. Search, scrape, interact, crawl, map, and run agent jobs directly from your terminal.
44

55
## Installation
66

@@ -20,7 +20,7 @@ npx -y firecrawl-cli@1.16.2 init -y --browser
2020

2121
### Setup Skills and MCP
2222

23-
If you are using an AI coding agent like Claude Code, you can also install the skill individually with:
23+
If you are using an AI coding agent like Claude Code, you can also install the skills manually with:
2424

2525
```bash
2626
firecrawl setup skills
@@ -32,7 +32,7 @@ This installs skills globally across all detected coding editors by default. Use
3232

3333
The init command installs both sets of Firecrawl agent skills into AI coding agents (Cursor, Claude Code, Windsurf, etc.):
3434

35-
- **CLI skills** — teach agents how to use the Firecrawl CLI for live web work (search, scrape, interact, map, crawl)
35+
- **CLI skills** — teach agents how to use the Firecrawl CLI for live web work (search, scrape, interact, map, crawl, agent)
3636
- **Build skills** — teach agents how to integrate Firecrawl into application code (choose endpoints, wire SDKs, set up API keys)
3737

3838
To reinstall skills manually:

0 commit comments

Comments
 (0)