You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: skills/firecrawl-cli/SKILL.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,15 @@
1
1
---
2
2
name: firecrawl
3
3
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.
5
5
allowed-tools:
6
6
- Bash(firecrawl *)
7
7
- Bash(npx firecrawl *)
8
8
---
9
9
10
10
# Firecrawl CLI
11
11
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.
13
13
14
14
Run `firecrawl --help` or `firecrawl <command> --help` for full option details.
15
15
@@ -28,7 +28,7 @@ Must be installed and authenticated. Check with `firecrawl --status`.
28
28
```
29
29
30
30
-**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.
32
32
33
33
If not ready, see [rules/install.md](rules/install.md). For output handling guidelines, see [rules/security.md](rules/security.md).
0 commit comments