Memory

Store and organize user-defined memory in a local ~/memory/ directory.

Updated Mar 18, 2026
One-click install
npx skills add https://github.com/okbest2024/openclaw-backup --skill memory-okbest2024
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: Memory
Source: https://github.com/okbest2024/openclaw-backup/tree/main/workspace/skills/memory-1.0.2
Command: npx skills add https://github.com/okbest2024/openclaw-backup --skill memory-okbest2024

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Built-in agent memory is limited and hard to scale for long-term structured data; Memory provides an infinite, organized storage system that runs alongside but does not replace the built-in memory.

Core Features & Use Cases

  • Infinite, categorized storage under ~/memory/ that can store projects, people, decisions, knowledge, collections, and more.
  • Per-category indices (INDEX.md) and a root INDEX.md to keep everything discoverable, with easy resync and expansion as data grows.
  • Optional sync from built-in memory and support for extensions via references, assets, and scripts when needed.

Quick Start

Create your memory workspace at ~/memory/, then set up config.md and INDEX.md and start saving your first item.

Frequently Asked Questions about Memory

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I organize long-term structured data when built-in agent memory is not enough?▼

To organize long-term structured data, you can use a categorized local memory system with a root directory, configuration file, and per-category index files to store unlimited projects, people, and decisions. This runs alongside built-in memory without replacing it.

What's the best way to set up a local knowledge management directory for an AI agent?▼

The best way to set up a local knowledge management directory is to create a ~/memory/ workspace, add a config.md file for settings, and create an INDEX.md at the root level alongside category folders to maintain discoverability.

Can I sync built-in agent memory with a custom structured storage system?▼

Yes, you can sync built-in agent memory with a custom structured storage system. The setup supports optional synchronization from built-in memory into your categorized folders, allowing you to expand and resync data as it grows.

How does indexing work for unlimited categorized memory collections?▼

Indexing for unlimited categorized memory collections works by maintaining a root INDEX.md for global discovery and individual INDEX.md files within each category folder, ensuring all stored knowledge, projects, and people remain easily discoverable.

Do I need any external dependencies to run a persistent memory system for projects and people?▼

No external dependencies are required to run a persistent memory system. You only need a local ~/memory/ directory to hold your configuration, category folders, and index files, with optional references and scripts for extended functionality.

When should I not use a file-based memory system for knowledge management?▼

You should avoid using a file-based memory system for knowledge management if your data requires real-time multi-user concurrent editing or complex relational queries, as this system relies on local markdown files and directory structures for persistence.