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.
npx agentmods add commands/marcosnahuel/antigravity-plugin-cc/askgit clone --depth 1 https://github.com/MarcosNahuel/antigravity-plugin-ccWrote 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/marcosnahuel/antigravity-plugin-cc/ask)<a href="https://agentmods.dev/commands/marcosnahuel/antigravity-plugin-cc/ask"><img src="https://agentmods.dev/badge/commands/marcosnahuel/antigravity-plugin-cc/ask.svg" alt="Measured on agentmods" 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 | $0.00025 | $0.00344 |
| Opus 5 | $0.00013 | $0.00172 |
| Sonnet 5 | $0.00005 | $0.00069 |
| Haiku 4.5 | $0.00003 | $0.00034 |
Grade A, and why
ask 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.
What it actually says
Route this to the antigravity:agy-rescue subagent in MODE: ask.
Raw user request: $ARGUMENTS
Routing rules:
- If the request contains
--background, invoke the subagent withrun_in_background: true. Strip the flag from the forwarded prompt. - Otherwise run the subagent in the foreground.
- What remains after stripping
--backgroundIS the prompt. Trim whitespace.
Pass this header block to the subagent followed by the prompt:
MODE: ask
INTENSITY:
MODEL:
RESUME: false
WRITE_FILE:
USER_TEXT:
<cleaned prompt>
Operating rules:
- The subagent wraps the prompt with a
write_fileinstruction (bug #76 workaround — see https://github.com/google-antigravity/antigravity-cli/issues/76). Agy writes the answer to a temp file, the subagent reads it back, returns the content verbatim. - Present the response as-is. No commentary, no paraphrase.
- If the user did not supply a prompt, ask once: "What do you want to ask Antigravity?"
- If agy reports it is missing or unauthenticated, tell the user to run
/agy:setup. - For multi-step or long-running work, suggest
/agy:rescueinstead (carries the same write-to-file workaround but with a longer timeout and the option to resume conversations).
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.
- 4d ago First seen · 38 lines · 25 tokens per session scan A 2038d0834abc
ask is a command published in the GitHub repository MarcosNahuel/antigravity-plugin-cc (26 stars, last pushed 19d ago), licensed MIT. It adds 25 tokens to every session and 344 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-30.
Other commands, from other repositories
gemini-swarm
Swarm a task across parallel Gemini (agy) sessions with automatic decomposition and model routing.
gemini-imagegen
Generate or edit an image via a Gemini (agy) session — Gemini's generateimage tool does what Claude cannot.
agy-debug
Send an error/stack trace plus the relevant file(s) to Antigravity (agy) for root-cause analysis.
agy-review
Send the current change set to Antigravity (agy) for a senior-reviewer code review.
agy-panel
Ask Antigravity (agy) the same question across several distinct models and compare their answers side by side.
agy
Consult Google's Antigravity CLI (agy) and relay its answer.