29 skills published from this repository, read as one issue.
Start reading — 1 minnpx skills add firecrawl/skills/plugin marketplace add firecrawl/skillsISC106 stars11,515 wordsUpdated 22 September 2026
| Week | Installs |
|---|---|
| Week 1 | 2,592 |
| Week 2 | 2,948 |
| Week 3 | 2,727 |
| Week 4 | 2,483 |
| Week 5 | 2,016 |
| Week 6 | 1,503 |
| Week 7 | 1,358 |
| Week 8 | 1,218 |
Typeset in this issue’s own colours, resolved from the owner’s published design.md.
The full catalog of Firecrawl skills for AI coding agents, following the Agent Skills (opens in a new tab) format. Available as a plugin for Claude Code, Cursor, and OpenAI Codex.
This repository is a distribution catalog. Every directory under
skills/is a CI-synced mirror. Install skills from here; contribute skill changes at the source repository. Repository-level metadata is maintained here.
npx skills add firecrawl/skillsWithout -y this opens an interactive picker over the whole catalog. Install a specific skill by name (names are path-independent):
npx skills add firecrawl/skills --skill firecrawl-buildFor CLI onboarding (installs the Firecrawl CLI plus the core skills, with optional workflow skills):
npx -y firecrawl-cli@latest init| Category | Path | What it’s for | Source of truth |
|---|---|---|---|
| Core | skills/core/ (opens in a new tab) | The Firecrawl primitives for live web work during an agent session (search, scrape, crawl, interact — via the CLI or MCP), plus the research paper index and developer index skills | firecrawl/cli (opens in a new tab) |
| Build | skills/build/ (opens in a new tab) | Integrating Firecrawl APIs into product code: SDKs, REST, endpoint selection, API keys | firecrawl/firecrawl (opens in a new tab) (skills/) |
| Workflows | skills/workflows/ (opens in a new tab) | End-to-end session recipes: lead gen, deep research, SEO audit, knowledge bases, and more | firecrawl/firecrawl-workflows (opens in a new tab) |
firecrawl/cli (opens in a new tab).firecrawl/firecrawl (opens in a new tab) (skills/).firecrawl/firecrawl-workflows (opens in a new tab).Do not submit changes to files under skills/ in this catalog. CI replaces those directories during the next source sync. Repository-level metadata is maintained here.
skills/core/)Skills that teach agents the Firecrawl CLI (opens in a new tab) for live web work — firecrawl, firecrawl-scrape, firecrawl-search, firecrawl-crawl, firecrawl-map, firecrawl-interact, firecrawl-agent, firecrawl-monitor, firecrawl-parse, firecrawl-download — plus the index skills backing the firecrawl research and firecrawl developer commands:
| Skill | Description |
|---|---|
firecrawl-research-index (opens in a new tab) | Find papers in the research paper index — biomedical and life-science literature (PubMed, bioRxiv, medRxiv) plus arXiv preprints |
firecrawl-developer-index (opens in a new tab) | Answer developer questions from issues, pull requests, READMEs, and documentation pages |
skills/build/)| Skill | Description |
|---|---|
firecrawl-build (opens in a new tab) | Firecrawl application API umbrella skill |
firecrawl-build-onboarding (opens in a new tab) | Get FIRECRAWL_API_KEY into a project and choose the right SDK/docs |
firecrawl-build-scrape (opens in a new tab) | Integrate /scrape for single-page extraction |
firecrawl-build-search (opens in a new tab) | Integrate /search for discovery-first workflows |
firecrawl-build-interact (opens in a new tab) | Integrate /interact for clicks, forms, and dynamic flows after scrape |
skills/workflows/)End-to-end recipes such as firecrawl-lead-gen (opens in a new tab), firecrawl-deep-research (opens in a new tab), firecrawl-seo-audit (opens in a new tab), firecrawl-competitive-intel (opens in a new tab), and more — see skills/workflows/ (opens in a new tab) for the full set, and firecrawl-workflows (opens in a new tab) for the umbrella skill and authoring guide.
The plugin includes Firecrawl MCP configuration for the official Firecrawl MCP server (opens in a new tab), so editors that support bundled MCP metadata can wire Firecrawl tools with FIRECRAWL_API_KEY.
This repo serves as a plugin for multiple platforms, bundling the core and build skills (workflows are session recipes, not editor-integration material):
.claude-plugin/.cursor-plugin/.codex-plugin/FIRECRAWL_API_KEY for cloud usageGet your API key at firecrawl.dev/app (opens in a new tab). If you do not have one yet, firecrawl-build-onboarding (opens in a new tab) includes the browser authorization flow.
skills/core/)skills/core/)skills/build/)skills/workflows/)Both usage paths follow Firecrawl’s onboarding skill (same install, different use cases): firecrawl.dev/agent-onboarding/SKILL.md (opens in a new tab).
Read the source-of-truth page for your project language:
ISC
main, last pushed 22 September 2026.SKILL.md, not by matching a directory convention. 2 distinct layouts observed: skills/core/*/SKILL.md, skills/workflows/*/SKILL.md.h1 and no skipped levels:.claude-plugin/marketplace.json by Firecrawl, declaring 1 plugin. It is read for editorial metadata only — never as the skill index, which is always the repository tree./firecrawl/skills.md, and each skill at its own .md URL.