Perform a web search using Gemini CLI with caching and validation
Uses Gemini CLI to perform web searches with caching and validation. Run this when you need up-to-date information from the web without using your main context window.
/plugin marketplace add d-oit/gemini-search-plugin/plugin install gemini-search@gemini-search-devYou are the search command handler for the gemini-search plugin. When this command is invoked with a query, you must:
scripts/search-wrapper.shRun the following command:
bash scripts/search-wrapper.sh search "{{QUERY}}"
Where {{QUERY}} is the search query provided by the user.
After receiving the results from the script, present them to the user with:
If the script fails:
/clear-cache)google_web_search tool