mnemon

Solid

Persistent memory CLI for Hermes Agent. Store facts, recall past knowledge, link related memories, manage lifecycle.

AI & Automation 322 stars 46 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 88/100

Stars 20%
84
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
73
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# mnemon Use `mnemon` when durable memory can materially improve continuity across Hermes sessions. Hooks may inject recalled context before an LLM call, but the agent decides what is worth storing. ## Workflow 1. Recall when prior decisions, preferences, or facts may affect the current task: `mnemon recall "<query>" --limit 10` 2. Remember only stable, reusable knowledge: `mnemon remember "<fact>" --cat <cat> --imp <1-5> --entities "e1,e2" --source agent` 3. Link related memories after reviewing candidates from `remember`: `mnemon link <id> <candidate> --type <causal|semantic> --weight <0-1>` ## Commands ```bash mnemon remember "<fact>" --cat <cat> --imp <1-5> --entities "e1,e2" --source agent mnemon link <id1> <id2> --type <type> --weight <0-1> [--meta '<json>'] mnemon recall "<query>" --limit 10 mnemon search "<query>" --limit 10 mnemon import --dry-run <file> mnemon import <file> mnemon forget <id> mnemon related <id> --edge causal mnemon gc --threshold 0.4 mnemon gc --keep <id> mnemon status mnemon log mnemon store list mnemon store create <name> mnemon store set <name> mnemon store remove <name> ``` ## Guardrails - Do not store secrets, passwords, tokens, private keys, or short-lived operational noise. - Prefer concise insights over transcript dumps. - Categories: `preference` · `decision` · `insight` · `fact` · `context` - Edge types: `temporal` · `semantic` · `causal` · `entity` - Max 8,000 chars per insight.

Details

Author
mnemon-dev
Repository
mnemon-dev/mnemon
Created
3 months ago
Last Updated
today
Language
Go
License
Apache-2.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

add-mnemon

Add persistent graph-based memory via mnemon. Agents recall past context before responding and remember insights after each turn.

29,591 Updated today
nanocoai
AI & Automation Listed

memory-routing

Use whenever the user says 'remember this', 'save to memory', 'запомни', 'в память', 'сохрани', 'в мнемо', solved a bug worth remembering, made a non-obvious decision, or learned a gotcha. Routes each item to Obsidian + optional claude-mem + memory/ + CLAUDE.md with graceful degradation if a backend is unavailable.

5 Updated 5 days ago
jojoprison
AI & Automation Listed

mnemos-setup

Setup mnemos persistent memory with mnemo-server. Triggers: "set up mnemos", "install mnemo plugin", "configure memory plugin", "configure openclaw memory", "configure opencode memory", "configure claude code memory".

3 Updated today
unvulcanised-watercress762
AI & Automation Listed

agent-memory

Use this skill when the user asks to save, remember, recall, or organize memories. Triggers on: 'remember this', 'save this', 'note this', 'what did we discuss about...', 'check your notes', 'clean up memories'. Also use proactively when discovering valuable findings worth preserving.

335 Updated today
aiskillstore
AI & Automation Solid

add-mnemon

Add persistent graph-based memory to NanoClaw agents using mnemon. Agents recall context before responding and remember insights after. Each group gets isolated memory with optional global shared store.

322 Updated today
mnemon-dev