From b41caff94a415d65bc585ce11b982046bfd68b1c Mon Sep 17 00:00:00 2001 From: Developers Digest <124798203+developersdigest@users.noreply.github.com> Date: Wed, 21 Jan 2026 17:03:54 -0500 Subject: [PATCH 1/2] update SKILL.md with browser authentication instructions --- skills/firecrawl-cli/SKILL.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/skills/firecrawl-cli/SKILL.md b/skills/firecrawl-cli/SKILL.md index dce20a9af..8faa83347 100644 --- a/skills/firecrawl-cli/SKILL.md +++ b/skills/firecrawl-cli/SKILL.md @@ -51,6 +51,8 @@ If user selects manual API key: Ask for their API key, then run: export FIRECRAWL_API_KEY="" Tell them to add this export to ~/.zshrc or ~/.bashrc for persistence, then retry the original command. +If a user answers they want to use a browser to authenticate with the browser you must run: "echo "1" | firecrawl config" + ## Organization 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): From e856cb7d389eeb24a46b96bfc5e2d03c3130895d Mon Sep 17 00:00:00 2001 From: Developers Digest <124798203+developersdigest@users.noreply.github.com> Date: Wed, 21 Jan 2026 19:20:39 -0500 Subject: [PATCH 2/2] update --- skills/firecrawl-cli/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skills/firecrawl-cli/SKILL.md b/skills/firecrawl-cli/SKILL.md index 8faa83347..4d566e9e7 100644 --- a/skills/firecrawl-cli/SKILL.md +++ b/skills/firecrawl-cli/SKILL.md @@ -51,7 +51,7 @@ If user selects manual API key: Ask for their API key, then run: export FIRECRAWL_API_KEY="" Tell them to add this export to ~/.zshrc or ~/.bashrc for persistence, then retry the original command. -If a user answers they want to use a browser to authenticate with the browser you must run: "echo "1" | firecrawl config" +If a user answers that they want to use a browser to authenticate you must run: "echo "1" | firecrawl config" ## Organization