deep-research

作成者: firecrawl

複数ソースを用いた調査で、ソースの三角測量とファクトチェックを実施。3つ以上のソースを必要とするあらゆる調査タスクに使用。

npx skills add https://github.com/firecrawl/web-agent --skill deep-research

Deep Research

Search Strategy

  • Break the topic into 3-5 distinct angles
  • 2-3 queries per angle using different terminology
  • Use site: operator for targeted searches (e.g. site:arxiv.org, site:github.com)
  • Include official, comparison, and review-oriented queries
  • Aim for 5-10 unique, high-quality sources

Extraction

  • Scrape each source with a targeted query parameter -- don't dump full pages into context
  • Extract: key claims, data points, dates, attributed quotes
  • Record author, publication, date, and URL for every source

Fact-Checking

  • Cross-reference claims across 2+ sources
  • Flag single-source claims explicitly
  • Assign confidence: high (3+ sources agree), medium (2), low (1 or conflicting)
  • Include contrarian viewpoints -- don't confirmation-bias the results

Output

  • Structure by subtopic, not by source
  • Inline citations for every claim
  • Call formatOutput with the structured data

firecrawlのその他のスキル

oracle
firecrawl
oracle CLIのベストプラクティス(プロンプトとファイルのバンドル、エンジン、セッション、ファイル添付パターン)
official
pinecone
firecrawl
プロダクションAIアプリケーション向けの管理型ベクトルデータベース。フルマネージド、自動スケーリング、ハイブリッド検索(高密度+スパース)、メタデータフィルタリング、名前空間を備えています。…
official
sentence-transformers
firecrawl
最先端の文、テキスト、画像埋め込みのためのフレームワーク。セマンティック類似性、クラスタリング、検索用に5000以上の事前学習済みモデルを提供。…
official
wp-playground
firecrawl
WordPress Playgroundのワークフローに使用:ブラウザまたはローカルで@wp-playground/cli(サーバー、run-blueprint、build-snapshot)を介した高速な使い捨てWPインスタンス、…
official
wp-plugin-development
firecrawl
WordPressプラグイン開発時に使用:アーキテクチャとフック、アクティベーション/ディアクティベーション/アンインストール、管理UIと設定API、データストレージ、cron/タスク、セキュリティ…
official
wp-project-triage
firecrawl
WordPressリポジトリ(プラグイン/テーマ/ブロックテーマ/WPコア/Gutenberg/フルサイト)のツール/テスト/バージョンなどを含む確定的な検査が必要な場合に使用します。
official
wp-rest-api
firecrawl
WordPress REST APIのエンドポイント/ルート(register_rest_route、WP_REST_Controller/コントローラークラス、スキーマ/引数…)の構築、拡張、デバッグ時に使用します。
official
wp-wpcli-and-ops
firecrawl
WordPressの操作でWP-CLI(wp)を使用する際に利用:安全な検索置換、データベースのエクスポート/インポート、プラグイン/テーマ/ユーザー/コンテンツ管理、cron、キャッシュフラッシュなど
official