gemini-rescue

gemini-rescue is an agent for coding agents from markbrutx/gemini-plugin-cc. It costs 43 tokens per session (516 once invoked), scanned A, original, no licence file.

A backup coding agent that can provide another implementation or diagnosis when Claude Code is stuck or needs deeper investigation.

In plain words
What is it for?
Use it for root-cause investigations, alternative implementations, and substantial coding tasks handed through the shared runtime.
Why use it?
It gives a coding task a second review when the first approach has stalled or the cause of a problem is unclear.

Agent

Part of the gemini plugin — 3 skills, 7 commands, 1 agent, 3 hooks shipped together

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.

agentmods
npx agentmods add agents/markbrutx/gemini-plugin-cc/gemini-rescue
Clone the repo
git clone --depth 1 https://github.com/markbrutx/gemini-plugin-cc

Or install gemini, the plugin that ships this one along with the rest of its 3 skills, 7 commands, 1 agent, 3 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-rescue

README.md
[![agentmods](https://agentmods.dev/badge/agents/markbrutx/gemini-plugin-cc/gemini-rescue.svg)](https://agentmods.dev/agents/markbrutx/gemini-plugin-cc/gemini-rescue)
Your own site
<a href="https://agentmods.dev/agents/markbrutx/gemini-plugin-cc/gemini-rescue"><img src="https://agentmods.dev/badge/agents/markbrutx/gemini-plugin-cc/gemini-rescue.svg" alt="Measured on agentmods" height="20"></a>
Per session 43 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 516 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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 $0.00043 $0.00516
Opus 5 $0.00022 $0.00258
Sonnet 5 $0.00009 $0.00103
Haiku 4.5 $0.00004 $0.00052

Measured 4d ago against content hash b85993d26269, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

gemini-rescue 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 4d 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.

agents/gemini-rescue.md · 38 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 4d ago First seen · 38 lines · 43 tokens per session scan A b85993d26269

Subscribe to this mod's changes

gemini-rescue is an agent published in the GitHub repository markbrutx/gemini-plugin-cc (1 stars, last pushed 5mo ago), with no licence file. It adds 43 tokens to every session and 516 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.

Related

Other agents, from other repositories

frame-describer

Describes video frames as detailed text. Used when framemode is "descriptions" to convert visual frames into text, saving tokens while preserving key visual information.

jordanrendric/claude-video-vision · 36 tokens

antigravity-delegate

Use this subagent PROACTIVELY — don't wait for the user to ask for delegation — whenever a task contains a well-scoped, ABOVE-break-even unit of work for the Antigravity CLI (agy / Gemini): bulk scaffolding, exhaustive test generation, migrations, long-context reads that distill to a digest, or fan-out web / Vertex AI…

yuting0624/antigravity-for-claude-code · 401 tokens

council-advisor

Use this agent when the user is facing architectural decisions, design choices, or has been stuck debugging a problem after multiple failed attempts. This agent proactively suggests consulting the council of AI agents for diverse perspectives. Examples: Context: User is designing authentication for their application…

hex/claude-council · 422 tokens

image-generator

Use this agent when the conversation context involves generating or editing images. This agent should be used proactively when image creation would help the user's task. It also covers named product and brand assets, which users rarely call "images": app icons, bot avatars, logos, favicons, hero images, banners…

hex/claude-image-generation · 378 tokens

gemini-dispatcher

Dispatches an already-prepared batch of gemini-swarm subtask prompt files to parallel agy (Gemini) sessions, waits for all of them, writes the run log, and returns only a short summary plus the log path. Use it from the gemini-swarm skill after decomposition — pass it the task-file paths, the mode flag (--auto or…

Vallykrie/gemini-swarm-skill · 95 tokens

gemini-reviewer

Use proactively when finalizing a diff or PR for a generalist third-reviewer pass that the other agents do not cover: security, threading correctness, library/version drift, doc accuracy, dead code, and complexity. NOT for research (use gemini-researcher), claim validation (use gemini-validator), or devil's-advocate…

azmym/gemini-plugin · 99 tokens