notebook-status

notebook-status is a command for Claude Code from MarcosNahuel/antigravity-plugin-cc. It costs 57 tokens per session (476 once invoked), scanned A, original, MIT.

A read-only progress checker for a long document sweep started with /agy:notebook, including sweeps running in the background. It reports completion percentage, document counts, elapsed time, estimated remaining time, and pending documents.

In plain words
What is it for?
Use it to check the status of a folder-wide notebook sweep and identify pending or failed documents before resuming it.
Why use it?
It lets you see whether a large document-analysis job is progressing without starting it again. It also shows when a sweep can be resumed and which failed documents may retry.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

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

Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add MarcosNahuel/antigravity-plugin-cc
Claude Code
/plugin install antigravity

Made for: Claude Code.

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 notebook-status

README.md
[![agentmods](https://agentmods.dev/badge/commands/marcosnahuel/antigravity-plugin-cc/notebook-status.svg)](https://agentmods.dev/commands/marcosnahuel/antigravity-plugin-cc/notebook-status)
Your own site
<a href="https://agentmods.dev/commands/marcosnahuel/antigravity-plugin-cc/notebook-status"><img src="https://agentmods.dev/badge/commands/marcosnahuel/antigravity-plugin-cc/notebook-status.svg" alt="Measured on agentmods" height="20"></a>
Per session 57 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 476 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.1 $0.00057 $0.00476
Opus 5 $0.00028 $0.00238
Sonnet 5 $0.00011 $0.00095
Haiku 4.5 $0.00006 $0.00048

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

Security

Grade A, and why

notebook-status 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 6d 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/notebook-status.md · 39 lines

What it actually says

Report the status of a notebook sweep without re-running it. Useful for a long, --background sweep over a 200-page document set: the job record (<OUTDIR>/.jobs/current.json) tracks per-document progress derived from the manifest + the summary files on disk.

Raw user request: $ARGUMENTS

Phase 0 — Resolve + report (ONE Bash call)

Resolve OUTDIR = docs/agy/notebook/<slug> from the folder argument (same slug() the notebook uses). Then:

python "${CLAUDE_PLUGIN_ROOT:-$PWD}/plugins/antigravity/scripts/notebook_job.py" status "$OUTDIR"

It prints the progress line (NOTEBOOK SWEEP — NN% (done/total …)), elapsed/ETA, the objetivo, and the first pending documents. If it prints NO_JOB, no sweep has been recorded — the user can just run /agy:notebook <folder> | <objetivo> (the sweep is incremental, so it resumes automatically).

Phase 1 — Present

Relay the progress. If documents are pending, tell the user to re-run /agy:notebook <folder> | <objetivo> to resume — cached/done docs are skipped, so only the pending ones are processed. If failed > 0, note those are no_procesado docs (timeout/rate-limit) that will retry on the next run. If COMPLETE, point them to /agy:notebook-query / /agy:notebook-audit.

Notes

  • Read-only; it only reads the manifest + summary files and refreshes the job record's counts.
  • "Background" here is cooperative: the sweep persists state every wave, so it is always safe to interrupt and resume — there is no daemon. ETA is a rough extrapolation from the average per-doc rate.
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. 6d ago First seen · 39 lines · 57 tokens per session scan A d6d0a0c3645f

Subscribe to this mod's changes

notebook-status is a command published in the GitHub repository MarcosNahuel/antigravity-plugin-cc (27 stars, last pushed 21d ago), licensed MIT. It adds 57 tokens to every session and 476 once invoked, about $0.0003 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.