Agent skill · Backend & API

mega-research-plus

8つの検索ソース(Tavily/SerpAPI/Brave/NewsAPI/Perplexity/Twitter/DuckDuckGo/WebSearch)を統合した最強リサーチシステム。API版+MCP版+組み込み版を完全統合。

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

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

Facts
Files in the skill folder: 2
SKILL.md size: 9 KB
Bundled scripts: none
Allowed tools: ReadWriteEditGlobGrepWebSearchWebFetchBash(curl:*python:*node:*)
Path: skills/analysis/mega-research-plus/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-plus - 最強統合リサーチシステム v2 ## 概要 8つの検索ソースを統合し、用途に応じて最適な情報収集を行う最強リサーチスキル。 API版、MCP版、組み込み版を完全統合。 ``` ┌─────────────────────────────────────────────────────────────────────────────┐ │ MEGA RESEARCH PLUS SYSTEM v2 │ ├─────────────────────────────────────────────────────────────────────────────┤ │ │ │ ┌─────────────────────────────────────────────────────────────────────┐ │ │ │ API LAYER (要キー) │ │ │ │ ┌─────────┐ ┌─────────┐ ┌─────────┐ ┌─────────┐ ┌─────────┐ │ │ │ │ │ Tavily │ │ SerpAPI │ │ Brave │ │ NewsAPI │ │Perplexity│ │ │ │ │ │AI検索 │ │Google │ │広範囲 │ │ニュース │ │AI要約 │ │ │ │ │ └────┬────┘ └────┬────┘ └────┬────┘ └────┬────┘ └────┬────┘ │ │ │ └───────┼───────────┼───────────┼───────────┼───────────┼──────────┘ │ │ │ │ │ │ │ │ │ ┌───────┼───────────┼───────────┼───────────┼───────────┼──────────┐ │ │ │ │ │ MCP LAYER (無料) │ │ │ │ │ │ ┌────┴────┐ ┌───┴───┐ │ │ │ │ │ Twitter │ │DuckDuck│ │ │ │ │ │ X/SNS │ │Go/Bing │ │ │ │ │ └────┬────┘ └───┬───┘ │ │ │ └───────┼───────────┼──────────────────────────────────────────────┘ │ │ │ │ │ │ ┌───────┼───────────┼──────────────────────────────────────────────┐ │ │ │ │ BUILT-IN LAYER (組み込み) │ │ │ │ ┌────┴───────────┴────┐ │ │ │ │ │ WebSea

What's inside
Steps it walks through
  1. 概要
  2. 統合ソース一覧(8種類)
  3. 使い方
  4. リサーチモード
  5. 1. Deep Mode(徹底調査)
  6. 2. Quick Mode(高速検索)
  7. 3. News Mode(ニュース特化)
  8. 4. Social Mode(SNS特化)
  9. 5. Free Mode(APIキー不要)
  10. API呼び出し実装
  11. Tavily API
  12. SerpAPI
  13. Brave Search
  14. NewsAPI
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" \
Research & Search APIs (mega-research-plus)
Twitter/X Cookie認証
cp .env.example .env
More from claude-skill-registry
All skills →
About this skill
What does the mega-research-plus skill do?

8つの検索ソース(Tavily/SerpAPI/Brave/NewsAPI/Perplexity/Twitter/DuckDuckGo/WebSearch)を統合した最強リサーチシステム。API版+MCP版+組み込み版を完全統合。

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill mega-research-plus --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