← ClaudeAtlas

gemini-research-groundedlisted

Perform live-web research via Gemini's search-grounded answers or deep research synthesis. Use when a question involves post-training-cutoff information, library versions, CVEs, API docs, or any claim needing a primary source with citations.
azmym/gemini-plugin · ★ 1 · AI & Automation · score 66
Install: claude install-skill azmym/gemini-plugin
# Gemini Research Grounded Use this skill whenever the answer depends on information that may have changed since Claude's training cutoff, or whenever you need primary sources and citations rather than recalled knowledge. ## When to use this skill - **Library/framework versions:** "What is the latest stable version of X?" or "Is feature Y available in version Z?" - **CVE and security advisories:** Patch status, CVSS scores, affected versions, mitigations. - **API documentation:** Endpoint signatures, authentication schemes, response shapes that may have evolved. - **Living standards and specs:** RFC status, W3C spec updates, OpenAPI changes. - **Current events affecting engineering:** Cloud provider incidents, deprecation announcements, EOL dates. - **Factual claims requiring a citation:** Any assertion that should be backed by a URL. - **Deep research synthesis:** Multi-source synthesis on a technical topic, competitive landscape, or best-practice survey. ## MCP tools | Tool | Purpose | |---|---| | `mcp__gemini__gemini_search_grounded` | Fast, single-shot search-grounded answer with citations | | `mcp__gemini__gemini_start_research` | Kick off an async deep research job (returns a job ID) | | `mcp__gemini__gemini_get_research_report` | Poll for and retrieve the completed deep research report | ## Choosing between fast search and deep research | Scenario | Tool | |---|---| | A single fact, version, or advisory | `mcp__gemini__gemini_search_grounded` | | A broad technic