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/zippoxer/recall/releasegit clone --depth 1 https://github.com/zippoxer/recallWhat 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.00000 | $0.00654 |
| Opus 5 | $0.00000 | $0.00327 |
| Sonnet 5 | $0.00000 | $0.00131 |
| Haiku 4.5 | $0.00000 | $0.00065 |
Grade C, and why
release scanned grade C with 1 finding 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 3d 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.
Recursive force deletehighDestructive command
rm -rf with a variable or a broad path is one typo away from removing the wrong tree.
rm -rf /tmp/release && mkdir -p /tmp/release What it actually says
Release a new version of recall.
Bump type: $ARGUMENTS (patch if not specified)
Steps
-
Read current version from
Cargo.toml, compute next version based on bump type (patch/minor/major) -
Check
git logsince last tag to summarize changes for the commit message -
Delete any pre-release tags for the new version (e.g., vX.Y.Z-rc1) locally and on remote, if they exist
-
Bump version in
Cargo.toml -
Update flake.lock (if flake.nix exists):
nix flake update -
Commit and tag:
git add -A && git commit -m "vX.Y.Z: <summary of changes>" git tag -a vX.Y.Z -m "vX.Y.Z: <summary of changes>" git push && git push --tags -
Watch GitHub Actions build:
gh run watch -
Download release assets and compute SHA256:
rm -rf /tmp/release && mkdir -p /tmp/release gh release download vX.Y.Z -R zippoxer/recall --pattern "*.tar.gz" -D /tmp/release cd /tmp/release && shasum -a 256 *.tar.gz -
Verify homebrew-tap was updated correctly by CI:
# Fetch the formula and verify hashes match gh api repos/zippoxer/homebrew-tap/contents/Formula/recall.rb --jq '.content' | base64 -dCompare the SHA256 hashes in the formula with the hashes from step 8:
recall-macos-intel.tar.gzhash should matchon_intelblockrecall-macos-arm64.tar.gzhash should matchon_armblockrecall-linux-x86_64.tar.gzhash should matchon_linuxblock
If hashes don't match, fix manually in ~/code/homebrew-tap (clone if not present).
-
Verify Homebrew:
brew update && brew upgrade zippoxer/tap/recall
# Test with tmux
tmux new-session -d -s test -x 120 -y 40
tmux send-keys -t test 'recall test query' Enter
sleep 2 && tmux capture-pane -t test -p
tmux kill-session -t test
- Verify WinGet (automated via GitHub Actions):
- Check for PR at https://github.com/microsoft/winget-pkgs/pulls?q=is:pr+zippoxer.recall
- The
publish-wingetjob automatically submits a PR to winget-pkgs for non-prerelease versions - PRs are typically merged within 24-48 hours by the winget-pkgs maintainers
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.
- 3d ago First seen · 66 lines · 0 tokens per session scan C 79d8055342f2
release is a command published in the GitHub repository zippoxer/recall (197 stars, last pushed 7mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 654 tokens. A static security scan graded it C with 1 finding (recursive force delete). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other commands, from other repositories
claudikins-kernel:ship
Final shipping gate. PR creation, documentation updates, and merge with human approval.
OPSX: Archive
Archive a completed change in the experimental workflow.
release
Command "release" from Besty0728/Unity-Skills, covering release workflow — 候选矩阵 → main/tag → 正式 release, 输入, 阶段 1:只读预检查, 阶段 2:生成并审阅 release note and v{version} — {一句话总结,提炼 2-4 个核心特性}.
updateversion
你是 UnitySkills 项目的版本更新助手。此命令只负责准备一个可发布的版本候选;它不会创建 tag 或 GitHub Release,也不会立即向已安装用户发送更新提醒。.
create-release-note
Generate comprehensive release documentation from recent commits, producing two distinct outputs: a customer-facing release note and a technical engineering note.
release
Prepare a new release for sandvault. This command updates the changelog, bumps the version, and creates a PR.