Agent skill · Backend & API

firecrawl-scraper

Firecrawl v2.5 API for web scraping/crawling to LLM-ready markdown. Use for site extraction, dynamic content, or encountering JavaScript rendering, bot detection, content loading errors.

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

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

Facts
Files in the skill folder: 2
SKILL.md size: 7 KB
Bundled scripts: none
Path: skills/analysis/firecrawl-scraper-secondsky-claude-skills/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-11-21 **Official Docs**: https://docs.firecrawl.dev **API Version**: v2.5 --- ## 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

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. SDK Quick Start
  11. Python
  12. TypeScript/Node.js
  13. Common Use Cases
  14. Error Handling
Ships with 1 file
  • metadata.json
Commands it runs
pip install firecrawl-py  # v4.5.0+
bun add @mendable/firecrawl-js  # v4.4.1+
More from claude-skill-registry
All skills →
About this skill
What does the firecrawl-scraper skill do?

Firecrawl v2.5 API for web scraping/crawling to LLM-ready markdown. Use for site extraction, dynamic content, or encountering JavaScript rendering, bot detection, content loading errors.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill firecrawl-scraper-secondsky-claude-skills --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