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.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install engram-memory或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install engram-memory⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/engram-memory/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: engram description: "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." metadata: openclaw: emoji: "🧠" requires: bins: ["engram"] install: - id: node kind: node package: engram-memory bins: ["engram"] label: "Install Engram (npm)" ---
Local semantic memory with biological decay, typed memories, and relationship graphs. No API keys. No cloud.
engram search "<current task or context>" --limit 10
Always recall before working. Accessed memories get salience-boosted.
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
engram search "what tech stack"
engram search "pricing decisions" --type decision
engram search "client status" --agent client-agent
engram relate <src> <tgt> --type supports
engram auto-relate <id>
engram relations <id>
Types: related_to, supports, contradicts, caused_by, supersedes, part_of, references
engram stats
engram recall --limit 10
engram export > backup.json
engram import backup.json安装 Engram 后,可以对 AI 说这些话来触发它
Help me get started with Engram
Explains what Engram does, walks through the setup, and runs a quick demo based on your current project
Use Engram to persistent semantic memory for AI agents — local, fast, free
Invokes Engram with the right parameters and returns the result directly in the conversation
What can I do with Engram in my documents & notes workflow?
Lists the top use cases for Engram, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/engram-memory/ 目录(个人级,所有项目可用),或 .claude/skills/engram-memory/(项目级)。重启 AI 客户端后,用 /engram-memory 主动调用,或让 AI 根据上下文自动发现并使用。
Engram 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
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.
Engram 属于「Documents & Notes」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my documents & notes tasks using Engram
Identifies repetitive steps in your workflow and sets up Engram to handle them automatically