← Back to list

firecrawl
by vm0-ai
⭐ 4🍴 1📅 Jan 24, 2026
SKILL.md
name: firecrawl description: Crawl and scrape websites using FireCrawl API. Use this skill to extract articles and content from websites.
FireCrawl Skill
This skill allows you to crawl websites and extract content using the FireCrawl API.
When to Use
Use this skill when:
- You need to scrape articles from a news website
- You want to extract content from multiple pages
- You need structured article data (title, content, author)
How to Use
Crawl a Website (Multiple Pages)
$CLAUDE_CONFIG_DIR/skills/firecrawl/scripts/crawl.sh "https://techcrunch.com"
Scrape a Single Page
$CLAUDE_CONFIG_DIR/skills/firecrawl/scripts/scrape.sh "https://techcrunch.com/article/123"
Environment Variables
FIRECRAWL_API_KEY: Your FireCrawl API key
Output
Results are saved to /tmp/data/firecrawl_[timestamp].json
Each article includes:
title: Article titlecontent: Full article textauthor: Author namepublished_at: Publication dateurl: Source URL
Examples
# Crawl TechCrunch
crawl.sh "https://techcrunch.com"
# Scrape specific article
scrape.sh "https://techcrunch.com/2024/01/15/openai-gpt5"
Getting an API Key
- Visit https://firecrawl.dev
- Sign up for an account
- Get your API key from the dashboard
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon