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.
npx agentmods add commands/betmoar/cc-reload-plugin/snapshotgit clone --depth 1 https://github.com/betmoar/cc-reload-pluginWrote 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.
[](https://agentmods.dev/commands/betmoar/cc-reload-plugin/snapshot)<a href="https://agentmods.dev/commands/betmoar/cc-reload-plugin/snapshot"><img src="https://agentmods.dev/badge/commands/betmoar/cc-reload-plugin/snapshot.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00022 | $0.00552 |
| Opus 5 | $0.00011 | $0.00276 |
| Sonnet 5 | $0.00004 | $0.00110 |
| Haiku 4.5 | $0.00002 | $0.00055 |
Grade A, and why
snapshot 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 4d 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.
What it actually says
Snapshot this session
Write a fresh session digest so the working thread survives a context reset, and arm cc-reload
to rehydrate it automatically on the next /clear or /compact.
User note (optional): $ARGUMENTS
If a cc-repete loop is active (.repete/loop.local.md has active: true), STOP — cc-repete
owns continuity here; tell the user to use /repete-continue instead and do nothing.
Otherwise:
- Create
.reload/if it does not exist, and if.reload/.gitignoreis missing write it with a single line*(so this per-session state is never committed to the user's project). - Check for a concurrent session before overwriting:
bash "${CLAUDE_PLUGIN_ROOT}/scripts/claim-digest.sh" "$CLAUDE_CODE_SESSION_ID"If it prints a warning, relay it verbatim — another session owns the current digest and it has been saved aside. Never skip the write because of this; the incumbent is already preserved. - Write
.reload/session.md(overwrite), tight — under ~30 lines — using the template shape from${CLAUDE_PLUGIN_ROOT}/templates/session.md:- frontmatter:
session_id— run:echo "$CLAUDE_CODE_SESSION_ID"— paste that value; if empty, use an empty string. Do NOT recall it from memory.updated_at(output ofdate -u +%Y-%m-%dT%H:%M:%SZ),intent(one line). - sections: Done this stretch / In flight / Next concrete step / Open questions & risks.
Capture only the live working thread — what you'd need to resume cleanly. Fold in
$ARGUMENTS.
- frontmatter:
- Arm the reload, stamping this session as its owner:
printf '%s' "$CLAUDE_CODE_SESSION_ID" > .reload/pending(if the variable is empty,touch .reload/pendinginstead — an un-owned arm is better than a wrong one). - Tell the user in two lines: digest saved, reload armed — run
/clear(or/compact) and the session rehydrates automatically; or/reloadto pull it back manually.
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.
- 4d ago First seen · 38 lines · 22 tokens per session scan A 09a5e02d4666
snapshot is a command published in the GitHub repository betmoar/cc-reload-plugin (1 stars, last pushed 2d ago), licensed MIT. It adds 22 tokens to every session and 552 once invoked, about $0.0001 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-31.
Other commands, from other repositories
smartcompact
Pin important turns before compacting — pins survive compaction via SessionStart hook reinjection.
cassandra
Show the tool calls Cassandra remembers failing in this project.
init
Install the formatters this repository needs, with every command visible before it runs.
brand-generate
Generate an on-brand document from a saved Brand Profile.
genshijin-compress
Markdown・テキストファイルを原始人形式へ安全圧縮.
save
Save this conversation as a new or existing reusable context.