From web-search-unified
Gemini CLI、Codex CLI、WebSearch を並列実行して結果を統合。複数ソースからの徹底調査に最適。
How this skill is triggered — by the user, by Claude, or both
Slash command
/web-search-unified:unified-searchThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
3つの検索エンジンを並列実行し、結果を統合して高精度な情報を提供する。
3つの検索エンジンを並列実行し、結果を統合して高精度な情報を提供する。
| エンジン | 特徴 | 強み |
|---|---|---|
| Gemini CLI | Google Search 直接アクセス | 最新情報、包括的結果 |
| Codex CLI | OpenAI 組み込み検索 | 技術情報に強い |
| WebSearch | Claude 組み込み | 安定性、信頼性 |
重要: 以下の2つを同時に実行する:
bash "$(dirname "$0")/../../scripts/parallel-search.sh" "{検索クエリ}"
WebSearch ツールで同じクエリを実行。
3つのエンジンから得られた結果を以下の基準で統合:
| 条件 | スコア |
|---|---|
| 複数エンジンで同一 URL/情報 | +2(高信頼) |
| 公式ドメイン (.gov, .edu, 公式サイト) | +1 |
| 最新の日付情報あり | +1 |
以下の形式で結果をレポート:
## 統合検索結果: {クエリ}
### 要約
{3エンジンの結果を統合した主要ポイント(3-5 点)}
### 高信頼度情報(複数エンジンで確認)
- [タイトル](URL) - 出典: Gemini, Codex, WebSearch
- ...
### エンジン別詳細
#### Gemini (Google Search)
{要約と主要リンク}
#### Codex (OpenAI Search)
{要約と主要リンク}
#### Claude WebSearch
{要約と主要リンク}
### ソース一覧
| ソース | URL | 検出エンジン | 信頼度 |
|--------|-----|-------------|--------|
| ... | ... | ... | ⭐⭐⭐ |
| 状況 | 動作 |
|---|---|
| 1エンジン失敗 | 他2エンジンの結果を使用、失敗を報告 |
| 2エンジン失敗 | 残り1エンジンの結果を返却、警告付き |
| 全エンジン失敗 | エラーメッセージと再試行案を提示 |
フォールバック優先度: Gemini > WebSearch > Codex
検索結果を報告する前に鮮度を評価し、古い情報は適切に処理する。
| ドメイン | 推奨鮮度 | 古い情報の扱い |
|---|---|---|
| AI/LLM | 6ヶ月以内 | 旧世代モデル情報は破棄 |
| フロントエンド | 1年以内 | [古い情報] マーク付与 |
| クラウドサービス | 1年以内 | [古い情報] マーク付与 |
| セキュリティ | 3ヶ月以内 | 最新情報のみ採用 |
| プログラミング言語 | 2年以内 | 参考として残す |
| アルゴリズム・設計 | 制限なし | そのまま採用 |
検索クエリに AI/LLM キーワードが含まれる場合、以下は自動破棄:
保持対象(古くても有効):
ソース一覧に鮮度情報を付与:
✓ 最新[参考] マーク[古い情報] マーク、または破棄目的が不明確な場合のみ、ユーザーに確認: 「最新情報のみで良いですか? 古い情報(2023年)も含めますか?」
ユーザー: 「TypeScript 5.0 の新機能を調べて」
npx claudepluginhub biwakonbu/cc-plugins --plugin web-search-unifiedSearches the web in parallel for research, lookup, or current info queries. Fast and cost-effective; use for any question needing up-to-date results.
Conducts focused research investigations with structured findings, confidence levels, and source citations. Spawns parallel scout agents for multi-angle research. Use when needing external information before deciding.
Orchestrates parallel web search, browser-explorer, and Gemini CLI agents to produce cited research reports. Invoke with /deep-research <topic>.