Skip to content

Commit 959e570

Browse files
committed
Minor copy updates
1 parent 3193905 commit 959e570

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

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

3-
Command-line interface for Firecrawl. Scrape, crawl, and extract data from any website directly from your terminal.
3+
Command-line interface for Firecrawl. Search, scrape, and interact with the web directly from your terminal.
44

55
## Installation
66

@@ -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, crawl, map)
35+
- **CLI skills** — teach agents how to use the Firecrawl CLI for live web work (search, scrape, interact, map, crawl)
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:
@@ -61,7 +61,7 @@ On first run, you'll be prompted to authenticate:
6161

6262
```
6363
🔥 firecrawl cli
64-
Turn websites into LLM-ready data
64+
Search, scrape, and interact with the web
6565
6666
Welcome! To get started, authenticate with your Firecrawl account.
6767
@@ -203,7 +203,7 @@ Search the web and optionally scrape content from search results.
203203

204204
```bash
205205
# Basic search
206-
firecrawl search "firecrawl web scraping"
206+
firecrawl search "firecrawl"
207207

208208
# Limit results
209209
firecrawl search "AI news" --limit 10
@@ -218,7 +218,7 @@ firecrawl search "landscape photography" --sources images
218218
firecrawl search "machine learning" --sources web,news,images
219219

220220
# Filter by category (GitHub, research papers, PDFs)
221-
firecrawl search "web scraping python" --categories github
221+
firecrawl search "web data python" --categories github
222222
firecrawl search "transformer architecture" --categories research
223223
firecrawl search "machine learning" --categories github,research
224224

@@ -235,7 +235,7 @@ firecrawl search "firecrawl tutorials" --scrape
235235
firecrawl search "API documentation" --scrape --scrape-formats markdown,links
236236

237237
# Output as pretty JSON
238-
firecrawl search "web scraping"
238+
firecrawl search "AI data tools"
239239
```
240240

241241
#### Search Options
@@ -263,7 +263,7 @@ firecrawl search "web scraping"
263263
firecrawl search "React Server Components" --tbs qdr:m --limit 10
264264

265265
# Find GitHub repositories
266-
firecrawl search "web scraping library" --categories github --limit 20
266+
firecrawl search "web data library" --categories github --limit 20
267267

268268
# Search and get full content
269269
firecrawl search "firecrawl documentation" --scrape --scrape-formats markdown --json -o results.json

skills/firecrawl-cli/SKILL.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
name: firecrawl
33
description: |
4-
Web scraping, search, crawling, and page interaction via the Firecrawl CLI. Use this skill whenever the user wants to search the web, find articles, research a topic, look something up online, scrape a webpage, grab content from a URL, extract data from a website, crawl documentation, download a site, or interact with pages that need clicks or logins. Also use when they say "fetch this page", "pull the content from", "get the page at https://", or reference scraping external websites. This provides real-time web search with full page content extraction and interact capabilities — beyond what Claude can do natively with built-in tools. Do NOT trigger for local file operations, git commands, deployments, or code editing tasks.
4+
Search, scrape, and interact with the web via the Firecrawl CLI. Use this skill whenever the user wants to search the web, find articles, research a topic, look something up online, scrape a webpage, grab content from a URL, get data from a website, crawl documentation, download a site, or interact with pages that need clicks or logins. Also use when they say "fetch this page", "pull the content from", "get the page at https://", or reference external websites. This provides real-time web search with full page content and interact capabilities — beyond what Claude can do natively with built-in tools. Do NOT trigger for local file operations, git commands, deployments, or code editing tasks.
55
allowed-tools:
66
- Bash(firecrawl *)
77
- Bash(npx firecrawl *)
88
---
99

1010
# Firecrawl CLI
1111

12-
Web scraping, search, and page interaction CLI. Returns clean markdown optimized for LLM context windows.
12+
Search, scrape, and interact with the web. Returns clean markdown optimized for LLM context windows.
1313

1414
Run `firecrawl --help` or `firecrawl <command> --help` for full option details.
1515

@@ -28,7 +28,7 @@ Must be installed and authenticated. Check with `firecrawl --status`.
2828
```
2929

3030
- **Concurrency**: Max parallel jobs. Run parallel operations up to this limit.
31-
- **Credits**: Remaining API credits. Each scrape/crawl consumes credits.
31+
- **Credits**: Remaining API credits. Each operation consumes credits.
3232

3333
If not ready, see [rules/install.md](rules/install.md). For output handling guidelines, see [rules/security.md](rules/security.md).
3434

0 commit comments

Comments
 (0)