Agent Memory Kit
/install agent-memory-kit
Agent Memory Kit
Type: Practice / Framework Dependencies: None (markdown only)
Description
A structured memory system for AI agents. Prevents the "forgot how to do things" problem by separating memory into episodic (what happened), semantic (what I know), and procedural (how to do things) layers.
Installation
# Create memory folder structure
mkdir -p memory/procedures
# Copy templates
cp templates/ARCHITECTURE.md memory/
cp templates/feedback.md memory/
cp templates/procedure-template.md memory/procedures/
Usage
- Read
README.mdto understand the system - Add memory loading to your wake routine (AGENTS.md)
- Use templates when logging events, creating procedures, tracking feedback
Files
| File | Purpose |
|---|---|
README.md |
Full documentation |
templates/ARCHITECTURE.md |
Memory system overview (copy to memory/) |
templates/feedback.md |
Success/failure tracking template |
templates/procedure-template.md |
How-to document template |
templates/daily-template.md |
Daily log template |
templates/compaction-survival.md |
NEW: Pre-compaction flush guide |
templates/context-snapshot-template.md |
NEW: Quick context save template |
helpers/check-compaction.sh |
NEW: Token limit checker |
Key Concepts
- Episodic memory: Daily logs of WHAT happened
- Semantic memory: Curated knowledge (MEMORY.md)
- Procedural memory: HOW to do things
- Feedback loops: Learn from success/failure
The Rule
Always capture the HOW, not just the WHAT. Future-you needs the steps.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install agent-memory-kit - 安装完成后,直接呼叫该 Skill 的名称或使用
/agent-memory-kit触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Agent Memory Kit 是什么?
Provides a structured AI agent memory system separating episodic, semantic, and procedural memories to preserve knowledge and processes over time. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1848 次。
如何安装 Agent Memory Kit?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install agent-memory-kit」即可一键安装,无需额外配置。
Agent Memory Kit 是免费的吗?
是的,Agent Memory Kit 完全免费(开源免费),可自由下载、安装和使用。
Agent Memory Kit 支持哪些平台?
Agent Memory Kit 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Agent Memory Kit?
由 ryancampbell(@ryancampbell)开发并维护,当前版本 v2.1.0。