スキル一覧に戻る
biwakonbu

web-search

by biwakonbu

Claude Code 用プラグイン

0🍴 0📅 2026年1月25日
GitHubで見るManusで実行

SKILL.md


name: web-search description: Gemini CLI を使用した Web 検索を実行。技術情報、最新ニュース、一般的なリサーチに対応。Use when user asks to search the web, look up information, find recent news, or research a topic. Also use when user says 調べて, 検索して, 最新情報, ニュース, リサーチ. allowed-tools: Bash

Web Search スキル

Gemini CLI の google_web_search ツールを活用した Web 検索機能を提供。

Instructions

1. 検索クエリの準備

ユーザーのリクエストから適切な検索クエリを構築する。

クエリ最適化のポイント:

  • 技術調査: 具体的な技術名、バージョン、「documentation」「official」を含める
    • 例: "React 19 new features official documentation"
  • エラー解決: エラーメッセージをそのまま含め、「fix」「solution」を追加
    • 例: "TypeError: Cannot read property 'map' of undefined fix React"
  • 最新情報: 「latest」「2025」などの時間指定を含める
    • 例: "TypeScript latest version features 2025"
  • 比較調査: 比較対象を明確に、「vs」「comparison」を使用
    • 例: "React vs Vue performance comparison 2025"

2. Gemini CLI で検索実行

gemini --yolo "Use the google_web_search tool to search for: {検索クエリ}. You MUST perform a web search and return results with sources."

フラグ説明:

  • --yolo: ツール実行の許可プロンプトをスキップ(自動実行)

重要: 「Use the google_web_search tool to search for:」という指示を必ず含める。 これにより Gemini が確実に Web 検索を実行する。

動作:

  1. Gemini が google_web_search ツールを使用
  2. Google 検索を実行
  3. 検索結果を要約してソース付きで返却

3. 結果のフォーマット

Gemini の応答を以下の形式で報告:

## 検索結果: {クエリ}

### 要約
{主要なポイントを2-3文で}

### 詳細
{関連情報の詳細}

### ソース
- [タイトル1](URL1)
- [タイトル2](URL2)
- ...

4. エラーハンドリング

エラー対処
Gemini CLI が見つからないgemini コマンドのインストールを案内
API エラー再試行、またはユーザーに報告
検索結果なしクエリを変更して再検索を提案

Examples

技術調査

ユーザー: 「Next.js 15 の新機能を調べて」

実行:

gemini --yolo "Use the google_web_search tool to search for: Next.js 15 new features official documentation. You MUST perform a web search and return results with sources."

結果報告:

## 検索結果: Next.js 15 新機能

### 要約
Next.js 15 では、Turbopack がデフォルトの開発サーバーとして採用され...

### 詳細
- Turbopack: 開発時のビルド速度が大幅に向上
- React 19 対応: Server Components の強化
- ...

### ソース
- [Next.js 15 Blog](https://nextjs.org/blog/next-15)
- [Next.js Documentation](https://nextjs.org/docs)

エラー解決

ユーザー: 「React で "Cannot read property 'map' of undefined" エラーが出る」

実行:

gemini --yolo "Use the google_web_search tool to search for: Cannot read property map of undefined React fix solution. You MUST perform a web search and return results with sources."

最新ニュース

ユーザー: 「AI 関連の最新ニュースを検索して」

実行:

gemini --yolo "Use the google_web_search tool to search for: AI artificial intelligence latest news today. You MUST perform a web search and return results with sources."

注意事項

  • 機密情報(API キー、パスワード等)を検索クエリに含めない
  • 検索結果は要約されるため、詳細は元ソースを確認
  • 連続した大量の検索は API レート制限に注意

スコア

総合スコア

60/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です