record

record is a command for coding agents from MarcosNahuel/antigravity-plugin-cc. It costs 38 tokens per session (1,073 once invoked), scanned A, original, MIT.

A browser walkthrough recorder that opens a URL, follows given steps, and saves a video, screenshots, and a written report.

In plain words
What is it for?
Use it to document login flows, test journeys, bug reproductions, or other website walkthroughs for review and reference.
Why use it?
It removes the need to capture a website demonstration manually or collect its evidence separately. It can also create an MP4 copy when ffmpeg is available.

Command

Part of the antigravity plugin — 2 skills, 22 commands, 1 agent shipped together

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.

agentmods
npx agentmods add commands/marcosnahuel/antigravity-plugin-cc/record
Clone the repo
git clone --depth 1 https://github.com/MarcosNahuel/antigravity-plugin-cc

Or install antigravity, the plugin that ships this one along with the rest of its 2 skills, 22 commands, 1 agent.

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 record

README.md
[![agentmods](https://agentmods.dev/badge/commands/marcosnahuel/antigravity-plugin-cc/record.svg)](https://agentmods.dev/commands/marcosnahuel/antigravity-plugin-cc/record)
Your own site
<a href="https://agentmods.dev/commands/marcosnahuel/antigravity-plugin-cc/record"><img src="https://agentmods.dev/badge/commands/marcosnahuel/antigravity-plugin-cc/record.svg" alt="Measured on agentmods" height="20"></a>
Per session 38 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,073 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00038 $0.01073
Opus 5 $0.00019 $0.00536
Sonnet 5 $0.00008 $0.00215
Haiku 4.5 $0.00004 $0.00107

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

Security

Grade A, and why

record 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.

plugins/antigravity/commands/record.md · 77 lines

How it starts

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

Route this to the antigravity:agy-rescue subagent in MODE: record.

Raw user request: $ARGUMENTS

Routing rules

  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/loginerp-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):

    • OUTPUT_DIR = docs/agy/recordings/
    • REPORT_FILE = docs/agy/recordings/<date>-<slug>.md
    • VIDEO_FILE = docs/agy/recordings/<date>-<slug>.webm
    • MP4_FILE = docs/agy/recordings/<date>-<slug>.mp4 (only if ffmpeg available)
  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>
    

Default walkthrough (when no steps given)

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.

Read the full file on GitHub · 77 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. 5d ago First seen · 77 lines · 38 tokens per session scan A f0a9e7294e57

Subscribe to this mod's changes

record is a command published in the GitHub repository MarcosNahuel/antigravity-plugin-cc (26 stars, last pushed 19d ago), licensed MIT. It adds 38 tokens to every session and 1,073 once invoked, about $0.0002 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.