Help us improve
Share bugs, ideas, or general feedback.
From gemini
This skill should be used when the user asks to search for current information, find the latest version of a package, check for security advisories, or look up recent documentation. Relevant when the user says "what's the latest version of X," "are there any CVEs for Y," or "search for the current docs on Z."
How this skill is triggered — by the user, by Claude, or both
Slash command
/gemini:gemini-researchThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Invoke using `/gemini-search` or `mcp__gemini__gemini_execute` with `extensions: ['google_search']`.**
Share bugs, ideas, or general feedback.
Invoke using /gemini-search or mcp__gemini__gemini_execute with extensions: ['google_search'].
Use Gemini with Google Search grounding when you need:
If the question is about stable, well-established knowledge that hasn't changed recently, Claude's training data is likely sufficient. Use Gemini search when recency matters.
['google_search'] — this is what enables groundingflash for speed. Use pro when the query requires
synthesizing information from multiple sources or reasoning about conflicting
information.flash lookups. Set 2400000 (40 minutes) for deep pro research with multi-source synthesis.Specific queries get better results:
Include version numbers, date ranges, and specific aspects to search for.
npx claudepluginhub naluforge/geminicli-cc-plugin --plugin geminiPerforms real-time web research using Gemini's Google Search for current events, library versions, security vulnerabilities, benchmarks, and comparisons.
Conducts web research to verify current APIs, check latest versions, detect deprecations, and fetch up-to-date implementations using specialized search tools.
Gathers well-sourced current internet info for API docs, library comparisons, best practices, hypothesis testing, and verifying technical claims to inform planning and design.