Firecrawl Cli
firecrawl-cli is a Claude Code plugin for the Build phase that adds Firecrawl scrape, search, and crawl capabilities to your agent via CLI and skill.
Wire Firecrawl scrape, search, and crawl into Claude Code so agents can fetch live web content from the terminal.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install firecrawl-cli@firecrawl/cliBuilt to be called by your agent
Skillselion is itself an MCP server. Your agent can pull this entry and a paste-ready install config straight from the API - no copy-paste.
Retrieve this entry with skillselion.get_details("plugin:firecrawl/cli") and the paste-ready config with skillselion.get_install_config("plugin:firecrawl/cli").
What it does
firecrawl-cli is a Claude Code plugin that packages the Firecrawl command-line tool together with an agent skill so solo builders can scrape pages, run searches, and crawl sites from the same environment where they code. It fits builders shipping research assistants, competitive monitors, content pipelines, or any feature that must read the public web reliably. The ingest describes a focused integration rather than a broad methodology, so journey scope is multi-phase: you will use it during idea research and validation when gathering signals, and again during build when wiring retrieval into your product or agent tools. Installation implies a Firecrawl account and API usage discipline. Compared with generic fetch scripts, this plugin is optimized for agent invocation patterns and Firecrawl’s crawl and search semantics. One plugin in the bundle keeps setup lightweight for indies who want browsing superpowers without maintaining a custom scraper fleet.
Highlights
- Single-plugin bundle pairing CLI commands with an agent skill for Firecrawl
- Supports scrape, search, crawl, and browsing flows named in the repository keywords
- Purpose-built to extend AI agents with grounded web retrieval instead of hallucinated URLs
- Thin command surface suitable for scripting in solo builder workflows
- Community-listed firecrawl/cli repo with documented plugin count of one
Why builders use it
Agents and solo builders lack a sanctioned, repeatable way to pull real web pages and search results into Claude Code sessions.
After install, your agent can call Firecrawl for live scraping and search instead of guessing page content.
At a glance
- Type - Plugin in Automation.
- Adoption - 0 installs, 254 stars, 0 votes.
FAQ
Who is firecrawl-cli for?
It is for Claude Code users who need dependable web scrape, search, and crawl from the agent using Firecrawl’s CLI.
When should I use firecrawl-cli?
Use it when validating ideas with live web data or when building features that must fetch and parse external sites during implementation.
How do I add firecrawl-cli to my agent?
Install the firecrawl/cli plugin in Claude Code, configure your Firecrawl API credentials, and expose the bundled skill so the agent can run scrape and search commands.
Comments
Share how you use firecrawl-cli, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.