Docs: rewrite the README (parity with Claude plugin, fix inaccuracies)#30
Open
rakshith48 wants to merge 2 commits into
Open
Docs: rewrite the README (parity with Claude plugin, fix inaccuracies)#30rakshith48 wants to merge 2 commits into
rakshith48 wants to merge 2 commits into
Conversation
- Fix stale org links (mendableai/* -> firecrawl/*) - Replace the partial/drifting CLI command table with a link to the canonical docs (docs.firecrawl.dev/cli) - List the actual shipped capabilities/skills (adds interact, agent, monitor, parse, download — previously missing or inaccurate) - Clarify install: add plugin -> install CLI -> sign in (browser, with API-key/env alternatives) - Add a Configuration table (incl. FIRECRAWL_NO_TELEMETRY opt-out) and tidy Resources/Support - Set license to MIT for consistency with the manifest and sibling plugins Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
/add-plugin and the Cursor plugin Marketplace aren't available to users yet. The supported install today is the Firecrawl CLI's init, which installs the skills into Cursor (.cursor/skills) and authenticates: npx -y firecrawl-cli@latest init --all --browser Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Brings the Cursor plugin README up to parity with the Claude plugin and fixes factual errors.
Changes
npx -y firecrawl-cli@latest init --all --browser(installs the skills into.cursor/skillsand signs in via browser). The earlier draft used/add-plugin, but Cursor's in-editor plugin install / Marketplace isn't available to users yet.skills/firecrawl/SKILL.md; the repo actually ships 10 skills.github.com/mendableai/firecrawl-cli→firecrawl/cli.docs.firecrawl.dev/cli, a Configuration table, Resources, and Support.No
LICENSEfile exists in the repo thoughplugin.jsonsays MIT — worth adding one.🤖 Generated with Claude Code