Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Provides a structured AI agent memory system separating episodic, semantic, and procedural memories to preserve knowledge and processes over time.
Provides a structured AI agent memory system separating episodic, semantic, and procedural memories to preserve knowledge and processes over time.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
Type: Practice / Framework Dependencies: None (markdown only)
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.
# 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/
Read README.md to understand the system Add memory loading to your wake routine (AGENTS.md) Use templates when logging events, creating procedures, tracking feedback
FilePurposeREADME.mdFull documentationtemplates/ARCHITECTURE.mdMemory system overview (copy to memory/)templates/feedback.mdSuccess/failure tracking templatetemplates/procedure-template.mdHow-to document templatetemplates/daily-template.mdDaily log templatetemplates/compaction-survival.mdNEW: Pre-compaction flush guidetemplates/context-snapshot-template.mdNEW: Quick context save templatehelpers/check-compaction.shNEW: Token limit checker
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
Always capture the HOW, not just the WHAT. Future-you needs the steps.
Agent frameworks, memory systems, reasoning layers, and model-native orchestration.
Largest current source with strong distribution and engagement signals.