スキル一覧に戻る
vm0-ai

firecrawl

by vm0-ai

4🍴 1📅 2026年1月24日
GitHubで見るManusで実行

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 title
  • content: Full article text
  • author: Author name
  • published_at: Publication date
  • url: 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

  1. Visit https://firecrawl.dev
  2. Sign up for an account
  3. Get your API key from the dashboard

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

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

レビュー

💬

レビュー機能は近日公開予定です