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/onourimpram/mneme/migrategit clone --depth 1 https://github.com/OnourImpram/mnemeWhat 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.00286 |
| Opus 5 | $0.00000 | $0.00143 |
| Sonnet 5 | $0.00000 | $0.00057 |
| Haiku 4.5 | $0.00000 | $0.00029 |
Grade A, and why
migrate 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
/mneme:migrate
Import existing memory data from another memory plugin into the vault.
Usage
/mneme:migrate from=claude-mem [path=<custom path>]
What it does
Invokes mneme migrate-from-<source> under the hood. The migration:
- Reads the source memory store at the default or supplied path.
- Maps each record into a markdown document with frontmatter that matches the vault contract.
- Writes the converted documents under
vault/migrated/<source>/. - Rebuilds the FTS5 index incrementally so the imported documents are searchable immediately.
- Reports per-record success and any skipped or malformed entries.
The original source store is not modified. If the migration is interrupted, re-running is safe: existing destination files are detected by content hash and not overwritten.
Supported sources at v1.0
claude-mem(SQLite observation database).
Future sources (mem0, supermemory, episodic-memory, letta,
zep) ship in v1.1 and later.
Verification
After migration, run /mneme:search <known fact> to confirm the
imported records are indexed. Or use the standalone CLI:
mneme doctor --vault <your-vault>
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 · 42 lines · 0 tokens per session scan A 3bf79406e972
migrate is a command published in the GitHub repository OnourImpram/mneme (2 stars, last pushed 4d ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 286 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-08-31.
Other commands, from other repositories
tokenless-stats
Show Tokenless compression statistics.
arrecall
AgentRecall on-demand recall — surface past fixes, decisions, and patterns mid-session without leaving your flow.
evolve-lite-subscribe
Add a shared guidelines repo (read-scope subscription or write-scope publish target) to the unified repos list.
image-node-intake
Parse a visual brief into the Image Node Factory intake JSON.
video-research
Build the research dossier (facts, derived design, reference images) for a URL or theme via the framework research module.
execute
Execute an implementation plan.