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
-`--browser` opens the browser for Firecrawl authentication automatically
19
19
- skills install globally to every detected AI coding agent by default
20
20
21
-
### Setup Skills and MCP
21
+
### Setup Skills, Workflows, and MCP
22
22
23
-
If you are using an AI coding agent like Claude Code, you can also install the skills manually with:
23
+
If you are using an AI coding agent like Claude Code, you can also install the skills manually:
24
24
25
25
```bash
26
26
firecrawl setup skills
27
+
firecrawl setup workflows
27
28
```
28
29
29
-
This installs skills globally across all detected coding editors by default. Use `--agent <agent>` to scope it to one editor.
30
+
These install globally across all detected coding editors by default. Use `--agent <agent>` to scope either command to one editor.
30
31
31
32
### Agent skills
32
33
33
-
The init command installs both sets of Firecrawl agent skills into AI coding agents (Cursor, Claude Code, Windsurf, etc.):
34
+
The init command installs all Firecrawl agent skill segments into AI coding agents (Cursor, Claude Code, Windsurf, etc.):
34
35
35
36
-**CLI skills** — teach agents how to use the Firecrawl CLI for live web work (search, scrape, interact, map, crawl, agent)
36
37
-**Build skills** — teach agents how to integrate Firecrawl into application code (choose endpoints, wire SDKs, set up API keys)
38
+
-**Workflow skills** — teach agents how to produce Firecrawl-powered deliverables such as research briefs, SEO audits, QA reports, lead lists, knowledge bases, and design-system extraction
37
39
38
40
To reinstall skills manually:
39
41
40
42
```bash
41
43
firecrawl setup skills
44
+
firecrawl setup workflows
42
45
```
43
46
44
47
To install the Firecrawl MCP server into your editors (Cursor, Claude Code, VS Code, etc.):
firecrawl x download https://docs.firecrawl.dev --include-paths "/features,/sdks" -y
701
704
```
702
705
703
-
### AI Workflows
706
+
### Workflow Skills
704
707
705
-
Launch pre-built AI workflows that combine Firecrawl with your coding agent. One command spins up an interactive session with the right system prompt, tools, and instructions.
708
+
The old experimental AI workflow commands have moved to the NPX-installable
Copy file name to clipboardExpand all lines: skills/firecrawl-cli/SKILL.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ Search, scrape, and interact with the web. Returns clean markdown optimized for
13
13
14
14
Run `firecrawl --help` or `firecrawl <command> --help` for full option details.
15
15
16
-
If the task is to integrate Firecrawl into an application, add `FIRECRAWL_API_KEY` to a project, or choose endpoint usage in product code, use the `firecrawl-build` skills. They are already installed alongside this CLI skill when you run `firecrawl init`.
16
+
If the task is to integrate Firecrawl into an application, add `FIRECRAWL_API_KEY` to a project, or choose endpoint usage in product code, use the `firecrawl-build` skills. If the task is an outcome workflow such as deep research, SEO audit, QA, lead generation, knowledge-base creation, dashboard reporting, shopping research, or website design-system extraction, use the `firecrawl-workflows` skills. They are already installed alongside this CLI skill when you run `firecrawl init`.
17
17
18
18
## Prerequisites
19
19
@@ -90,6 +90,7 @@ For detailed command reference, run `firecrawl <command> --help`.
90
90
-**Install, auth, or setup problems** -> [rules/install.md](rules/install.md)
91
91
-**Output handling and safe file-reading patterns** -> [rules/security.md](rules/security.md)
92
92
-**Integrating Firecrawl into an app, adding `FIRECRAWL_API_KEY` to `.env`, or choosing endpoint usage in product code** -> use the `firecrawl-build` skills (already installed alongside this CLI skill)
93
+
-**Producing Firecrawl-powered deliverables such as research briefs, SEO audits, QA reports, lead lists, knowledge bases, or design-system extraction** -> use the `firecrawl-workflows` skills (already installed alongside this CLI skill). These skills infer from context first and ask only short blocking questions when needed.
0 commit comments