progressive-memory

Installation
SKILL.md

Progressive Memory Skill

A meta-skill that formalizes the "Progressive Memory" pattern for AI agents.

The Problem: MEMORY.md grows indefinitely, consuming context tokens and confusing the agent with too much detail. The Solution: Keep MEMORY.md as a lightweight Index, and offload heavy details (logs, lists, configs) to memory/topic.md. The Agent only reads the sub-file when the Index points to it being relevant.

Tools

memorize

Save content to a sub-file and automatically index it in MEMORY.md.

node skills/progressive-memory/index.js memorize "Visual Identity" "White hair, red eyes..."
  • Creates/Updates memory/visual_identity.md.
  • Adds - **Visual Identity**: See memory/visual_identity.md to MEMORY.md.
Installs
1
Repository
openclaw/skills
GitHub Stars
4.5K
First Seen
Feb 7, 2026
progressive-memory — openclaw/skills