git log --oneline --stat
HEAD
- Stars
- 4.1k
- Forks
- 140
- Updated
- May 5, 2026
repo --stat
stars
4.1k
forks
140
last update
May 5, 2026
license
MITv2.0.0
quickstart.sh
3 steps
- Install
// Drops SKILL.md into ~/.claude/skills/
$ claude skills add firecrawl-scraper - Invoke
// Run from any project directory
$ claude --skill firecrawl-scraper "query last week's signups" - Iterate
// Re-run with edits — Claude keeps the skill loaded
$ claude --skill firecrawl-scraper "now refactor it"
firecrawl-scraper/
references
- references/
- SKILL.mdopen
- README.mdopen
SKILL.md
readonly
- name:
- Firecrawl Scraper
- slug:
- firecrawl-scraper
- version:
- v2.0.0
- license:
- MIT
- author:
- @firecrawl
- repository:
- github.com/firecrawl/claude-skill
- categories:
- tags:
- #firecrawl#scraping#web#crawler#extraction
- description:
Production web scraping via Firecrawl. Handles JS sites, anti-bot, rate-limits.
features.md
3 capabilities
// What you can do with it
- Automates the tedious parts of the workflow.
- Gives Claude the right context, tools, and guardrails.
- Produces consistent, reviewable output every time.
README.md
firecrawl-scraper/README.md
5 sections
Loading README…
$ cat reviews/
Reviews
// No reviews yet. Be the first.
Loading review form…