mega-research
6つの検索API(Tavily/SerpAPI/Brave/NewsAPI/Reddit/Perplexity)を統合した最強リサーチシステム。 深層調査から出典付きレポート生成まで自動実行。 Use when: (1) user says「徹底調査」「深層リサーチ」「完全調査」「mega-research」, (2) user needs multi-source research with citations, (3) user wants market analysis, competitor research, or trend analysis, (4) user mentions「出典付き」「クロス検証」「複数ソース」. Do NOT use for: simple fact-checking (use research-free), single-source lookups, or when API keys are not configured.
npx skills add majiayu000/claude-skill-registry --skill mega-research --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# mega-research - 最強統合リサーチシステム ## 概要 6つの検索APIを統合し、用途に応じて最適な情報収集を行う最強リサーチスキル。 ``` ┌─────────────────────────────────────────────────────────────────────┐ │ MEGA RESEARCH SYSTEM │ ├─────────────────────────────────────────────────────────────────────┤ │ │ │ ┌─────────┐ ┌─────────┐ ┌─────────┐ ┌─────────┐ │ │ │ Tavily │ │ SerpAPI │ │ Brave │ │ NewsAPI │ │ │ │AI検索特化│ │Google結果│ │広範囲Web │ │ニュース │ │ │ └────┬────┘ └────┬────┘ └────┬────┘ └────┬────┘ │ │ │ │ │ │ │ │ └────────────┼────────────┼────────────┘ │ │ │ │ │ │ ┌─────┴────┐ ┌────┴─────┐ │ │ │ Reddit │ │Perplexity│ │ │ │コミュニティ│ │AI要約 │ │ │ └────┬─────┘ └────┬─────┘ │ │ │ │ │ │ └──────┬──────┘ │ │ │ │ │ ┌─────┴─────┐ │ │ │ 統合エンジン │ │ │ │ ・重複排除 │ │ │ │ ・スコアリング│ │ │ │ ・クロス検証 │ │ │ └─────┬─────┘ │ │ │ │ │ ┌─────┴─────┐ │ │ │ レポート │ │ │ └───────────┘ │ └─────────────────────────────────────────────────────────────────────┘ ``` ## 統合API一覧 | API | 特徴 | 用途 | 月間制限 | |-----|------|------|---------| | **Tavily** | AI検索特化、高精度 | セマンティック検索、事実確認 | 1,000 | | **SerpAPI** | Google検索結果 | SERP分析、競合調査 | 100 | | **Brave Search** | プライバシー重視、広範囲 | 一般Web検索 | 2,000 | | **NewsAPI** | ニュース集約 | 最新ニュース、トレンド | 100/日 | | **Reddit API** | コミュニティ意見 | ユーザーレビュー、議論 | -
- 概要
- 統合API一覧
- 使い方
- リサーチモード
- 1. Deep Mode(デフォルト)
- 2. Quick Mode
- 3. News Mode
- 4. Trend Mode
- 出力形式
- research/runs/<timestamp><slug>/
- レポート形式
- API呼び出し実装
- Tavily API
- SerpAPI
curl -X POST "https://api.tavily.com/search" \
curl "https://serpapi.com/search.json?engine=google&q=${QUERY}&api_key=${SERPAPI_KEY}&num=10"
curl "https://api.search.brave.com/res/v1/web/search?q=${QUERY}" \
curl "https://newsapi.org/v2/everything?q=${QUERY}&apiKey=${NEWSAPI_KEY}&sortBy=publishedAt&pageSize=10"
curl -X POST "https://api.perplexity.ai/chat/completions" \
export TAVILY_API_KEY="tvly-xxxxxxxxxxxxxxxxxxxxxxxx"
export SERPAPI_KEY="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
export BRAVE_API_KEY="BSAxxxxxxxxxxxxxxxxxxxxxxxx"
export NEWSAPI_KEY="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
export PERPLEXITY_API_KEY="pplx-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"What does the mega-research skill do?
6つの検索API(Tavily/SerpAPI/Brave/NewsAPI/Reddit/Perplexity)を統合した最強リサーチシステム。 深層調査から出典付きレポート生成まで自動実行。 Use when: (1) user says「徹底調査」「深層リサーチ」「完全調査」「mega-research」, (2) user needs multi-source research with citations, (3) user wants market analysis, competitor research, or trend analysis, (4) user mentions「出典付き」「クロス検証」「複数ソース」. Do NOT use for: simple fact-checking (use research-free), single-source lookups, or when API keys are not configured.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill mega-research --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
