Agent Memory Kit 2.1.0
/install agent-memory-kit-2-1-0
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.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install agent-memory-kit-2-1-0 - After installation, invoke the skill by name or use
/agent-memory-kit-2-1-0 - Provide required inputs per the skill's parameter spec and get structured output
What is Agent Memory Kit 2.1.0?
Structured episodic/semantic/procedural memory framework for agents. It is an AI Agent Skill for Claude Code / OpenClaw, with 221 downloads so far.
How do I install Agent Memory Kit 2.1.0?
Run "/install agent-memory-kit-2-1-0" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Agent Memory Kit 2.1.0 free?
Yes, Agent Memory Kit 2.1.0 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Agent Memory Kit 2.1.0 support?
Agent Memory Kit 2.1.0 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Agent Memory Kit 2.1.0?
It is built and maintained by DurtyDhiana (@durtydhiana); the current version is v1.0.0.