memory-lite

Installation
SKILL.md

Memory Lite (no memory_search)

This skill manages OpenClaw memory files on disk only:

  • memory/YYYY-MM-DD.md (daily log)
  • MEMORY.md (curated long-term memory)

It does not enable vector embeddings or memory_search. It’s designed to be low-risk (no config changes, no gateway restarts).

Quick start

Append a daily note

python3 scripts/memory_add.py --kind daily --text "Ton texte ici"

Append a long-term memory

Installs
6
Repository
openclaw/skills
GitHub Stars
4.5K
First Seen
Feb 4, 2026
memory-lite — openclaw/skills