docs(skills): sync bundled skills with current CLI surface - #170
Open
Mohith26 wants to merge 1 commit into
Open
Conversation
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.
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.tsandsrc/commands/before changing anything; all seven checked out:--language <lang>replaced with the registered--bash/--python/--nodeflags (and short flags corrected)-Hdocumented as HTTP headers, actually-H, --html(raw HTML shortcut); format list completedfirecrawl x download(top-leveldownloadwas removed); "all scrape options work" narrowed to the actually-registered subset.xhtmlremoved (not in SUPPORTED_EXTENSIONS); format list completed--highlights/--no-highlightsaddedx downloadin the workflow table,@latestinstead of the stale@1.19.6pinCredit to @igorgarbuz for the detailed report in #168.
Need help on this PR? Tag
@codesmith-botwith what you need. Autofix is disabled.Summary by cubic
Updates bundled skill docs to match the current
firecrawl-clisurface. Fixes #168 by correcting flags, formats, command names, and install guidance.--languagewith--bash/--python/--node; corrected short flags.-Hnow documented as-H, --html(raw HTML shortcut); formats list completed.firecrawl experimental download(firecrawl x download); examples updated; only supported scrape options listed.markdown,html,rawHtml,links,images,summary,json,attributes).--highlightsand--no-highlights.firecrawl-cli@latest; workflow table usesx download.Written for commit 7bcb26d. Summary will update on new commits.