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/amitnextech/trailmem/tm-savegit clone --depth 1 https://github.com/amitnexTech/trailmemWhat 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.00013 | $0.00368 |
| Opus 5 | $0.00006 | $0.00184 |
| Sonnet 5 | $0.00003 | $0.00074 |
| Haiku 4.5 | $0.00001 | $0.00037 |
Grade A, and why
tm-save 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 2d 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
Capture the durable memory from THIS session into trailmem now, while the full conversation is still in context. A host end-of-session hook cannot do this — it runs after you are gone and never sees the conversation — so this is the reliable capture point.
Do the following:
-
Review the conversation and identify what is worth persisting across sessions:
- decisions — a rule, tool choice, structure, or enforced behavior we settled on
- lesson — a bug, mistake, or non-obvious thing learned (include the why)
- task — concrete follow-up work that is still open
- constraint / user_preference — a durable rule or personal preference Skip ephemeral chatter, things already stored, and anything derivable from code or git history.
-
For each item, call
trailmem_storewith:contentin English (this is a hard rule even if we spoke another language),- the correct
event_typefrom the list above, - a link to a related existing memory (
link_to+edge_type) so it is not an orphan — query first if unsure what to link to.
-
Respect dedup: if
trailmem_storereports a near-duplicate, update the existing memory withtrailmem_editinstead of forcing a second copy. -
If nothing this session is genuinely worth persisting, say so plainly ("nothing durable to save this session") — do NOT invent filler memories.
After saving, give a one-line summary of what you stored (ids + titles) so the user can confirm before exiting.
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.
- 2d ago First seen · 34 lines · 13 tokens per session scan A 91adbc975943
tm-save is a command published in the GitHub repository amitnexTech/trailmem (1 stars, last pushed 1mo ago), licensed MIT. It adds 13 tokens to every session and 368 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
rp-build-cli
Build with rp-cli context builder → chat → implement.
rp-investigate-cli
Deep codebase investigation and architecture research with rp-cli commands.
rp-oracle-export-cli
Export context for oracle consultation using rp-cli.
rp-reminder-cli
Continue your current workflow using rp-cli instead of built-in alternatives.
wiki-ingest
Ingest a source document into the LLM Wiki.
README
This folder gathers the project's 9 slash commands in a single place. Each command file specifies its traversal pattern (which Layer × Cycle cells it passes through, and in which cycle-stage flow) plus the Human Reviewer Gate. The nature of each role and the Layer × Cycle matrix have their SoT in…