antigravity-helper

antigravity-helper is a skill for Codex from contrapuntal/antigravity-cli-plugin-cc. It costs 70 tokens per session (1,996 once invoked), scanned C, original, Apache-2.0.

A skill for sending code reviews, design challenges, or coding tasks to Antigravity, a separate command-line agent, for another analysis.

In plain words
What is it for?
Reviewing uncommitted changes or branch differences, challenging a proposed design, and delegating coding work to Antigravity.
Why use it?
It gives developers a second opinion or an analysis of a large code context when the primary agent needs another perspective.

Skill for Codex

Written for Codex: runs codex exec. Also seen: reads .claude/ paths; mentions Claude Code; mentions Codex.

Good fit Reviewing uncommitted changes or branch differences, challenging a proposed design, and delegating coding work to Antigravity.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/contrapuntal/antigravity-cli-plugin-cc/antigravity-helper
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 contrapuntal/antigravity-cli-plugin-cc --skill antigravity-helper
Clone the repo
git clone --depth 1 https://github.com/contrapuntal/antigravity-cli-plugin-cc

Made for: 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 antigravity-helper

README.md
[![agentmods](https://agentmods.dev/badge/skills/contrapuntal/antigravity-cli-plugin-cc/antigravity-helper.svg)](https://agentmods.dev/skills/contrapuntal/antigravity-cli-plugin-cc/antigravity-helper)
Your own site
<a href="https://agentmods.dev/skills/contrapuntal/antigravity-cli-plugin-cc/antigravity-helper"><img src="https://agentmods.dev/badge/skills/contrapuntal/antigravity-cli-plugin-cc/antigravity-helper.svg" alt="Measured on agentmods" height="20"></a>
Per session 70 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,996 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 2 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.00070 $0.01996
Opus 5 $0.00035 $0.00998
Sonnet 5 $0.00014 $0.00399
Haiku 4.5 $0.00007 $0.00200

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

Security

Grade C, and why

antigravity-helper scanned grade C with 2 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 8d 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.

Downloads and executes remote codehighSupply chain

curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.

- **`agy` CLI 1.0.7 or later, installed and authenticated.** Install with `curl -fsSL https://antigravity.google/cli/install.sh | bash` or `brew install --cask antigravity-cli` (agy is not distributed via npm). Older agy

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

- **`agy` CLI 1.0.7 or later, installed and authenticated.** Install with `curl -fsSL https://antigravity.google/cli/install.sh | bash` or `brew install --cask antigravity-cli` (agy is not distributed via npm). Older agy
skills/antigravity-helper/SKILL.md · 109 lines

How it starts

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

antigravity-helper

This skill lets any Anthropic-Skill-aware agent (Codex CLI, OpenCode, Pi.dev, plus Claude Code via .claude/skills/) delegate to the Antigravity CLI (agy) for code review and task analysis. It wraps the antigravity-cli-plugin-cc companion script — a stateless Node.js dispatcher that assembles the prompt, writes it to a temp workspace directory, applies read-only or write-capable execution, runs agy in print mode, and extracts the marker-wrapped response so agy's tool-use narration never reaches the user.

If you are running inside Claude Code, prefer the slash-command surface (/ask-antigravity:review, /ask-antigravity:adversarial-review, /ask-antigravity:rescue, /ask-antigravity:setup) provided by the antigravity-cli-plugin-cc plugin. This skill is the portable fallback for agents without that plugin format.

Prerequisites

  • agy CLI 1.0.7 or later, installed and authenticated. Install with curl -fsSL https://antigravity.google/cli/install.sh | bash or brew install --cask antigravity-cli (agy is not distributed via npm). Older agy hangs in headless print mode; the companion refuses to invoke it and asks for an upgrade. Sign in by running agy interactively and completing Google sign-in, or set ANTIGRAVITY_API_KEY in the environment.
  • node 18.18 or later on PATH.
  • ANTIGRAVITY_CLI_PLUGIN_CC_ROOT env var pointing at the absolute path of the cloned antigravity-cli-plugin-cc repository. If that variable is unset, ask the user for the path before running the companion.
  • Workspace trust. If agy has not been interactively trusted in the directory you invoke it from, trust the workspace in agy (it records trustedWorkspaces in its settings.json). Without trust, headless agy may refuse to proceed.

When to invoke this skill

Trigger on requests that match any of:

  • "review my changes / diff / branch with Antigravity"
  • "challenge this design choice / pressure-test this implementation"
  • "ask Antigravity to investigate / analyze / fix X"
  • "give me a second opinion on…" (especially when the question benefits from a large-context single pass)

Read the full file on GitHub · 109 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. 8d ago First seen · 109 lines · 70 tokens per session scan C de7348f5c684

Subscribe to this mod's changes

antigravity-helper is a skill published in the GitHub repository contrapuntal/antigravity-cli-plugin-cc (2 stars, last pushed 5d ago), licensed Apache-2.0. It adds 70 tokens to every session and 1,996 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it C with 2 findings (downloads and executes remote code, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.