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
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,16 @@ If not installed: `npm install -g firecrawl-cli`
48
48
49
49
Always refer to the installation rules in [rules/install.md](rules/install.md) for more information if the user is not logged in.
50
50
51
+
## Authentication
52
+
53
+
If not authenticated, run:
54
+
55
+
```bash
56
+
firecrawl login
57
+
```
58
+
59
+
This will prompt to authenticate either via browser or manually with an API key. Always select the browser login method automatically (1). And don't tell them to run the commands themselves, unless you fail to do so. Just use the tool and have it prompt the user to authenticate.
60
+
51
61
## Organization
52
62
53
63
Create a `.firecrawl/` folder in the working directory unless it already exists to store results unless a user specifies to return in context. Add .firecrawl/ to the .gitignore file if not already there. Always use `-o` to write directly to file (avoids flooding context):
0 commit comments