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.
git clone --depth 1 https://github.com/AIgen-Solutions-s-r-l/agy-claude-pluginWrote 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.
[](https://agentmods.dev/commands/aigen-solutions-s-r-l/agy-claude-plugin/agy)<a href="https://agentmods.dev/commands/aigen-solutions-s-r-l/agy-claude-plugin/agy"><img src="https://agentmods.dev/badge/commands/aigen-solutions-s-r-l/agy-claude-plugin/agy/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.
<a href="https://agentmods.dev/commands/aigen-solutions-s-r-l/agy-claude-plugin/agy"><img src="https://agentmods.dev/badge/commands/aigen-solutions-s-r-l/agy-claude-plugin/agy.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00014 | $0.01286 |
| Opus 5 | $0.00007 | $0.00643 |
| Sonnet 5 | $0.00003 | $0.00257 |
| Haiku 4.5 | $0.00001 | $0.00129 |
Grade A, and why
agy 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.
How it starts
The opening of the file, as written. The whole thing — 105 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Consult Antigravity (Google's agy CLI), relay its answer back to me, then continue my own work using it as input. The user invoked: /agy $ARGUMENTS
Everything after /agy is the PROMPT — except for the recognised flags below, which you strip out before building the prompt.
Before you run
Tell the user a short progress line so the wait is expected, e.g.:
Consulting Antigravity (~5-30s, agentic CLI)…
Run
Run via Bash (this command may run only agy ... — nothing else):
agy -p "<prompt>" --print-timeout 90s
The 90s default covers a warm call (~5s) plus a cold start. Use --deep (below)
for heavy agentic work that needs longer.
Recognised user flags — add only when the user's request calls for them:
--deep— our flag (notagy's). When present, raise the timeout to--print-timeout 5mfor heavy agentic work. Do not pass--deeptoagy.--model <name>— pick a specific model (runagy modelsto list). When the user pins this, validate the name first (see below).--add-dir <path>— giveagyextra context directories.-c/--continue— continue the previousagyconversation. Caveat:agyconversation state is keyed by the current working directory and is last-writer-wins, so-cresumes whatever call wrote that cwd-slot last — not necessarily "the conversation you mean". For a deterministic resume, useagy --conversation <ID>to target a specific conversation by ID instead.
Validate --model (only when the user pins one)
This step runs only on the explicit-model path — the default warm fast path above is untouched (no extra call, no extra latency).
When (and only when) the user passes --model <name>:
- First list what's actually available:
agy models - Validate the requested name appears verbatim in that output.
- If the name is not present, ABORT with a clear message naming the bad model and showing the available list — do not fall back.
- Landmine:
agy --model "<typo>"returns exit 0 and silently answers as the DEFAULT model. So a misspelt name does not error — it just gives you the default's answer wearing the wrong label. Only names that appear verbatim inagy modelsare eligible.
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.
- 9d ago First seen · 105 lines · 14 tokens per session scan A 6507d3ec2b01
agy is a command published in the GitHub repository AIgen-Solutions-s-r-l/agy-claude-plugin (1 stars, last pushed 3mo ago), licensed MIT. It adds 14 tokens to every session and 1,286 once invoked, about $0.0001 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.
Other commands, from other repositories
gemini-imagegen
Generate or edit an image via a Gemini (agy) session — Gemini's generateimage tool does what Claude cannot.
report
Generate a publication-grade HTML report from a markdown source using the TRAID Design System catalog (5 templates). Agy matches content to template, you confirm, agy produces final branded HTML.
notebook-query
Query the notebook knowledge base (SQLite) built by /agy:notebook — precise, grounded, cited. Ask in natural language ("sum the amounts by category", "which docs mention 'Acme Corp'", "build a project timeline") or pass raw SQL. Read-only. Use this when you need exact aggregates/lookups across a document corpus…
model
Show or set the agy (Antigravity / Gemini) model by writing /.gemini/antigravity-cli/settings.json — the reliable way to switch models (the unreliable --model flag silently falls back to the default). No agy call; takes effect immediately, no plugin reinstall.
record
Record a browser walkthrough of a URL using Antigravity (agy). Generates .webm video, screenshots, and a report. Auto-converts to MP4 if ffmpeg is available.
design-review
Run a UX/visual design audit of a URL using Antigravity (agy). Captures desktop + mobile screenshots, scores 10 dimensions (hierarchy, typography, color, spacing, a11y, etc.), benchmarks against industry. Saves to docs/agy/design-reviews/.