Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
aaaaqwq avatar

Firecrawl

  • 32 installs
  • 82 repo stars
  • Updated August 2, 2026
  • aaaaqwq/claude-code-skills

firecrawl is a Claude Code skill that wraps the Firecrawl API to scrape web pages, extract structured data, batch-crawl sites, and search-and-scrape.

About

firecrawl is a Claude Code skill that wraps the Firecrawl API for web scraping and data extraction. It scrapes single pages including dynamic content, extracts structured data against a schema, crawls sites in batch, and searches then scrapes. A developer uses it to pull web content and structured data into a workflow via a bundled shell script. It reads the Firecrawl API key from the pass store and notes plan-based usage limits.

  • Wraps the Firecrawl API for web scraping and data extraction
  • Supports single-page scrape, structured extract, batch crawl, and search
  • Reads the Firecrawl API key from the pass store

Firecrawl by the numbers

  • 32 all-time installs (skills.sh)
  • Ranked #1,210 of 2,719 Automation & Workflows skills by installs in the Skillselion catalog
  • Data as of Aug 3, 2026 (Skillselion catalog sync)
At a glance

firecrawl capabilities & compatibility

Free skill; requires a Firecrawl API key and is subject to Firecrawl plan usage limits.

Capabilities
web scraping · structured extraction · site crawl · search scrape
Use cases
web scraping · web search
Pricing
Bring your own API key
From the docs

What firecrawl says it does

专业网页抓取和数据提取。使用 Firecrawl API 抓取网页、提取结构化数据、批量爬取网站。
SKILL.md
存储在: `pass show api/firecrawl`
SKILL.md
npx skills add https://github.com/aaaaqwq/claude-code-skills --skill firecrawl

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs32
repo stars82
Last updatedAugust 2, 2026
Repositoryaaaaqwq/claude-code-skills

What it does

A developer scrapes web pages and extracts structured data through the Firecrawl API from a single skill command.

Who is it for?

Developers pulling web content or structured data into a workflow via the Firecrawl API.

Skip if: Sites with anti-scraping defenses, which the docs note may block scraping.

When should I use this skill?

When you need to scrape complex web pages, extract structured data, or batch-crawl a website.

What you get

Scraped page content, schema-extracted data, or crawled site data via a single command.

  • Scraped page content
  • Extracted structured data
  • Crawled site data

By the numbers

  • 4 scraping modes (scrape, extract, crawl, search)
  • Scrape supports 4 output formats (markdown, html, text, json)

Files

SKILL.mdMarkdownGitHub ↗

Firecrawl 网页抓取

功能说明

此技能使用 Firecrawl API 提供专业网页抓取能力:

  • 单页抓取(支持动态内容)
  • 结构化数据提取
  • 批量网站爬取
  • 搜索并抓取

使用方式

1. 抓取单个网页

./scripts/firecrawl.sh scrape <url> [format]
  • format: markdown (默认), html, text, json

2. 提取结构化数据

./scripts/firecrawl.sh extract <url> <schema>

3. 批量爬取网站

./scripts/firecrawl.sh crawl <url> [max_pages]

4. 搜索并抓取

./scripts/firecrawl.sh search <query> [limit]

API Key

存储在: pass show api/firecrawl

示例

抓取 Polymarket 页面

./scripts/firecrawl.sh scrape "https://polymarket.com/event/fed-decision-in-march-885"

提取产品信息

./scripts/firecrawl.sh extract "https://example.com/product" '{"name": "string", "price": "number"}'

搜索 AI 新闻

./scripts/firecrawl.sh search "latest AI news" 5

注意事项

  • Firecrawl 有使用限制(取决于套餐)
  • 复杂网页可能需要更长的处理时间
  • 某些网站可能有反爬虫机制

Related skills

Forks & variants (1)

Firecrawl has 1 known copy in the catalog totaling 12 installs. They canonicalize to this original listing.

FAQ

What modes does it support?

scrape a single page, extract structured data against a schema, batch crawl a site, and search then scrape.

Where is the API key stored?

In the pass store at api/firecrawl.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.