mega-research-plus
8つの検索ソース(Tavily/SerpAPI/Brave/NewsAPI/Perplexity/Twitter/DuckDuckGo/WebSearch)を統合した最強リサーチシステム。API版+MCP版+組み込み版を完全統合。
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.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- 概要
- 統合ソース一覧(8種類)
- 使い方
- リサーチモード
- 1. Deep Mode(徹底調査)
- 2. Quick Mode(高速検索)
- 3. News Mode(ニュース特化)
- 4. Social Mode(SNS特化)
- 5. Free Mode(APIキー不要)
- API呼び出し実装
- Tavily API
- SerpAPI
- Brave Search
- NewsAPI
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 .envWhat 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.
