7 skills published from this repository. No description was given upstream, so this issue takes its voice from the chapters themselves.
7 chapters · 18 minutes · 3,728 words
carries an editor’s note.
npx skills add firecrawl/skills/plugin marketplace add firecrawl/skills| Week | Installs |
|---|---|
| Week 1 | 17,009 |
| Week 2 | 14,112 |
| Week 3 | 16,020 |
| Week 4 | 15,961 |
| Week 5 | 2,664 |
| Week 6 | 2,434 |
| Week 7 | 2,592 |
| Week 8 | 2,948 |
Typeset in this issue’s own colours, resolved from the owner’s published design.md.
A collection of 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 repo is the app-integration counterpart to firecrawl/cli (opens in a new tab).
firecrawl/cli when an agent needs better web access during its own work: search the web, scrape pages, crawl docs, or interact with live sites from the terminal.One command installs both the CLI skills and these build skills:
npx -y firecrawl-cli@latest init --all --browserOr install just this repo’s skills directly:
npx skills add firecrawl/skills| Skill | Description | Source |
|---|---|---|
firecrawl-build (opens in a new tab) | Firecrawl application API umbrella skill | Authored here |
firecrawl-build-onboarding (opens in a new tab) | Get FIRECRAWL_API_KEY into a project and choose the right SDK/docs | Authored here |
firecrawl-build-scrape (opens in a new tab) | Integrate /scrape for single-page extraction | Authored here |
firecrawl-build-search |
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:
.claude-plugin/.cursor-plugin/.codex-plugin/All current skills in this repo are authored here and can be edited directly in this repo.
If Firecrawl later syncs skills from other repos, that distinction should be documented here and in AGENTS.md.
FIRECRAWL_API_KEY for cloud usageGet your API key at firecrawl.dev/app (opens in a new tab).
If you do not already have an API key, use firecrawl-build-onboarding (opens in a new tab) in this repo. It includes the browser authorization flow directly and does not require the website onboarding skill.
Both repos are installed by the same command:
npx -y firecrawl-cli@latest init --all --browserThis installs the Firecrawl CLI, the CLI skills (for live web work), and these build skills (for app integration) together. The difference is what you use after install:
firecrawl/cli) — for searching the web, scraping pages, interacting with live sites during the current sessionThe build skills here focus on:
.envDefault build flow:
/scrape, /search, or /interactThis repo follows the same two usage paths described in Firecrawl’s onboarding skill (same install, different use cases):
The onboarding source lives at:
Read the source-of-truth page for your project language:
This repo does not try to duplicate:
If a task is “search the web for me right now” or “scrape this URL during the session”, use the CLI skills (already installed alongside these build skills). If a task is “add Firecrawl to this codebase”, use the build skills in this repo.
ISC
main, last pushed 6 August 2026.SKILL.md, not by matching a directory convention. One layout observed: skills/*/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 chapter at its own .md URL.Integrate /search for discovery-first workflows |
| Authored here |
firecrawl-build-interact (opens in a new tab) | Integrate /interact for clicks, forms, and dynamic flows after scrape | Authored here |