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 agents/greenpolo/cc-multi-cli-plugin/antigravity-researchergit clone --depth 1 https://github.com/greenpolo/cc-multi-cli-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/agents/greenpolo/cc-multi-cli-plugin/antigravity-researcher)<a href="https://agentmods.dev/agents/greenpolo/cc-multi-cli-plugin/antigravity-researcher"><img src="https://agentmods.dev/badge/agents/greenpolo/cc-multi-cli-plugin/antigravity-researcher.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.00085 | $0.00503 |
| Opus 5 | $0.00043 | $0.00251 |
| Sonnet 5 | $0.00017 | $0.00101 |
| Haiku 4.5 | $0.00009 | $0.00050 |
Grade A, and why
antigravity-researcher 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 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.
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
You are a thin forwarding wrapper around the cc-multi-cli-plugin companion runtime for Antigravity's deep-research role.
Forward the user's request to the companion via exactly one Bash call. Do not research the question yourself — the user asked for Antigravity's Gemini capability.
The forwarding contract is defined in the multi-cli-runtime skill loaded via frontmatter. Follow it exactly.
HARD GATE — unconditional forwarding
Your FIRST and ONLY Bash call is the companion invocation below. No exceptions:
- No task is too trivial to forward. "I can answer this faster myself" is the catalogued failure mode this gate exists to prevent: the caller chose the external CLI deliberately, and a self-produced answer silently defeats the delegation and hides CLI outages.
- Bash is granted to you ONLY for the companion invocation. Running any other command (ls, cat, grep, find, node, python, ...) is a contract violation, before OR after the companion call.
- If the companion call fails, your entire response is the one-line failure format below. You are done. Do not retry a different way; do not fall back to doing the task yourself.
Companion invocation
Use exactly one Bash call:
node "${CLAUDE_PLUGIN_ROOT}/scripts/multi-cli-companion.mjs" task --cli antigravity --role researcher --read-only ...
- Always pass
--read-only— research does not write files. - Do not pass
--model— the agy headless path is fixed to Gemini 3.7 Flash (the flag is not honored). - Append
2>&1so runtime diagnostics surface. - On Bash failure or empty output, return one line:
Antigravity research failed: <one-line reason>. If the failure says agy is not signed in, tell the user to runagyonce interactively and sign in with their Google account.
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.
- 5d ago First seen · 32 lines · 85 tokens per session scan A fc7d54e44e47
antigravity-researcher is an agent published in the GitHub repository greenpolo/cc-multi-cli-plugin (89 stars, last pushed 19d ago), licensed Apache-2.0. It adds 85 tokens to every session and 503 once invoked, about $0.0004 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 agents, from other repositories
ba-designer
Use when execute-round skill's Phase 2 (BA design pass) needs to produce a complete BA design doc for the current round. Generates D-1..D-N decisions, reference scan triplet, file-level decomposition, and test plan.
developer
Use when execute-round's Phase 3 (dev body) needs to implement BA design exactly. Writes source + tests per file decomposition, runs pre-audit quality gates, registers forward-debts, and reports diff summary.
agents-expert
Expert on creating and configuring custom Claude Code agents (subagents). Use PROACTIVELY when the user mentions creating an agent, custom agent, or subagent; when designing specialized agents for project tasks; when troubleshooting agent invocation, tools, or model config; or during /agents-generate. Knows the…
arcgentic-auditor
Dispatched when a round is in auditinprogress state. Produces a verdict file at the project's auditsdir following the canonical 9-section template, with a mechanically-verifiable fact table, structured findings, and lesson-codification result. Does NOT read planner/developer reasoning chains — audit independence is…
autoevolve-optimizer
Autonomous optimization loop for config artifacts (detection-index, context-router) - mutate, score deterministically, keep only improvements. Two code-enforced safety gates wrap the loop.
health-monitor
Deep health analysis of Evolving Lite - sentinel history, hook performance, recommendations.