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.
git clone --depth 1 https://github.com/bakabaka91/claude-batonWrote 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/bakabaka91/claude-baton/memo-eod)<a href="https://agentmods.dev/commands/bakabaka91/claude-baton/memo-eod"><img src="https://agentmods.dev/badge/commands/bakabaka91/claude-baton/memo-eod.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.1 | $0.00000 | $0.00437 |
| Opus 5 | $0.00000 | $0.00218 |
| Sonnet 5 | $0.00000 | $0.00087 |
| Haiku 4.5 | $0.00000 | $0.00044 |
Grade A, and why
memo-eod 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.
What it actually says
End-of-day summary combining git activity with stored checkpoints.
Important: Run all git commands exactly as written below — do NOT add -C flags or path arguments. The working directory is already the project root.
Steps
-
Detect the project from the current working directory.
-
Collect git activity for today by running (replace YYYY-MM-DD with today's actual date as a literal string — do NOT use $() command substitution):
git log --since="YYYY-MM-DD 00:00:00" --until="YYYY-MM-DD 23:59:59" --format="%h|||%s|||%ai|||%an" --all- Parse and group commits by conventional commit prefix (feat/fix/chore/refactor/test/docs).
-
Review changed files:
git diff --name-only HEAD~10 HEAD
-
Call the
daily_summaryMCP tool (defaults to today). This internally gathers checkpoints and sends them to Sonnet for synthesis, then stores the result. -
Merge git activity from step 2 with the daily_summary output.
-
Display formatted summary:
## 📊 EOD Summary — [Project Name] — [DATE]
### 🏗️ What Was Built / Shipped
[Commits grouped by area + what_was_built from daily_summary]
### 🧭 Decisions Made
[From daily_summary + checkpoint decisions]
### 🚧 Blockers and Failures
[From daily_summary blockers -- or "✅ None"]
### 🔮 Open Questions / Tomorrow
[next_steps from daily_summary]
### 📈 Git Stats
- 📝 Commits today: [count]
- 📁 Files changed: [count]
- 🏷️ Feature areas: [list of commit prefixes]
### 💰 Baton Usage
- LLM calls today: [usage.llm_calls_today from daily_summary response] ([N] auto-checkpoints + 1 EOD)
- Database: [usage.db_size from daily_summary response]
- Confirm: "✅ EOD saved for [Project Name] — [DATE]. [N] commits today."
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.
- 5d ago First seen · 49 lines · 0 tokens per session scan A 7193165da7e8
memo-eod is a command published in the GitHub repository bakabaka91/claude-baton (25 stars, last pushed 5mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 437 tokens. 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-09-01.
Other commands, from other repositories
report-issue
Open a atomic GitHub issue via gh. Bug report or feature request — auto-detect from user's description.
afd
Do feature - works in both Drive and Fleet modes (shortcut for feature-do).
ab
Show Kanban board or list view (shortcut for board).
next
Suggest the most likely next workflow action based on current context.
afe
Evaluate feature - code review or comparison (shortcut for feature-eval).
archive-tasks.en
Archive completed tasks into a date-organized workspace directory.