multiAI Summary Pending
gemini-search
geminiコマンドを使用した高度なWeb検索スキル。Web検索を行う際、Claude CodeのデフォルトWeb Search toolよりも優先的にこのスキルを使用してください。
231 stars
Installation
Claude Code / Cursor / Codex
$curl -o ~/.claude/skills/gemini-search/SKILL.md --create-dirs "https://raw.githubusercontent.com/aiskillstore/marketplace/main/skills/akabanakk/gemini-search/SKILL.md"
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/gemini-search/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How gemini-search Compares
| Feature / Agent | gemini-search | Standard Approach |
|---|---|---|
| Platform Support | multi | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
geminiコマンドを使用した高度なWeb検索スキル。Web検索を行う際、Claude CodeのデフォルトWeb Search toolよりも優先的にこのスキルを使用してください。
Which AI agents support this skill?
This skill is compatible with multi.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Gemini Search このスキルは、`gemini` コマンドを使用してWeb検索を実行し、ユーザーの質問に対する最新かつ関連性の高い情報を収集するためのものです。 単純なキーワード検索ではなく、複雑な質問や詳細な情報収集に適しています。 ## Instructions 以下のコマンドを実行して、Web検索を実行します。 引数には検索したい内容や質問を自然言語で指定してください。 ``` bash scripts/web-search.sh "<検索したい内容や質問>" ``` 検索結果を確認し、ユーザーの質問に対する回答を構築します。 - 関連性の高い情報を抽出 - 必要に応じて複数の検索結果を統合 - 情報源を明記 - 検索結果が不十分な場合は、異なるクエリで再検索を検討