/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
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install engram-memory - 安装完成后,直接呼叫该 Skill 的名称或使用
/engram-memory触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2019 次。
如何安装 Engram?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install engram-memory」即可一键安装,无需额外配置。
Engram 是免费的吗?
是的,Engram 完全免费(开源免费),可自由下载、安装和使用。
Engram 支持哪些平台?
Engram 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Engram?
由 Dannydvm(@dannydvm)开发并维护,当前版本 v0.2.0。