ask
One-shot prompt to Antigravity (agy) — quick question, returns response verbatim. No file persistence to docs/.
Check whether the Antigravity CLI (agy) is installed, on PATH, and responding to a ping
> /plugin marketplace add MarcosNahuel/antigravity-plugin-cc > /plugin install antigravity@marcosnahuel-antigravity
How it fires
How this command gets triggered: by you, by Claude, or both.
/setupContext preview
What this command does when you run it.
Check whether the Antigravity CLI (agy) is installed, on PATH, and responding to a ping
description: Check whether the Antigravity CLI (agy) is installed, on PATH, and responding to a ping argument-hint: "" allowed-tools: Bash
First report the whole agent stack — what's installed, what's missing, how to fix each — so the user knows which `/agy:*` capabilities are ready:
python "${CLAUDE_PLUGIN_ROOT:-$PWD/plugins/antigravity}/scripts/stack_check.py"It checks: **agy CLI** (required), **PyMuPDF/fitz** (required for `/agy:notebook` PDFs), **sqlite-vec** (optional — `/agy:notebook --semantic`), **ffmpeg** (optional — long media for `/agy:transcribe`), and **graphify** (optional — `/agy:graph`). Present the table and the fix line for anything missing. Prints `STACK n/5 present`.
Route this to the `antigravity:agy-rescue` subagent in MODE: setup.
Pass this header block to the subagent:
MODE: setup INTENSITY: MODEL: RESUME: false WRITE_FILE: USER_TEXT:
The subagent will:
1. Resolve the `agy` binary (PATH, then `AGY_BIN`, then per-OS fallback paths). 2. Try `agy changelog` to read the current version. 3. Run a 30s ping: a minimal `--print` call expecting "pong" back. 4. Report binary path, version, and ping status.
Output rules:
After install, restart the shell so the binary lands on PATH.
1. **Tool-call loop** (most common in v0.1.1+): the model entered an agentic loop and consumed the timeout before flushing. Re-run with a higher `--print-timeout` or a stricter "do not use tools" prompt. 2. **OAuth missing**: verify with `ls ~/.gemini/antigravity-cli/installation_id`. If absent or empty, run `agy` once interactively in a regular terminal to complete the Google OAuth login.
A local NotebookLM, multi-agent deep research, and 21 more commands — for Claude Code, powered by Google Antigravity (agy / Gemini 3.x), the official CLI that replaces the now-deprecated gemini-cli.
Repo: MarcosNahuel/antigravity-plugin-cc
One-shot prompt to Antigravity (agy) — quick question, returns response verbatim. No file persistence to docs/.
Deep, multi-source, fact-checked web research with agy — reach for it when a decision or design depends on getting it right and a single-shot answer is not…
Run a UX/visual design audit of a URL using Antigravity (agy). Captures desktop + mobile screenshots, scores 10 dimensions (hierarchy, typography, color,…
Convert a PDF, docx, image, or other document to clean Markdown using Antigravity (agy) multimodal Gemini. Saves to docs/agy/converted/.
Build a knowledge GRAPH of a folder (code + docs) with Graphify — tree-sitter ASTs + NetworkX + Leiden communities + an interactive graph.html. The code graph…
Ask a question about an AUDIO, VIDEO or IMAGE file (or a YouTube/remote URL) with Antigravity (agy / Gemini 3.x multimodal). Beyond transcription — "what…