gemini-pro

gemini-pro is a skill for Claude Code from freestyler-arb/imagine-gemini-for-claude-codex. It costs 112 tokens per session (1,258 once invoked), scanned A, original, MIT.

A skill that sends a one-off reasoning or writing task to Google Gemini and returns the answer. It is intended for freeform questions, explanations, rewrites, and other tasks that are not specialised code reviews or research jobs.

In plain words
What is it for?
Use it for an isolated question, rewrite, explanation, or general reasoning task, including tasks that need context piped from files or commands.
Why use it?
It lets you delegate a separate reasoning task and keep the main coding session’s context focused. You can also provide files or command output as extra context.

Skill for Claude Code

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

Part of the imagine plugin — 4 skills shipped together

Good fit Use it for an isolated question, rewrite, explanation, or general reasoning task, including tasks that need context piped from files or commands.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/freestyler-arb/imagine-gemini-for-claude-codex/gemini-pro
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 freestyler-arb/imagine-gemini-for-claude-codex --skill gemini-pro
Clone the repo
git clone --depth 1 https://github.com/freestyler-arb/imagine-gemini-for-claude-codex

Made for: Claude Code.

Or install imagine, the plugin that ships this one along with the rest of its 4 skills.

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-pro

README.md
[![agentmods](https://agentmods.dev/badge/skills/freestyler-arb/imagine-gemini-for-claude-codex/gemini-pro/github.svg)](https://agentmods.dev/skills/freestyler-arb/imagine-gemini-for-claude-codex/gemini-pro)
Your own site
<a href="https://agentmods.dev/skills/freestyler-arb/imagine-gemini-for-claude-codex/gemini-pro"><img src="https://agentmods.dev/badge/skills/freestyler-arb/imagine-gemini-for-claude-codex/gemini-pro/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-pro

Your own site · 80×15
<a href="https://agentmods.dev/skills/freestyler-arb/imagine-gemini-for-claude-codex/gemini-pro"><img src="https://agentmods.dev/badge/skills/freestyler-arb/imagine-gemini-for-claude-codex/gemini-pro.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 112 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,258 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.00112 $0.01258
Opus 5 $0.00056 $0.00629
Sonnet 5 $0.00022 $0.00252
Haiku 4.5 $0.00011 $0.00126

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

Security

Grade A, and why

gemini-pro 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 11d 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-pro/SKILL.md · 72 lines

How it starts

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

gemini-pro

Overview

Delegate a single task to Google Gemini (default: Gemini 3.1 Pro at the highest reasoning level) and relay the answer. The heavy generation runs on Google's side using the user's AI Pro / Ultra subscription (Antigravity CLI, agy), so it does not spend the main agent's tokens — the agent only writes the prompt, runs the call, and synthesises the result.

This is a text / reasoning path. No image generation and no branded "Deep Research" agent (those live in the Gemini web app — see "Not for").

Two specialised companion skills build on this one:

  • gemini-review — independent adversarial review of code, a diff, or a plan.
  • gemini-research — structured research / digestion over large context.

How to invoke

Always call via Bash. The wrapper defaults to Gemini 3.1 Pro (High), so for this skill run it with no -m flag:

gemini "the full task / question here"

Pipe file(s) or command output via stdin to attach context (appended under --- CONTEXT ---):

cat path/to/file.py | gemini "review this for correctness bugs"
cat a.py b.py       | gemini "trace the order flow across these two files"

If gemini is not on PATH, call it at its install location (~/.local/bin/gemini) or fall back to the raw CLI: agy -p "<prompt>" --model "Gemini 3.1 Pro (High)".

Choosing the model (-m)

Default is the strongest path. Drop to Flash for cheap/bulk work to preserve the weekly quota.

Flag Model Use for
(none) / -m pro Gemini 3.1 Pro (High) Default. Hard reasoning, reviews, architecture, tricky bugs.
-m pro-low Gemini 3.1 Pro (Low) Pro quality, lighter reasoning budget, faster.
-m flash Gemini 3.5 Flash (High) Fast & cheap on quota; summaries, simple/bulk tasks.
-m flash-mid Gemini 3.5 Flash (Medium) Middle ground.
-m flash-low Gemini 3.5 Flash (Low) Cheapest / fastest.
-m "<full name>" any from agy models e.g. "Claude Opus 4.6", "GPT-OSS 120B".

Read the full file on GitHub · 72 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. 11d ago First seen · 72 lines · 112 tokens per session scan A e55404117dc5

Subscribe to this mod's changes

gemini-pro is a skill published in the GitHub repository freestyler-arb/imagine-gemini-for-claude-codex (4 stars, last pushed 2mo ago), licensed MIT. It adds 112 tokens to every session and 1,258 once invoked, about $0.0006 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 skills, from other repositories

jobs

Manage agy staffer background jobs - collect results, check status, cancel, follow-up conversation, and setup. Use when an agy job needs collecting, when the user asks "is the agy job done", "show agy's result", "cancel the agy job", "continue the agy conversation", or "set up agy". This is the orchestrator's skill…

keli-wen/agy-staff · 99 tokens

agy-lead

Orchestrate an ongoing task with AGY while the current agent owns key decisions, review, and delivery. Use when the user invokes /skill:agy-lead or asks you to coordinate a task using AGY.

keli-wen/agy-staff · 48 tokens

implementer

Delegate a coding task to Google's Antigravity CLI (agy staffer, fast Gemini), which edits the working tree directly and can perform explicitly requested Git delivery. Use when the user says /agy:implementer, "have agy fix/build X", or wants to hand a well-scoped coding task to the agy staffer instead of doing it in…

keli-wen/agy-staff · 79 tokens

researcher

Delegate a deep research or survey task to Google's Antigravity CLI (agy staffer, fast Gemini). Use when the user says /agy:researcher, "ask agy to research", "have the agy staffer survey X", or wants a second, independent deep-dive on a topic or codebase without spending the host model's quota.

keli-wen/agy-staff · 75 tokens

staffer

Delegate a general-purpose task to Google's Antigravity CLI (agy staffer, fast Gemini) with a minimal, unopinionated prompt. Use when the user says /agy:staffer, "have agy do/handle X", "have agy generate an image", or the task fits none of the specialist personas (researcher / reviewer / implementer / ask) — the…

keli-wen/agy-staff · 121 tokens

agy-ask

Ask Google's Antigravity CLI (agy staffer, fast Gemini) a cheap one-shot question - the fast zero-tool mode and the post-install smoke test. Use when the user says /skill:agy-ask, "ask agy", "quick second opinion from agy", or right after installing to verify the plugin works.

keli-wen/agy-staff · 71 tokens