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

Firecrawl

  • 12 installs
  • 82 repo stars
  • Updated August 2, 2026
  • aaaaqwq/agi-super-skills

This is a copy of firecrawl by aaaaqwq - installs and ranking accrue to the original listing.

firecrawl is a Claude Code skill that wraps the Firecrawl API to scrape 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. A developer uses it to scrape single pages (including dynamic content), extract structured data against a schema, batch-crawl sites, and search-and-scrape. It ships a shell script exposing scrape, extract, crawl, and search commands, with the API key stored via pass.

  • Wraps the Firecrawl API for scraping, extraction, crawling, and search
  • Scrape, extract, crawl, and search commands via a bundled shell script
  • Supports markdown, html, text, and json output formats

Firecrawl by the numbers

  • 12 all-time installs (skills.sh)
  • Data as of Aug 3, 2026 (Skillselion catalog sync)
At a glance

firecrawl capabilities & compatibility

Needs a Firecrawl API key; docs note usage limits depend on your plan.

Capabilities
web scraping · web search
Use cases
web scraping · web search
Pricing
Bring your own API key
From the docs

What firecrawl says it does

此技能使用 Firecrawl API 提供专业网页抓取能力:
SKILL.md
format: markdown (默认), html, text, json
SKILL.md
npx skills add https://github.com/aaaaqwq/agi-super-skills --skill firecrawl

Add your badge

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

Listed on Skillselion
Installs12
repo stars82
Last updatedAugust 2, 2026
Repositoryaaaaqwq/agi-super-skills

What it does

Scrape web pages, extract structured data, batch-crawl sites, and search-and-scrape using the Firecrawl API.

Who is it for?

Scraping complex or dynamic pages, extracting structured data, and batch-crawling sites.

Skip if: Sites with strong anti-scraping defenses; the docs note some sites have anti-crawler mechanisms.

When should I use this skill?

You need to scrape a web page, extract structured fields, or crawl a site into markdown.

What you get

Scraped page content or structured data returned in markdown, html, text, or json.

  • Scraped page content
  • Structured extracted data
  • Crawled site data

By the numbers

  • 4 commands: scrape, extract, crawl, search
  • 4 output formats

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

FAQ

What output formats does it support?

The scrape command supports markdown (default), html, text, and json.

Where is the API key stored?

The docs store the Firecrawl API key at pass show api/firecrawl.

This week in AI coding

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

unsubscribe anytime.