From cook-en
Performs web searches via the Gemini CLI to get latest information, docs, error solutions, and comparisons.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cook-en: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
Execute web searches via Gemini CLI to obtain the latest information.
Execute web searches via Gemini CLI to obtain the latest information.
# Web search via Gemini CLI (required)
gemini --prompt "WebSearch: <search_query>"
# Using Gemini CLI
gemini --prompt "WebSearch: React 19 new features"
gemini --prompt "WebSearch: TypeError Cannot read property of undefined solution"
# Document search and summarization
gemini --prompt "WebSearch: Next.js 14 App Router official documentation"
"Summarize the search results and explain the main features"
# Error investigation
cat error.log
gemini --prompt "WebSearch: [error_message] solution"
"Propose the most appropriate solution from the search results"
# Technology comparison
gemini --prompt "WebSearch: Rust vs Go performance benchmark 2026"
"Summarize the performance differences from the search results"
# Information gathering from multiple sources
gemini --prompt "WebSearch: GraphQL best practices 2026 multiple sources"
"Summarize information from multiple reliable sources in the search results"
# Investigating changes over time
gemini --prompt "WebSearch: JavaScript ES2015 ES2016 ES2017 ES2018 ES2019 ES2020 ES2021 ES2022 ES2023 ES2024 features"
"Summarize the main changes in each version in chronological order"
# Search limited to specific domain
gemini --prompt "WebSearch: site:github.com Rust WebAssembly projects stars:>1000"
"List the top 10 projects by number of stars"
# Latest security information
gemini --prompt "WebSearch: CVE-2024 Node.js vulnerabilities"
"Summarize the impact and countermeasures of found vulnerabilities"
gemini --prompt "WebSearch: ..."gemini --prompt "WebSearch: ..."npx claudepluginhub wasabeef/claude-code-cookbook --plugin cook-enExecutes web searches via Gemini CLI when Claude's built-in search is prohibited. Activated by 'buscar en web' or 'información más reciente'. Gets current info, docs, errors, security.
Executes web searches via Gemini CLI to retrieve current information, documentation, error solutions, and technical comparisons.
Searches the web using the Gemini CLI tool. Useful for retrieving current information, news, or troubleshooting with up-to-date web results.