memory-setup

Configure persistent memory with MEMORY.md and memorySearch for Moltbot/Clawdbot.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/cgk-platform/cgk --skill memory-setup-cgk-platform
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: memory-setup
Source: https://github.com/cgk-platform/cgk/tree/main/openclaw-skills/memory-setup
Command: npx skills add https://github.com/cgk-platform/cgk --skill memory-setup-cgk-platform

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Transforms transient bot memory into persistent memory for Moltbot/Clawdbot, improving context retention and continuity across sessions.

Core Features & Use Cases

  • Persistent memory config: Enable long-term memory indexing and structured memory layout (MEMORY.md, memory/ subfolders).
  • Daily logs & memory organization: Create daily logs, project memories, and preferences to guide responses.
  • Context recall & learning: Recall past decisions, preferences, and project histories to maintain continuity across interactions.

Quick Start

To enable persistent memory for Moltbot/Clawdbot, configure memorySearch in your workspace and initialize MEMORY.md as the long-term memory repository.

Frequently Asked Questions about memory-setup

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

FAQPage Schema
How do I enable persistent memory for a bot to maintain context across sessions?

Persistent memory is enabled by configuring memorySearch in your workspace and initializing a root MEMORY.md file to serve as the long-term memory repository for maintaining context across sessions.

What is the correct memory layout for storing daily logs and project context?

A structured memory layout requires a root MEMORY.md file paired with organized memory/ subfolders to store daily logs, project memories, and preferences for reliable context recall.

Can I use memorySearch to recall past decisions and preferences in ongoing conversations?

Yes, memorySearch enables context recall by indexing past decisions, project histories, and stored preferences to maintain continuity and guide bot responses across ongoing interactions.

Does persistent memory setup work with Moltbot and Clawdbot without external dependencies?

Yes, persistent memory setup works natively with Moltbot and Clawdbot without external dependencies, requiring only a memorySearch-enabled config and a structured memory folder layout.