From cook
Uses Gemini CLI to search the web and retrieve up-to-date information. Triggered by phrases like 'Web で検索して' or 'Gemini で検索'.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cook:search-geminiThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Gemini CLI で Web 検索を実行して最新情報を取得します。
Gemini CLI で Web 検索を実行して最新情報を取得します。
# Gemini CLI 経由で Web 検索 (必須)
gemini --prompt "WebSearch: <検索クエリ>"
# Gemini CLI を使用
gemini --prompt "WebSearch: React 19 新機能"
gemini --prompt "WebSearch: TypeError Cannot read property of undefined 解決方法"
# ドキュメント検索と要約
gemini --prompt "WebSearch: Next.js 14 App Router 公式ドキュメント"
「検索結果を要約して主要な機能を説明して」
# エラー調査
cat error.log
gemini --prompt "WebSearch: [エラーメッセージ] 解決方法"
「検索結果から最も適切な解決方法を提案して」
# 技術比較
gemini --prompt "WebSearch: Rust vs Go performance benchmark 2026"
「検索結果からパフォーマンスの違いをまとめて」
# 複数ソースからの情報収集
gemini --prompt "WebSearch: GraphQL best practices 2026 multiple sources"
「検索結果から複数の信頼できるソースの情報をまとめて」
# 時系列での変化を調査
gemini --prompt "WebSearch: JavaScript ES2015 ES2016 ES2017 ES2018 ES2019 ES2020 ES2021 ES2022 ES2023 ES2024 features"
「各バージョンの主要な変更点を時系列でまとめて」
# 特定ドメインに絞った検索
gemini --prompt "WebSearch: site:github.com Rust WebAssembly projects stars:>1000"
「スター数の多い順に 10 個のプロジェクトをリストアップして」
# 最新のセキュリティ情報
gemini --prompt "WebSearch: CVE-2024 Node.js vulnerabilities"
「見つかった脆弱性の影響と対策をまとめて」
gemini --prompt "WebSearch: ..." を使用することgemini --prompt "WebSearch: ..." を使用してくださいnpx claudepluginhub wasabeef/claude-code-cookbook --plugin cookPerforms web searches using the Gemini CLI to fetch the latest information. Triggers on phrases like '웹에서 검색해줘' (search the web) or '최신 정보 찾아줘' (find latest info).
Searches the web using the Gemini CLI tool. Useful for retrieving current information, news, or troubleshooting with up-to-date web results.
Executes web searches via Gemini CLI to retrieve current information, documentation, error solutions, and technical comparisons.