jpskill.com
🛠️ 開発・MCP コミュニティ 🔴 エンジニア向け 👤 エンジニア・AI開発者

🛠️ DeepResearchプロ

deep-research-pro

様々な情報源からウェブを徹底的に調査

⏱ テスト計画作成 2時間 → 20分

📺 まず動画で見る(YouTube)

▶ 【衝撃】最強のAIエージェント「Claude Code」の最新機能・使い方・プログラミングをAIで効率化する超実践術を解説! ↗

※ jpskill.com 編集部が参考用に選んだ動画です。動画の内容と Skill の挙動は厳密には一致しないことがあります。

📜 元の英語説明(参考)

Multi-source deep research agent. Searches the web, synthesizes findings, and delivers cited reports. No API keys required.

🇯🇵 日本人クリエイター向け解説

一言でいうと

様々な情報源からウェブを徹底的に調査

※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。

⚡ おすすめ: コマンド1行でインストール(60秒)

下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。

🍎 Mac / 🐧 Linux
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o deep-research-pro.zip https://jpskill.com/download/4720.zip && unzip -o deep-research-pro.zip && rm deep-research-pro.zip
🪟 Windows (PowerShell)
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/4720.zip -OutFile "$d\deep-research-pro.zip"; Expand-Archive "$d\deep-research-pro.zip" -DestinationPath $d -Force; ri "$d\deep-research-pro.zip"

完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。

💾 手動でダウンロードしたい(コマンドが難しい人向け)
  1. 1. 下の青いボタンを押して deep-research-pro.zip をダウンロード
  2. 2. ZIPファイルをダブルクリックで解凍 → deep-research-pro フォルダができる
  3. 3. そのフォルダを C:\Users\あなたの名前\.claude\skills\(Win)または ~/.claude/skills/(Mac)へ移動
  4. 4. Claude Code を再起動

⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。

🎯 このSkillでできること

下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。

📦 インストール方法 (3ステップ)

  1. 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
  2. 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
  3. 3. 展開してできたフォルダを、ホームフォルダの .claude/skills/ に置く
    • · macOS / Linux: ~/.claude/skills/
    • · Windows: %USERPROFILE%\.claude\skills\

Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。

詳しい使い方ガイドを見る →
最終更新
2026-05-17
取得日時
2026-05-18
同梱ファイル
2

💬 こう話しかけるだけ — サンプルプロンプト

  • Deep Research Pro を使って、最小構成のサンプルコードを示して
  • Deep Research Pro の主な使い方と注意点を教えて
  • Deep Research Pro を既存プロジェクトに組み込む方法を教えて

これをClaude Code に貼るだけで、このSkillが自動発動します。

📖 Skill本文(日本語訳)

※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。

Deep Research Pro 🔬

複数のウェブソースから、徹底的で引用付きのレポートを作成する、強力な自己完結型ディープリサーチスキルです。有料APIは不要で、DuckDuckGo検索を使用します。

仕組み

ユーザーが任意のトピックについて調査を依頼した場合、以下のワークフローに従います。

ステップ1:目標の理解(30秒)

1~2つの簡単な明確化の質問をします。

  • 「あなたの目標は何ですか?学習、意思決定、それとも何かを執筆することですか?」
  • 「特定の視点や深さはありますか?」

ユーザーが「ただ調査してほしい」と言った場合は、妥当なデフォルト設定で先に進みます。

ステップ2:調査の計画(検索前に考える)

トピックを3~5つの調査サブ質問に分解します。例:

  • トピック:「AIがヘルスケアに与える影響」
    • 今日のヘルスケアにおける主なAIアプリケーションは何ですか?
    • どのような臨床転帰が測定されていますか?
    • 規制上の課題は何ですか?
    • この分野をリードしている企業はどこですか?
    • 市場規模と成長軌道はどうなっていますか?

ステップ3:複数ソース検索の実行

各サブ質問に対して、DDG検索スクリプトを実行します。

# Web search
/home/clawdbot/clawd/skills/ddg-search/scripts/ddg "<sub-question keywords>" --max 8

# News search (for current events)
/home/clawdbot/clawd/skills/ddg-search/scripts/ddg news "<topic>" --max 5

検索戦略:

  • サブ質問ごとに2~3種類のキーワードバリエーションを使用します
  • ウェブ検索とニュース検索を組み合わせます
  • 合計で15~30のユニークなソースを目指します
  • 優先順位:学術、公式、信頼できるニュース > ブログ > フォーラム

ステップ4:主要ソースの深掘り読解

最も有望なURLについては、コンテンツ全体を取得します。

curl -sL "<url>" | python3 -c "
import sys, re
html = sys.stdin.read()
# Strip tags, get text
text = re.sub('<[^>]+>', ' ', html)
text = re.sub(r'\s+', ' ', text).strip()
print(text[:5000])
"

検索スニペットだけに頼らず、3~5つの主要ソースを完全に読んで深掘りします。

ステップ5:統合とレポート作成

レポートを次のように構成します。

# [トピック]: ディープリサーチレポート
*生成日: [日付] | ソース数: [N] | 信頼度: [高/中/低]*

## エグゼクティブサマリー
[主要な調査結果の3~5文の概要]

## 1. [最初の主要テーマ]
[インライン引用付きの調査結果]
- 主要なポイント ([ソース名](url))
- 裏付けデータ ([ソース名](url))

## 2. [2番目の主要テーマ]
...

## 3. [3番目の主要テーマ]
...

## 主要なポイント
- [実行可能な洞察1]
- [実行可能な洞察2]
- [実行可能な洞察3]

## ソース
1. [タイトル](url) — [1行の要約]
2. ...

## 方法論
ウェブとニュースで[N]件のクエリを検索しました。[M]件のソースを分析しました。
調査したサブ質問: [リスト]

ステップ6:保存と配信

完全なレポートを保存します。

mkdir -p ~/clawd/research/[slug]
# レポートを ~/clawd/research/[slug]/report.md に書き込みます

その後、配信します。

  • 短いトピックの場合:チャットに完全なレポートを投稿します
  • 長いレポートの場合:エグゼクティブサマリーと主要なポイントを投稿し、完全なレポートをファイルとして提供します

品質ルール

  1. すべての主張には出典が必要です。 出典のない主張はしません。
  2. 相互参照します。 1つのソースしか言及していない場合は、未検証としてフラグを立てます。
  3. 鮮度が重要です。 過去12ヶ月以内のソースを優先します。
  4. ギャップを認識します。 サブ質問について良い情報が見つからなかった場合は、その旨を伝えます。
  5. ハルシネーションはしません。 わからない場合は、「十分なデータが見つかりませんでした」と伝えます。

"Research the current state of nuclear fusion energy"
"Deep dive into Rust vs Go for backend services in 2026"
"Research the best strategies for bootstrapping a SaaS business"
"What's happening with the US housing market right now?"

サブエージェントの使用について

サブエージェントとして起動する場合、完全な調査リクエストとコンテキストを含めます。

sessions_spawn(
  task: "Run deep research on [TOPIC]. Follow the deep-research-pro SKILL.md workflow.
  Read /home/clawdbot/clawd/skills/deep-research-pro/SKILL.md first.
  Goal: [user's goal]
  Specific angles: [any specifics]
  Save report to ~/clawd/research/[slug]/report.md
  When done, wake the main session with key findings.",
  label: "research-[slug]",
  model: "opus"
)

要件

  • DDG検索スクリプト:/home/clawdbot/clawd/skills/ddg-search/scripts/ddg
  • curl(ページ全体を取得するため)
  • APIキーは不要です!
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開

Deep Research Pro 🔬

A powerful, self-contained deep research skill that produces thorough, cited reports from multiple web sources. No paid APIs required — uses DuckDuckGo search.

How It Works

When the user asks for research on any topic, follow this workflow:

Step 1: Understand the Goal (30 seconds)

Ask 1-2 quick clarifying questions:

  • "What's your goal — learning, making a decision, or writing something?"
  • "Any specific angle or depth you want?"

If the user says "just research it" — skip ahead with reasonable defaults.

Step 2: Plan the Research (think before searching)

Break the topic into 3-5 research sub-questions. For example:

  • Topic: "Impact of AI on healthcare"
    • What are the main AI applications in healthcare today?
    • What clinical outcomes have been measured?
    • What are the regulatory challenges?
    • What companies are leading this space?
    • What's the market size and growth trajectory?

Step 3: Execute Multi-Source Search

For EACH sub-question, run the DDG search script:

# Web search
/home/clawdbot/clawd/skills/ddg-search/scripts/ddg "<sub-question keywords>" --max 8

# News search (for current events)
/home/clawdbot/clawd/skills/ddg-search/scripts/ddg news "<topic>" --max 5

Search strategy:

  • Use 2-3 different keyword variations per sub-question
  • Mix web + news searches
  • Aim for 15-30 unique sources total
  • Prioritize: academic, official, reputable news > blogs > forums

Step 4: Deep-Read Key Sources

For the most promising URLs, fetch full content:

curl -sL "<url>" | python3 -c "
import sys, re
html = sys.stdin.read()
# Strip tags, get text
text = re.sub('<[^>]+>', ' ', html)
text = re.sub(r'\s+', ' ', text).strip()
print(text[:5000])
"

Read 3-5 key sources in full for depth. Don't just rely on search snippets.

Step 5: Synthesize & Write Report

Structure the report as:

# [Topic]: Deep Research Report
*Generated: [date] | Sources: [N] | Confidence: [High/Medium/Low]*

## Executive Summary
[3-5 sentence overview of key findings]

## 1. [First Major Theme]
[Findings with inline citations]
- Key point ([Source Name](url))
- Supporting data ([Source Name](url))

## 2. [Second Major Theme]
...

## 3. [Third Major Theme]
...

## Key Takeaways
- [Actionable insight 1]
- [Actionable insight 2]
- [Actionable insight 3]

## Sources
1. [Title](url) — [one-line summary]
2. ...

## Methodology
Searched [N] queries across web and news. Analyzed [M] sources.
Sub-questions investigated: [list]

Step 6: Save & Deliver

Save the full report:

mkdir -p ~/clawd/research/[slug]
# Write report to ~/clawd/research/[slug]/report.md

Then deliver:

  • Short topics: Post the full report in chat
  • Long reports: Post the executive summary + key takeaways, offer full report as file

Quality Rules

  1. Every claim needs a source. No unsourced assertions.
  2. Cross-reference. If only one source says it, flag it as unverified.
  3. Recency matters. Prefer sources from the last 12 months.
  4. Acknowledge gaps. If you couldn't find good info on a sub-question, say so.
  5. No hallucination. If you don't know, say "insufficient data found."

Examples

"Research the current state of nuclear fusion energy"
"Deep dive into Rust vs Go for backend services in 2026"
"Research the best strategies for bootstrapping a SaaS business"
"What's happening with the US housing market right now?"

For Sub-Agent Usage

When spawning as a sub-agent, include the full research request and context:

sessions_spawn(
  task: "Run deep research on [TOPIC]. Follow the deep-research-pro SKILL.md workflow.
  Read /home/clawdbot/clawd/skills/deep-research-pro/SKILL.md first.
  Goal: [user's goal]
  Specific angles: [any specifics]
  Save report to ~/clawd/research/[slug]/report.md
  When done, wake the main session with key findings.",
  label: "research-[slug]",
  model: "opus"
)

Requirements

  • DDG search script: /home/clawdbot/clawd/skills/ddg-search/scripts/ddg
  • curl (for fetching full pages)
  • No API keys needed!

同梱ファイル

※ ZIPに含まれるファイル一覧。`SKILL.md` 本体に加え、参考資料・サンプル・スクリプトが入っている場合があります。