ask
One-shot prompt to Antigravity (agy) — quick question, returns response verbatim. No file persistence to docs/.
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.
> /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.
/recordContext preview
What this command does when you run it.
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.
description: 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. argument-hint: "<url> [steps in natural language]" context: fork allowed-tools: Bash, Write
Route this to the `antigravity:agy-rescue` subagent in MODE: record.
Raw user request: $ARGUMENTS
1. **Parse the URL**: the first whitespace-separated token of `$ARGUMENTS` that starts with `http://` or `https://` IS the URL. If the user wrote it without a scheme, prepend `https://`. If no URL is found, ask once: "What URL should I record?".
2. **Steps**: everything else in `$ARGUMENTS` (whatever is not the URL) is the natural-language steps. If empty, use the default exploratory walkthrough (see template below).
3. **Slug**: build from the URL's host + first path segment (e.g. `https://erp.traidagency.com/login` → `erp-traidagency-com-login`). Lowercase, non-alphanumeric → `-`, collapse repeats, trim to 60 chars.
4. **Date**: today in `YYYY-MM-DD` (local time).
5. **Paths** (all relative to current working directory):
6. **Pre-flight**: with ONE `Bash` call:
mkdir -p docs/agy/recordings
7. **Hand off to subagent**: pass this header block followed by the URL and steps:
MODE: record URL: <url> CWD: <absolute path to current working directory> OUTPUT_DIR: docs/agy/recordings REPORT_FILE: docs/agy/recordings/<date>-<slug>.md VIDEO_FILE: docs/agy/recordings/<date>-<slug>.webm STEPS: <natural-language steps, or "DEFAULT_WALKTHROUGH" if empty>
If the user did not provide steps, instruct agy to:
1. Navigate to the URL and wait for DOM ready. 2. Take an initial screenshot. 3. Scroll slowly to the bottom of the page in 3-4 steps. 4. Scroll back to the top. 5. Identify the most prominent visible CTA (button/link), click it. Do NOT type credentials or fill forms. 6. Take a final screenshot. 7. Stop.
1. Saved video path(s) (.webm always, .mp4 if conversion succeeded). 2. Saved report path. 3. First ~30 lines of the report. 4. If ffmpeg is missing: hint to install (`winget install Gyan.FFmpeg` on Windows, `brew install ffmpeg` on macOS, `apt install ffmpeg` on Linux).
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…