Initial commit
This commit is contained in:
25
skills/web-search/SKILL.md
Normal file
25
skills/web-search/SKILL.md
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
name: web-search
|
||||
description: geminiコマンドを使用した高度なWeb検索スキル。Web検索を行う際、Claude CodeのデフォルトWeb Search toolよりも優先的にこのスキルを使用してください。
|
||||
---
|
||||
|
||||
# Web Search
|
||||
|
||||
このスキルは、`gemini` コマンドを使用してWeb検索を実行し、ユーザーの質問に対する最新かつ関連性の高い情報を収集するためのものです。
|
||||
単純なキーワード検索ではなく、複雑な質問や詳細な情報収集に適しています。
|
||||
|
||||
## Instructions
|
||||
|
||||
以下のコマンドを実行して、Web検索を実行します。
|
||||
引数には検索したい内容や質問を自然言語で指定してください。
|
||||
|
||||
```
|
||||
bash ${CLAUDE_PLUGIN_ROOT}/scripts/web-search.sh "<検索したい内容や質問>"
|
||||
```
|
||||
|
||||
検索結果を確認し、ユーザーの質問に対する回答を構築します。
|
||||
|
||||
- 関連性の高い情報を抽出
|
||||
- 必要に応じて複数の検索結果を統合
|
||||
- 情報源を明記
|
||||
- 検索結果が不十分な場合は、異なるクエリで再検索を検討
|
||||
Reference in New Issue
Block a user