memory-setup

Installation
Summary

Configure persistent memory search for Moltbot/Clawdbot agents to retain context across sessions.

  • Add memorySearch config block with provider (Voyage, OpenAI, or local), sources (memory files and/or sessions), and relevance thresholds
  • Create a workspace structure with MEMORY.md for curated long-term facts and memory/logs/ for daily timestamped logs
  • Supports three embedding providers; Voyage recommended but local option available without API keys
  • Includes troubleshooting for common issues: verify config is enabled, restart gateway, and adjust minScore and maxResults if results lack relevance
SKILL.md

Memory Setup Skill

Transform your agent from goldfish to elephant. This skill helps configure persistent memory for Moltbot/Clawdbot.

Quick Setup

1. Enable Memory Search in Config

Add to ~/.clawdbot/clawdbot.json (or moltbot.json):

{
  "memorySearch": {
    "enabled": true,
    "provider": "voyage",
    "sources": ["memory", "sessions"],
    "indexMode": "hot",
    "minScore": 0.3,
    "maxResults": 20
Related skills

More from sundial-org/awesome-openclaw-skills

Installs
1.3K
GitHub Stars
598
First Seen
Feb 26, 2026