firecrawl-cli 1.6.1 → 1.6.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -14,6 +14,9 @@ Or set up everything in one command (install CLI globally, authenticate, and add
|
|
|
14
14
|
npx -y firecrawl-cli init --all --browser
|
|
15
15
|
```
|
|
16
16
|
|
|
17
|
+
- `--all` installs the firecrawl skill to every detected AI coding agent
|
|
18
|
+
- `--browser` opens the browser for Firecrawl authentication automatically
|
|
19
|
+
|
|
17
20
|
### Setup Skills and MCP
|
|
18
21
|
|
|
19
22
|
If you are using an AI coding agent like Claude Code, you can also install the skill individually with:
|
package/package.json
CHANGED