Skip to content

Commit f33dcd2

Browse files
committed
Update SKILL.md
1 parent fd08f29 commit f33dcd2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

skills/firecrawl-cli/SKILL.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,16 @@ If not installed: `npm install -g firecrawl-cli`
4848

4949
Always refer to the installation rules in [rules/install.md](rules/install.md) for more information if the user is not logged in.
5050

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+
5161
## Organization
5262

5363
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

Comments
 (0)