Agent skill · Data & Analytics

firecrawl-scraper

Complete knowledge domain for Firecrawl v2 API - web scraping and crawling that converts websites into LLM-ready markdown or structured data. Use when: scraping websites, crawling entire sites, extracting web content, converting HTML to markdown, building web scrapers, handling dynamic JavaScript content, bypassing anti-bot protection, extracting structured data from web pages, or when encountering "content not loading", "JavaScript rendering issues", or "blocked by bot detection".

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill firecrawl-scraper-jackspace-claudeskillz --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 16 KB
Bundled scripts: none
Path: skills/analysis/firecrawl-scraper-jackspace-claudeskillz/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Firecrawl Web Scraper Skill **Status**: Production Ready ✅ **Last Updated**: 2025-10-24 **Official Docs**: https://docs.firecrawl.dev **API Version**: v2 --- ## What is Firecrawl? Firecrawl is a **Web Data API for AI** that turns entire websites into LLM-ready markdown or structured data. It handles: - **JavaScript rendering** - Executes client-side JavaScript to capture dynamic content - **Anti-bot bypass** - Gets past CAPTCHA and bot detection systems - **Format conversion** - Outputs as markdown, JSON, or structured data - **Screenshot capture** - Saves visual representations of pages - **Browser automation** - Full headless browser capabilities --- ## API Endpoints ### 1. `/v2/scrape` - Single Page Scraping Scrapes a single webpage and returns clean, structured content. **Use Cases**: - Extract article content - Get product details - Scrape specific pages - Convert HTML to markdown **Key Options**: - `formats`: ["markdown", "html", "screenshot"] - `onlyMainContent`: true/false (removes nav, footer, ads) - `waitFor`: milliseconds to wait before scraping - `actions`: browser automation actions (click, scroll, etc.) ### 2. `/v2/crawl` - Full Site Crawling Crawls all accessible p

What's inside
Steps it walks through
  1. What is Firecrawl?
  2. API Endpoints
  3. 1. /v2/scrape - Single Page Scraping
  4. 2. /v2/crawl - Full Site Crawling
  5. 3. /v2/map - URL Discovery
  6. 4. /v2/extract - Structured Data Extraction
  7. Authentication
  8. Get API Key
  9. Store Securely
  10. Python SDK Usage
  11. Installation
  12. Basic Scrape
  13. Crawl Multiple Pages
  14. Extract Structured Data
Ships with 1 file
  • metadata.json
Commands it runs
pip install firecrawl-py
npm install @mendable/firecrawl-js
or
pnpm add @mendable/firecrawl-js
or use the unscoped package:
npm install firecrawl
npx wrangler secret put FIRECRAWL_API_KEY
Check env variable is set
echo $FIRECRAWL_API_KEY
Verify key format (should start with fc-)
More from claude-skill-registry
All skills →
About this skill
What does the firecrawl-scraper skill do?

Complete knowledge domain for Firecrawl v2 API - web scraping and crawling that converts websites into LLM-ready markdown or structured data. Use when: scraping websites, crawling entire sites, extracting web content, converting HTML to markdown, building web scrapers, handling dynamic JavaScript content, bypassing anti-bot protection, extracting structured data from web pages, or when encountering "content not loading", "JavaScript rendering issues", or "blocked by bot detection".

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill firecrawl-scraper-jackspace-claudeskillz --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going