Skip to content
Worix
BrowsePublish
Log inSign Up

Memory Manager

Long-term memory management system for OpenClaw agents. Automatically archives conversations, organizes memories, and provides semantic search capabilities.

74 downloads
Free
Reviewed

Memory Manager

A robust long-term memory management system for OpenClaw agents that automatically archives conversations and enables intelligent memory retrieval.

Features

  • šŸ“ Automatic Conversation Logging: Saves dialogues to daily memory files
  • šŸ” Semantic Search: Retrieve relevant memories using natural language queries
  • šŸ“… Time-based Organization: Memories organized by date (YYYY-MM-DD.md)
  • šŸ—‚ļø Long-term Storage: Curated memories in MEMORY.md
  • šŸ”— Integration Ready: Works with existing agent workflows

Installation

clawhub install memory-manager

Usage

Automatic Mode

The skill automatically saves conversations during agent operation.

Manual Memory Search

from memory_manager import MemoryManager

mm = MemoryManager()
results = mm.search_memory("project discussions about KPI")

Daily Log Structure

memory/
ā”œā”€ā”€ 2026-03-07.md
ā”œā”€ā”€ 2026-03-06.md
└── ...

Configuration

SettingDefaultDescription
memory_dir./memory/Daily memory files location
memory_file./MEMORY.mdLong-term memory file
auto_savetrueAuto-save conversations

Requirements

  • Python 3.8+
  • OpenClaw workspace structure

License

MIT License - Contribute back to the community!

Download

ZIP package — ready to use

Skill Info

Creator
xiucheng
Downloads
74
Published
Mar 15, 2026
Updated
Mar 16, 2026