/install engram-memory
Engram — Agent Memory
Local semantic memory with biological decay, typed memories, and relationship graphs. No API keys. No cloud.
Boot Sequence
engram search "\x3Ccurrent task or context>" --limit 10
Always recall before working. Accessed memories get salience-boosted.
Storing
engram add "Client uses React with TypeScript" --type fact --tags react,client
engram add "We decided to pause ads" --type decision --tags ads
echo "Raw conversation text" | engram ingest
Types: fact, decision, preference, event, relationship
Searching
engram search "what tech stack"
engram search "pricing decisions" --type decision
engram search "client status" --agent client-agent
Relationships
engram relate \x3Csrc> \x3Ctgt> --type supports
engram auto-relate \x3Cid>
engram relations \x3Cid>
Types: related_to, supports, contradicts, caused_by, supersedes, part_of, references
Key Concepts
- Decay: Unused memories lose salience daily. Recalled ones get boosted.
- Types: Filter by fact, decision, preference, event, relationship.
- Scoping: global, agent, private, shared.
- Dedup: >92% similarity auto-merges.
Quick Reference
engram stats
engram recall --limit 10
engram export > backup.json
engram import backup.json
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install engram-memory - After installation, invoke the skill by name or use
/engram-memory - Provide required inputs per the skill's parameter spec and get structured output
What is Engram?
Persistent semantic memory for AI agents — local, fast, free. Use when agent needs to recall past decisions, store new facts/preferences, search conversation history, or maintain context across sessions. It is an AI Agent Skill for Claude Code / OpenClaw, with 2019 downloads so far.
How do I install Engram?
Run "/install engram-memory" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Engram free?
Yes, Engram is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Engram support?
Engram is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Engram?
It is built and maintained by Dannydvm (@dannydvm); the current version is v0.2.0.