openai-deep-research
OpenAI Deep Research APIを使用して深層リサーチを実行するスキル。ユーザーが特定のテーマについて深層調査、市場分析、技術リサーチ等を要求する場合に使用する。
npx skills add majiayu000/claude-skill-registry --skill openai-deep-research-buddypia-kaiju-voice --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.
> ⚠️ **DEPRECATED** - このスキルは `deep-research` スキルに統合されました。`deep-research --provider openai` を使用してください。 # OpenAI Deep Research ## Overview OpenAI Deep Research APIを活用して、複雑なテーマについて深層的なリサーチを実行するスキルである。Deep Researchエージェントはウェブを探索して情報を収集・分析し、総合的なリサーチレポートを生成する。 ## 事前要件 ### APIキー設定 OpenAI APIキーが必要である: 1. [OpenAI Platform](https://platform.openai.com/)でAPIキーを発行 2. 環境変数設定: `export OPENAI_API_KEY="your-api-key"` ### Pythonパッケージインストール ```bash pip install openai ``` ## 使用可能なモデル | モデル | 用途 | | ----------------------- | ------------------------------ | | `o3-deep-research` | 深層合成・高品質出力に最適化 | | `o4-mini-deep-research` | 軽量化、高速な応答が必要な場合 | ## ワークフロー ### 1. リサーチ要求分析 ユーザーのリサーチ要求を分析して明確なリサーチクエリを構成する: - リサーチテーマの明確化 - 求める情報の範囲と深さの把握 - 言語設定(デフォルト: ユーザー要求言語) ### 2. Deep Research実行 `scripts/deep_research.py` スクリプトを使用してリサーチを実行する: ```bash # 基本的な使い方 (o3-deep-researchモデル) python scripts/deep_research.py "リサーチテーマ" # 高速リサーチ (o4-mini-deep-researchモデル) python scripts/deep_research.py "リサーチテーマ" --model mini # 韓国語結果要求 python scripts/deep_research.py "リサーチテーマ" --language korean # 英語結果要求 python scripts/deep_research.py "リサーチテーマ" --language english # 日本語結果要求 python scripts/deep_research.py "リサーチテーマ" --language japanese #
- Overview
- 事前要件
- APIキー設定
- Pythonパッケージインストール
- 使用可能なモデル
- ワークフロー
- 1. リサーチ要求分析
- 2. Deep Research実行
- 3. リサーチモニタリング
- 4. 結果処理
- 使用例
- 技術リサーチ
- 市場分析
- 学術調査
pip install openai python scripts/deep_research.py "リサーチテーマ" python scripts/deep_research.py "リサーチテーマ" --model mini python scripts/deep_research.py "リサーチテーマ" --language korean python scripts/deep_research.py "リサーチテーマ" --language english python scripts/deep_research.py "リサーチテーマ" --language japanese python scripts/deep_research.py "リサーチテーマ" --output result.md python scripts/deep_research.py "リサーチテーマ" --stream python scripts/deep_research.py "2025年生成型AI技術トレンドと主要企業動向分析" --language japanese python scripts/deep_research.py "AIゲームアプリ市場分析と競合状況。主要プレイヤー、市場規模、成長率を含む" --language japanese
What does the openai-deep-research skill do?
OpenAI Deep Research APIを使用して深層リサーチを実行するスキル。ユーザーが特定のテーマについて深層調査、市場分析、技術リサーチ等を要求する場合に使用する。
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill openai-deep-research-buddypia-kaiju-voice --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.
