Help us improve
Share bugs, ideas, or general feedback.
From gemini
Performs real-time web research using Gemini's Google Search for current events, library versions, security vulnerabilities, benchmarks, and comparisons.
npx claudepluginhub robbyt/claude-skills --plugin geminiHow 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.
Provides best practices, query patterns, Boolean operations, and techniques for effective web searches using Gemini Search plugin. Auto-applies during research, information-gathering, and fact-checking.
Conducts web research to verify current APIs, check latest versions, detect deprecations, and fetch up-to-date implementations using specialized search tools.
Creates p5.js generative art with seeded randomness, noise fields, and interactive parameter exploration. Use for algorithmic art, flow fields, or particle systems.
Share bugs, ideas, or general feedback.
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 troubleshooting