Syncs the bundled skill docs with the actual firecrawl-cli 1.19.27 command surface. Every claim in the issue was verified line-by-line against the command registrations in src/index.ts and src/commands/ before changing anything; all seven checked out:
interact: --language <lang> replaced with the registered --bash / --python / --node flags (and short flags corrected)
scrape: -H documented as HTTP headers, actually -H, --html (raw HTML shortcut); format list completed
download: examples moved to firecrawl x download (top-level download was removed); "all scrape options work" narrowed to the actually-registered subset
parse: .xhtml removed (not in SUPPORTED_EXTENSIONS); format list completed
monitor: minimum interval corrected to 5 minutes, matching the umbrella skill and docs
search: --highlights / --no-highlights added
umbrella skill/rules: version-neutral status example, x download in the workflow table, @latest instead of the stale @1.19.6 pin
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
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.
Fixes #168
What
Syncs the bundled skill docs with the actual firecrawl-cli 1.19.27 command surface. Every claim in the issue was verified line-by-line against the command registrations in src/index.ts and src/commands/ before changing anything; all seven checked out:
Credit to @igorgarbuz for the detailed report in #168.
Need help on this PR? Tag @codesmith-bot with what you need. Autofix is disabled.
Summary by cubic
Updates bundled skill docs to match the current firecrawl-cli surface. Fixes #168 by correcting flags, formats, command names, and install guidance.
Written for commit 7bcb26d. Summary will update on new commits.