Cli
CLI and Agent Skill for Firecrawl - Add scrape, search, and browsing capabilities to your AI agents
Supply asset profile
Coding and developer agents
Code review, repo analysis, testing, CI, GitHub, DevOps, and developer workflow skills.
Scenario
Coding agents
I need a coding agent that can understand a repository, edit code, and review pull requests.
Agent fit
Claude Code + CLI + Codex
Codex, Claude Code, Cursor, CLI, or custom agents.
Install
Ready
npx skills add firecrawl/cli
Maintenance
fresh
1d since push
Risk
Needs review
License is unclear
GitHub quality
465
79/100 quality · 76/100 trust
Coverage tags
Review notes
License is unclear · Permission surface may require sandboxing
Agent adoption scorecard
Trust, audit, and install readiness at a glance
These scores combine public repository metadata, OpenAgentSkill review signals, maintenance freshness, and install readiness. They are a shortlist signal, not a replacement for human review.
Quality
StrongSolid option that is likely worth shortlisting for production workflows.
Trust
Strong shortlistGood trust signals with a few areas worth checking before rollout.
Audit
Needs reviewInstall readiness, security metadata, maintenance, and adoption risk.
Trust Score v3
Human review before install
Test in a sandbox workflow and compare its install path with close alternatives.
Stars
465 GitHub stars
Repo activity
465 stars, 66 forks
Maintenance
1d since push
License
Unknown
Install
npx skills add firecrawl/cli
Install safety
standard package or runtime install path
Permission surface
shell or command execution, filesystem or document access
Docs
Strong README/SKILL.md context
Risk summary
Review before production
- License is unclear
- Quality score needs review
- Permission surface needs review: shell or command execution, filesystem or document access
- License clarity: Unknown
Install readiness
Install path available
- Install path is available
- Repository evidence is available
- License is unclear
- 1d since push
Agent-readable metadata
Machine-readable decision data for this skill.
Use this block or the embedded JSON to decide whether an agent should install this skill, choose an alternative, or ask for human review first.
Suited tasks
- Web scraping workflows
- Claude Code teams
- builders willing to evaluate younger projects
- Crawl target URLs
- Extract tables and metadata
Suited agents
Trust and risk
- Trust score
- 76/100
- Risk level
- Needs review
- Auto install
- review
Do not use when
- teams that need a vendor-supported SLA
- high-compliance environments without internal security review
- No OpenAgentSkill engagement data yet
- High-risk permission hints: Shell or command execution
- License is unclear
Agent safety v2
53/100 · Avoid automatic install
Sparse or mixed signals. Useful for discovery, but not for autonomous installation.
Test manually in an isolated workspace and compare against safer alternatives.
high
Shell or command execution
Skill metadata references terminal, CLI, shell, subprocess, or command execution workflows.
medium
Network access
Skill likely fetches remote pages, APIs, repositories, or external services.
medium
Filesystem access
Skill may read or write project files, documents, generated artifacts, or local workspace state.
- High-risk permission hints: Shell or command execution
- License is unclear
Install targets
Install this skill in your agent workflow
Copy the registry command or an agent-specific install prompt for Codex, Claude Code, and Cursor.
OpenAgentSkill CLI
Use the registry command when your workflow supports the OpenAgentSkill installer.
$ npx skills add firecrawl/cliAgent resolve plan
Let an agent verify fit before installing.
The Resolve API returns the selected skill, alternatives, safety policy, audit notes, install target, and copy-paste prompt an agent can follow without scraping this page.
Resolve JSON
/api/agent/resolve?task=Use%20Cli%20for%20an%20agent%20workflow&agent=codex&max_risk=medium
Resolve text
/api/agent/resolve?task=Use%20Cli%20for%20an%20agent%20workflow&agent=codex&max_risk=medium&format=text
Install handoff
/api/skills/firecrawl-cli/install
Agent should check
- Task fit and alternatives from Resolve API.
- Audit score, trust score, and safety policy warnings.
- Install target compatibility for Codex, Claude Code, Cursor, or CLI.
Copy prompt
Task: Use Cli in this workspace.
Resolve first: https://www.openagentskill.com/api/agent/resolve?task=Use%20Cli%20for%20an%20agent%20workflow&agent=codex&max_risk=medium
Review install handoff: https://www.openagentskill.com/api/skills/firecrawl-cli/install
Install command: npx skills add firecrawl/cli
Before running it, summarize audit warnings, required permissions, and the fallback skill if install is risky.Agent handoff
Give an agent the install path, not another directory page.
Use the public install endpoint to fetch the command, safety checklist, target prompts, and canonical links for this skill.
Install handoff
/api/skills/firecrawl-cli/install
LLM text format
/api/skills/firecrawl-cli/install?format=text
Find alternatives
/api/skills/search?q=Cli&limit=3
Agent prompt
Use Cli for this task. Review https://www.openagentskill.com/api/skills/firecrawl-cli/install, then install with: npx skills add firecrawl/cliRegistry metadata
Agent-readable profile for automatic skill selection.
This page exposes the same decision, trust, audit, use-case, and install signals through the Registry API, so agents can rank this skill without scraping the UI.
Manifest
/api/registry/manifest/firecrawl-cli
LLM text
/api/registry/manifest/firecrawl-cli?format=text
Install alias
/api/registry/install/firecrawl-cli
Recommend
/api/registry/recommend?task=Use%20Cli%20in%20an%20agent%20workflow&limit=3
Agent fit
Web scraping
Use-case tags
Platforms
TypeScript, AI Agents, Claude Code
Audit report
Needs review · 81/100
Review install readiness, maintenance, trust, quality, and metadata warnings before adding this skill to an agent workflow.
Agent decision cockpit
Companion skill for Web scraping
Shortlist this skill and compare it with close alternatives before production adoption.
Role in stack
Companion skill
Primary fit
Web scraping
Trust label
Strong shortlist
Install path
Command ready
Use when
- Web scraping workflows
- Claude Code teams
- builders willing to evaluate younger projects
Evidence
- recent repository activity
- install command or GitHub repo available
- 79/100 quality profile
Review first
- No OpenAgentSkill engagement data yet
Implementation path
- 1Install it in a sandbox agent and run one Web scraping task end to end.
- 2Compare output quality, latency, and failure behavior against at least one alternative.
- 3Promote it into production only after reviewing repository permissions, license, and maintenance signals.
Trust profile
Strong shortlist
Good trust signals with a few areas worth checking before rollout.
GitHub adoption
INFO465 GitHub stars
Stars/forks activity
INFO465 stars, 66 forks; issue activity unavailable in current metadata
Recent maintenance
PASS1d since push
License clarity
CHECKUnknown
Good signals
- AI review approved
- Install path is available
- Repository evidence is available
- Recently maintained repository
- Install command has no obvious high-risk pattern
Review before install
- License is unclear
- Quality score needs review
- Permission surface needs review: shell or command execution, filesystem or document access
- License clarity: Unknown
- Permission surface: shell or command execution, filesystem or document access
Recommended action
Test in a sandbox workflow and compare its install path with close alternatives.
Quality profile
Strong candidate for agent workflows
Solid option that is likely worth shortlisting for production workflows.
Workflow fit
Use this skill in these scenarios
Collect structured data
Web scraping
I need my agent to scrape websites and extract structured data from pages.
Search private knowledge
RAG and knowledge
I need my agent to build a RAG workflow over documents and retrieve reliable context.
Build and ship code
Coding agents
I need a coding agent that can understand a repository, edit code, and review pull requests.
Stack fit
Add it to a complete workflow
Scrape, clean, and reuse web data
Web data pipeline
A practical stack for agents that crawl public pages, extract clean content, normalize data, and hand it to downstream research or RAG workflows.
Ingest, retrieve, and cite
RAG knowledge base
A stack for document-heavy agents that ingest files, create searchable knowledge, retrieve relevant context, and answer with grounded sources.
Turn skills into distribution
Content growth agent
A stack for turning newly indexed skills into SEO briefs, social drafts, comparison pages, and reusable publishing workflows.
Alternative shortlist
Compare before you install
Similar skills in this category, ranked with the same readiness and quality signals.
Skills
Public repository for Agent Skills
Superpowers
An agentic skills framework & software development methodology that works.
Open Design
🎨 Local-first, open-source Claude Design alternative. 🖥️ Native desktop app. ⚡ 259+ Skills · ✨ 142+ Design Systems 🖼️ Web · desktop · mobile prototypes · slides · images · videos · HyperFrames 📦 Sandboxed preview · HTML/PDF/PPTX/MP4 export 🤖 Claude Code / OpenClaw / Codex / Cursor / OpenCode / Qwen / Copilot / Hermes / Kimi & 17+ CLIs.
Agent Skills
Production-grade engineering skills for AI coding agents.
Overview
CLI and Agent Skill for Firecrawl - Add scrape, search, and browsing capabilities to your AI agents
Imported by the skill-only GitHub discovery pipeline because it matches agent skill, automation, domain workflow, RAG, document-processing, data, finance, security, or developer-tool signals. Protocol-server projects are excluded from automated imports.
Platform Compatibility
Technical Details
- Version
- 1.0.0
- License
- Unknown
- Last Updated
- 6/16/2026
- Published
- 6/16/2026
Frameworks & Tools
Decision snapshot
Companion skill
recent repository activity
Audit snapshot
Install review
Install and adoption review
- Security
- 74/100
- Maintenance
- 100/100
- Install
- 92/100
Install
Add to agent workflow
Free and open source. Review the audit before production use.
Growth loop
Share kit
Scenario-led draft for Cli, ready for a manual X post.
OpenAgentSkill Update Today: Cli Use it when you need an agent to browse, extract, or monitor web pages without building a scraper from scratch. 465 stars - agent-skills Link: https://www.openagentskill.com/skills/firecrawl-cli?ref=x #AIAgents #OpenAgentSkill
Optional reply with install command
Link for Cli: https://www.openagentskill.com/skills/firecrawl-cli?ref=x Install: npx skills add firecrawl/cli
Listing source
Community indexed
This listing was indexed from public sources and is not marked official until a maintainer claim is approved.
- Creator
- firecrawl
- Source
- firecrawl/cli
- Indexed by
- OpenAgentSkill community index
Attribution links to the public repository or creator profile. Creators can claim the listing to update ownership signals.
Claim this skillOwner claim
Claim this skill listing
This community indexed listing is attributed to firecrawl but is not marked official yet. Claim it to add a verified owner signal and make future launch, install, and audit updates easier to trust.
README badge
Add this badge to your GitHub README to show the listing, trust score, and install handoff.
[](https://www.openagentskill.com/skills/firecrawl-cli)Author
firecrawl
@firecrawl
Platform Fit
Health Signals
- GitHub stars
- 465
- Quality score
- 52/100
- Last GitHub push
- Jun 16, 2026
- Framework hints
- 2
- OpenAgentSkill views
- 0
- Install copies
- 0
- Outbound clicks
- 0
Community Signal
Share whether this skill looks useful for your agent workflow. Aggregated feedback improves rankings over time.
Trust & Safety
Strong shortlist
- GitHub adoption465 GitHub starsINFO
- Stars/forks activity465 stars, 66 forks; issue activity unavailable in current metadataINFO
- Recent maintenance1d since pushPASS
- License clarityUnknownCHECK
- README/SKILL.md completenessMetadata includes enough usage and workflow contextPASS
- Dependency/runtime riskcommand execution surface, network or browser surfaceINFO
Related Skills
Skills
Public repository for Agent Skills
150.5K stars · 0 installsSuperpowers
An agentic skills framework & software development methodology that works.
227.4K stars · 0 installsOpen Design
🎨 Local-first, open-source Claude Design alternative. 🖥️ Native desktop app. ⚡ 259+ Skills · ✨ 142+ Design Systems 🖼️ Web · desktop · mobile prototypes · slides · images · videos · HyperFrames 📦 Sandboxed preview · HTML/PDF/PPTX/MP4 export 🤖 Claude Code / OpenClaw / Codex / Cursor / OpenCode / Qwen / Copilot / Hermes / Kimi & 17+ CLIs.
64.5K stars · 0 installsAgent Skills
Production-grade engineering skills for AI coding agents.
59.0K stars · 0 installs