A token-efficient memory architecture that utilizes indexed progressive disclosure to minimize context rot and maximize agent relevance.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install progressive-memory
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install progressive-memory using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Progressive Memory is a strategic framework designed to combat context rot and token waste in AI agent workflows. By applying the principle of progressive disclosure, this system allows agents to first scan a lightweight index of historical data rather than loading thousands of irrelevant tokens into the prompt context. This approach ensures that the agent's attention budget is preserved for the specific task at hand, making Openclaw Skills significantly more cost-effective and accurate during long-term projects and complex development sessions.
To integrate this memory system into your Openclaw Skills setup, follow these steps:
touch MEMORY.md
mkdir -p memory/
The system utilizes a dual-file hierarchy to organize information efficiently:
| File Type | Purpose | Key Metadata |
|---|---|---|
| MEMORY.md | Long-term rules and architectural decisions | ID, Category, Token Count |
| memory/YYYY-MM-DD.md | Daily session logs and immediate task history | ID, Type Icon, Summary, Tokens |
Each entry follows a strict taxonomy using icons like 🚨 for rules, 🔴 for pitfalls (gotchas), and 🟣 for architectural decisions, allowing Openclaw Skills to scan context at a glance and fetch relevant data blocks.
Loading
A command-line utility that transforms natural language descriptions into complete, syntactically correct Prisma database schemas.

Prisma Gen transforms natural language descriptions into fully formatted, production-ready Prisma database schemas in seconds.

Prefetch Advisor leverages AI to analyze application routing and user flows, recommending specific data and routes to prefetch for instantaneous navigation.

An AI-powered CLI tool that analyzes application routes to suggest and implement intelligent prefetching for instant page transitions.

An AI-driven CLI tool designed to identify and fix performance bottlenecks in SQL and Prisma database queries.

A command-line utility that instantly generates production-ready BullMQ queue configurations and worker code from a simple text description.








































