Skip to content

Commit 4e906c4

Browse files
committed
Nick:
1 parent 17d72eb commit 4e906c4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

skills/firecrawl-cli/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ If `authenticated: false`, follow the instructions in [install.md](rules/install
4242

4343
## Organization
4444

45-
Create a `.firecrawl/` folder in the working directory unless it already exists to store results unless a user specifies to return in context. Always use `-o` to write directly to file (avoids flooding context):
45+
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):
4646

4747
```bash
4848
# Search the web (most common operation)

skills/firecrawl-cli/rules/install.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,3 +102,7 @@ export FIRECRAWL_API_KEY="<their-key>"
102102
Tell them to add this export to ~/.zshrc or ~/.bashrc for persistence, then retry the original command.
103103

104104
If a user answers that they want to use a browser to authenticate you must run: "echo "1" | firecrawl config"
105+
106+
### Specific Instructions for Codex
107+
108+
When a user selects to authenticate with a browser make sure you run 'echo "1" | firecrawl config' and open the browser + start an interactive shell for auth

0 commit comments

Comments
 (0)