A structured two-tier memory system for AI agents that categorizes learnings into GOOD, BAD, and NEUTRAL entries to ensure a lean and searchable knowledge base.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install minimal-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 minimal-memory using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Minimal Memory Management is a robust framework designed to keep Openclaw Skills running efficiently by organizing agent memory into two distinct tiers. It differentiates between long-term essential learnings stored in MEMORY.md and daily operational logs stored in dated files. By enforcing a strict categorization system, the skill ensures that only high-value insights are retained in the main memory file, preventing information bloat.
This skill is essential for developers using Openclaw Skills who want to maintain a clean, actionable, and semantic search-ready history of their agent's performance. It utilizes a tagging system—[GOOD], [BAD], and [NEUTRAL]—to help agents quickly identify successful patterns, avoid past mistakes, and manage transient context without cluttering the long-term knowledge base.
To integrate this into your environment for Openclaw Skills, use the following bash commands to initialize and manage your memory files:
# Create a daily memory file with the standard template
~/.openclaw/skills/minimal-memory/scripts/daily.sh
# Add a specific learning entry with auto-tagging
~/.openclaw/skills/minimal-memory/scripts/add.sh GOOD "Optimized database query performance"
# Run cleanup to migrate learnings to long-term storage
~/.openclaw/skills/minimal-memory/scripts/cleanup.sh
The skill organizes data into a tiered structure to ensure high-performance retrieval for Openclaw Skills:
| File Type | Purpose | Retention | Max Size |
|---|---|---|---|
MEMORY.md |
Long-term [GOOD]/[BAD] learnings | Permanent | < 150 lines |
memory/YYYY-MM-DD.md |
Daily operation logs with all tags | 30 days | Unlimited |
scripts/ |
Search, add, and cleanup utilities | Permanent | N/A |
All entries must use prefixes like [GOOD], [BAD], or [NEUTRAL] to remain compatible with the search scripts and migration logic.
Loading
A multi-agent workspace awareness and safety system that prevents agent drift by anchoring contexts through environment-based naming.

An automated IT specialist skill for Ubuntu 24.04 designed to monitor system health, optimize performance, and perform safe disk maintenance.

claudemem provides a persistent, local memory layer for AI agents to remember technical decisions, API specifications, and session context across multiple conversations.

AIEOS is a standardization framework that provides a consistent data structure for defining how AI agents speak, react, and remember across different ecosystems.

An AI-driven video production workflow that generates professional motion graphics programmatically using React and Remotion.

A comprehensive development pipeline for designing, testing, and publishing high-performance AI agent skills with built-in best practices.








































