From gemini
Performs real-time web research using Gemini's Google Search for current events, library versions, security vulnerabilities, benchmarks, and comparisons.
How this skill is triggered — by the user, by Claude, or both
Slash command
/gemini:skills/web-searchThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use Gemini's `google_web_search` tool for real-time internet research.
Use Gemini's google_web_search tool for real-time internet research.
gemini "Use Google Search to find [topic]. Do not make any changes. Respond with the results only." --allowed-tools google_web_search -o text 2>&1
Use -m gemini-2.5-flash for faster searches:
gemini "Latest version of React? Do not make any changes. Respond with the results only." --allowed-tools google_web_search -m gemini-2.5-flash -o text 2>&1
Current info:
gemini "What are the latest Next.js 15 features? Use Google Search. Do not make any changes. Respond with the results only." --allowed-tools google_web_search -o text
Vulnerability research:
gemini "What are known CVEs for lodash 4.x? Use Google Search. Do not make any changes. Respond with the results only." --allowed-tools google_web_search -o text
Comparison:
gemini "Compare Zustand vs Jotai for React state management. Use Google Search for recent benchmarks. Do not make any changes. Respond with the results only." --allowed-tools google_web_search -o text
Best practices:
gemini "Current best practices for Node.js 22 error handling? Use Google Search. Do not make any changes. Respond with the results only." --allowed-tools google_web_search -o text
dangerouslyDisableSandbox: truereferences/setup.md for troubleshootingnpx claudepluginhub robbyt/claude-skills --plugin geminiPerforms web searches via the Gemini CLI to get latest information, docs, error solutions, and comparisons.
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.