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/sarutobisasuke8/agentops-template/session-loggit clone --depth 1 https://github.com/SarutobiSasuke8/agentops-templateWrote 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/sarutobisasuke8/agentops-template/session-log)<a href="https://agentmods.dev/commands/sarutobisasuke8/agentops-template/session-log"><img src="https://agentmods.dev/badge/commands/sarutobisasuke8/agentops-template/session-log.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.00007 | $0.00144 |
| Opus 5 | $0.00003 | $0.00072 |
| Sonnet 5 | $0.00001 | $0.00029 |
| Haiku 4.5 | $0.00001 | $0.00014 |
Grade A, and why
session-log 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 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.
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
Read docs/SESSION_LOGGING.md and Templates/SESSION_LOG_TEMPLATE.md.
Create a session log entry for this session in Session Logs/ using the template format and today's date in the filename (e.g. YYYY-MM-DD-session-log-brief-title.md).
If a log for today already exists, append a new dated section to it instead of creating a duplicate file.
Include:
- What was built or changed
- Key decisions made and why
- What was deferred or left unresolved
- The next meaningful action
Then update Session Logs/_Session Logs Index.md with a one-line entry pointing to the new log.
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 · 18 lines · 7 tokens per session scan A b7e24af89a1a
session-log is a command published in the GitHub repository SarutobiSasuke8/agentops-template (9 stars, last pushed 14d ago), licensed MIT. It adds 7 tokens to every session and 144 once invoked, about $0.0000 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
profile
View or change your OwnYourCode profile settings.
goham
End-to-end workflow for working on tasks from a connected Hamster brief. All tasks from the brief are worked on in a single branch, with one PR created at the end.
gh-status
Quick overview of current GitHub workflow state.
refine
Refine vague legal queries into structured prompts through Socratic dialogue, with workflow recommendations and multi-lingual terminology guidance.
code-review
Review code quality applying DRY, SOLID, naming, and formatting standards.
smart-spawn
There is no automation verb and no smart-spawn subcommand in v3 — no single command replicates "analyze workload, then auto-spawn agents." The closest live building blocks are hooks route (route a task to the agent learned patterns favor) and hooks build-agents (generate agent configs from pretrain data), combined…