Agent Memory Kit

# Agent Memory Kit

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "Agent Memory Kit" with this command: npx skills add ryancampbell/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

  1. Read README.md to understand the system
  2. Add memory loading to your wake routine (AGENTS.md)
  3. Use templates when logging events, creating procedures, tracking feedback

Files

FilePurpose
README.mdFull documentation
templates/ARCHITECTURE.mdMemory system overview (copy to memory/)
templates/feedback.mdSuccess/failure tracking template
templates/procedure-template.mdHow-to document template
templates/daily-template.mdDaily log template
templates/compaction-survival.mdNEW: Pre-compaction flush guide
templates/context-snapshot-template.mdNEW: Quick context save template
helpers/check-compaction.shNEW: 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.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Research

Autoresearch Skill Optimizer

Auto-improve any OpenClaw skill using Karpathy's autoresearch loop. Runs skill repeatedly against test inputs, scores against a yes/no checklist, makes one t...

Registry SourceRecently Updated
Research

biostartechnologylinkedin

Write high-performing, persuasive, and authentic LinkedIn posts across any professional niche. Uses research-backed hooks, proven post structures, and Linked...

Registry SourceRecently Updated
Research

Ai Intelligent Knowledge Qa

知识问答,FAQ + 智能检索 + AI 问答。

Registry SourceRecently Updated
Research

Perfect Storm Options

Autonomous but risk-bounded options trading agent spec for the "Perfect Storm" strategy (paper trading only). Use when configuring, operating, or evaluating...

Registry SourceRecently Updated
2320Profile unavailable