Skip to content

docs(skills): sync bundled skills with current CLI surface - #170

Open
Mohith26 wants to merge 1 commit into
firecrawl:mainfrom
Mohith26:fix/sync-bundled-skills-cli-surface
Open

docs(skills): sync bundled skills with current CLI surface#170
Mohith26 wants to merge 1 commit into
firecrawl:mainfrom
Mohith26:fix/sync-bundled-skills-cli-surface

Conversation

@Mohith26

@Mohith26 Mohith26 commented Jul 28, 2026

Copy link
Copy Markdown

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:

  • 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

Credit to @igorgarbuz for the detailed report in #168.


View with [code]smith Autofix with [code]smith
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.

  • Bug Fixes
    • Interact: replaced --language with --bash/--python/--node; corrected short flags.
    • Scrape: -H now documented as -H, --html (raw HTML shortcut); formats list completed.
    • Download: documented under firecrawl experimental download (firecrawl x download); examples updated; only supported scrape options listed.
    • Parse: removed XHTML; formats list completed (markdown, html, rawHtml, links, images, summary, json, attributes).
    • Monitor: minimum schedule is 5 minutes.
    • Search: added --highlights and --no-highlights.
    • CLI/rules: version-neutral status example; install pins use firecrawl-cli@latest; workflow table uses x download.

Written for commit 7bcb26d. Summary will update on new commits.

Review in cubic

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 9 files

Re-trigger cubic

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bundled CLI skills are out of sync with firecrawl-cli 1.19.27

1 participant