A community-driven registry for the Claude Code ecosystem. Not affiliated with Anthropic.
Are you the author? Sign in to claim
Firecrawl Skill: Scrape, Search, Crawl, Browse. Token-efficient scraping skill, optimized for Claude Code, Codex, Gemini
firecrawl-lean
Web search, scrape, crawl, and extract — ~60% fewer tokens than the official skill.
A single-file Claude Code skill that gives Claude the full Firecrawl CLI — web search, scraping, crawling, structured extraction, browser automation — in a form optimized for token efficiency.
The official Firecrawl skill set ships as 5 separate skills (firecrawl, firecrawl-crawl, firecrawl-agent, firecrawl-instruct, firecrawl-browser). Each loads independently, repeats shared context, and costs tokens every time Claude reads them. This skill merges all five into one lean reference.
Every skill file loads into Claude's context window on each turn. Bloated skills = wasted tokens = higher cost + slower responses.
| Official (5 skills) | firecrawl-lean | |
|---|---|---|
| Files loaded | 5 | 1 |
| Estimated tokens | ~2,400 | ~900 |
| Token reduction | — | ~60% |
| Commands covered | search, scrape, map, crawl, download, interact, agent, browser | same |
| Install | firecrawl init (per-agent) | one file |
Fewer tokens in context = more room for your actual task.
npx skills add https://github.com/alexsmedile/firecrawl-lean
Requires Firecrawl CLI:
npm install -g firecrawl-cli && firecrawl login
| Command | What it does |
|---|---|
search | Web search — no URL needed. News, geo-targeted, full-content modes. |
scrape | Fetch a URL. Markdown, HTML, screenshot, or JSON schema output. |
map | Discover all URLs within a site. Sitemap + subdomain support. |
crawl | Bulk-extract a site section. Depth, delay, path filters. |
download | Save a site as local files. |
interact | NL-prompted browser actions — click, fill, login. |
agent | AI-powered structured extraction with schema + seed URLs. |
browser | CDP/Playwright code execution on a live session. |
search → scrape → map + scrape → crawl → interact / browser / agent
Start cheap. Escalate only when needed. The skill tells Claude when and why to step up.
--limit does.firecrawl/ and never dumps raw output to contextThe official Firecrawl skills are excellent and full-featured. This skill is for users who:
If you need deep crawl configuration, browser profiles, or parallel agent jobs, the official skills have more detail.
Built on top of Firecrawl and the Firecrawl CLI. This skill is an independent, community-maintained efficiency wrapper — not affiliated with Firecrawl.
1000+ skills curated from Anthropic, Vercel, Stripe, and other engineering teams
Design enforcement with memory — keeps your UI consistent across a project
Universal SEO skill for Claude Code. 25 sub-skills + 18 sub-agents covering technical SEO, E-E-A-T, schema, GEO/AEO, bac
Route Claude Code traffic to any of 17 provider backends including free or local models