Agent skill · Backend & API

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.

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
npx skills add majiayu000/claude-skill-registry --skill mega-research --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 8 KB
Bundled scripts: none
Allowed tools: ReadWriteEditGlobGrepWebSearchWebFetchBash(curl:*python:*node:*)
Path: skills/analysis/mega-research/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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** | コミュニティ意見 | ユーザーレビュー、議論 | -

What's inside
Steps it walks through
  1. 概要
  2. 統合API一覧
  3. 使い方
  4. リサーチモード
  5. 1. Deep Mode(デフォルト)
  6. 2. Quick Mode
  7. 3. News Mode
  8. 4. Trend Mode
  9. 出力形式
  10. research/runs/<timestamp><slug>/
  11. レポート形式
  12. API呼び出し実装
  13. Tavily API
  14. SerpAPI
Ships with 1 file
  • metadata.json
Commands it runs
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"
More from claude-skill-registry
All skills →
About this skill
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.

Keep going