gemini

gemini is a skill for Claude Code, Codex from pcx-wave/gemini-skill. It costs 61 tokens per session (4,546 once invoked), scanned A, original, no licence file.

A delegation workflow that sends coding tasks to the Gemini command-line tool and checks the resulting Git changes. It also handles reports about delegated task cost, tokens, failures, and projects.

In plain words
What is it for?
Use it to delegate a task with `/gemini`, inspect the resulting diff, or request a delegation report with `/gemini-report`.
Why use it?
It lets one coding agent hand off implementation work while keeping a reviewable record of the changes.

Skill for Claude CodeCodex

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 skills/pcx-wave/gemini-skill/gemini-skill
Any agent
npx skills add pcx-wave/gemini-skill --skill gemini-skill
Clone the repo
git clone --depth 1 https://github.com/pcx-wave/gemini-skill

Made for: Claude Code, Codex.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/pcx-wave/gemini-skill/gemini-skill.svg)](https://agentmods.dev/skills/pcx-wave/gemini-skill/gemini-skill)
Your own site
<a href="https://agentmods.dev/skills/pcx-wave/gemini-skill/gemini-skill"><img src="https://agentmods.dev/badge/skills/pcx-wave/gemini-skill/gemini-skill.svg" alt="Measured on agentmods" height="20"></a>
Per session 61 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,546 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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.00061 $0.04546
Opus 5 $0.00030 $0.02273
Sonnet 5 $0.00012 $0.00909
Haiku 4.5 $0.00006 $0.00455

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

Security

Grade A, and why

gemini scanned grade A with 1 finding 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 5d 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.

Runs shell commandslowCapability

Expected in a hook, worth knowing in a rule or an instructions file.

workdir = subprocess.run(['git','rev-parse','--show-toplevel'], capture_output=True, text=True).stdout.strip() or os.getcwd()
SKILL.md · 452 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. 5d ago First seen · 452 lines · 61 tokens per session scan A b687ee51449f

Subscribe to this mod's changes

gemini is a skill published in the GitHub repository pcx-wave/gemini-skill (12 stars, last pushed 1mo ago), with no licence file. It adds 61 tokens to every session and 4,546 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (runs shell commands). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

veo3-director

Transform rough ideas into structured, ultra-cinematic Veo 3 video-generation prompts. Use when the user wants to write, improve, or direct a prompt for Veo 3 (or similar cinematic video generators) — fashion films, music visualizers, runway films, beauty editorials, or narrative scenes. Triggers on "Veo 3 prompt"…

wuisabel-gif/Real · 106 tokens

vibe

Delegate a coding task to Mistral Vibe and supervise the result via git diff. Trigger: /vibe . Claude orchestrates, Vibe codes. Also handles /vibe-report [--since N] [--project NAME] [--fails] — token/cost/failure report.

pcx-wave/vibe-skill · 65 tokens

update-skills

Scan and update manually installed Claude Code skills in /.claude/skills/.

pcx-wave/update-skills · 0 tokens

gemini-as-tool

Use Google Gemini (3.x Pro and Flash) as a headless tool from Claude Code — a second opinion, a builder, or a judge — via a Google AI Pro OAuth subscription with no API key. Use when the user says "use Gemini", "ask Gemini", "get a second opinion", "have Gemini review/judge this", "cross-check with another model", or…

MarioMagdy/gemini-as-tool · 139 tokens

find-skills-x

AI驱动的skill发现工具。当用户问"怎么实现X"、"找个X的skill"、"有没有X功能的skill"时使用。.

jpwang1208/find-skills-x · 39 tokens

spec-kitty-charter-doctrine

Run charter interview, generation, context, and sync workflows for project governance in Spec Kitty 3.x. Access doctrine artifacts programmatically via DoctrineService. Resolve agent profiles. Load action-scoped governance context iteratively, not all at once. Triggers: "interview for charter", "generate charter"…

Priivacy-ai/spec-kitty · 135 tokens