gemini-research-grounded

gemini-research-grounded is a skill for Claude Code from azmym/gemini-plugin. It costs 46 tokens per session (792 once invoked), scanned A, original, MIT.

A research tool that searches the live web and produces answers grounded in sources. It is intended for information that may have changed, such as software versions, security advisories, and API documentation.

In plain words
What is it for?
Use it to check current library versions, investigate security vulnerabilities, verify APIs and standards, or synthesize research from multiple sources.
Why use it?
It helps avoid relying on outdated memory when an answer needs current information or supporting sources.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the gemini-plugin plugin — 9 skills, 6 commands, 5 agents, 7 hooks shipped together

Good fit Use it to check current library versions, investigate security vulnerabilities, verify APIs and standards, or synthesize research from multiple sources.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/azmym/gemini-plugin/gemini-research-grounded
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add azmym/gemini-plugin --skill gemini-research-grounded
Clone the repo
git clone --depth 1 https://github.com/azmym/gemini-plugin

Made for: Claude Code.

Or install gemini-plugin, the plugin that ships this one along with the rest of its 9 skills, 6 commands, 5 agents, 7 hooks.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for gemini-research-grounded

README.md
[![agentmods](https://agentmods.dev/badge/skills/azmym/gemini-plugin/gemini-research-grounded/github.svg)](https://agentmods.dev/skills/azmym/gemini-plugin/gemini-research-grounded)
Your own site
<a href="https://agentmods.dev/skills/azmym/gemini-plugin/gemini-research-grounded"><img src="https://agentmods.dev/badge/skills/azmym/gemini-plugin/gemini-research-grounded/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for gemini-research-grounded

Your own site · 80×15
<a href="https://agentmods.dev/skills/azmym/gemini-plugin/gemini-research-grounded"><img src="https://agentmods.dev/badge/skills/azmym/gemini-plugin/gemini-research-grounded.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 46 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 792 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00046 $0.00792
Opus 5 $0.00023 $0.00396
Sonnet 5 $0.00009 $0.00158
Haiku 4.5 $0.00005 $0.00079

Measured 9d ago against content hash f28d3bb974fa, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

gemini-research-grounded scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/gemini-research-grounded/SKILL.md · 91 lines

How it starts

The opening of the file, as written. The whole thing — 91 lines — stays where its author put it; the contents beside it link to each section on GitHub.

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
gemini_search_grounded Fast, single-shot search-grounded answer with citations
gemini_start_research Kick off an async deep research job (returns a job ID)
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 gemini_search_grounded
A broad technical survey or multi-source synthesis gemini_start_research + gemini_get_research_report

Deep research is asynchronous and may take 30-120 seconds. Use it only when breadth and synthesis matter more than speed.

Usage pattern

Fast grounded search

{
  "tool": "gemini_search_grounded",
  "arguments": {
    "query": "Latest stable release of Kubernetes and its release date",
    "model": "gemini-3.7-flash"
  }
}

The response includes cited sources. Always surface the citations to the user.

Async deep research

Step 1: start the job.

Read the full file on GitHub · 91 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 91 lines · 46 tokens per session scan A f28d3bb974fa

Subscribe to this mod's changes

gemini-research-grounded is a skill published in the GitHub repository azmym/gemini-plugin (1 stars, last pushed yesterday), licensed MIT. It adds 46 tokens to every session and 792 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.