Mema's personal brain - SQLite metadata index for documents and Redis short-term context buffer. Use for organizing workspace knowledge paths and managing ephemeral session state.
Standardized memory system providing a Metadata Index (SQLite) and Short-Term Context (Redis).
~/.openclaw/memory/main.sqlitemema:mental:*Record a file's location and tags in the local database.
python3 $WORKSPACE/skills/mema/scripts/mema.py index <path> [--tag <tag>]List indexed paths filtered by tag or recency.
python3 $WORKSPACE/skills/mema/scripts/mema.py list [--tag <tag>]Manage key-value pairs in the mema:mental namespace.
python3 $WORKSPACE/skills/mema/scripts/mema.py mental set <key> <value> [--ttl N]python3 $WORKSPACE/skills/mema/scripts/mema.py mental get <key>env.example.txt to .env.REDIS_HOST and REDIS_PORT (defaults: localhost:6379).python3 $WORKSPACE/skills/mema/scripts/mema.py initREDIS_HOST to trusted instances.~/.openclaw/memory directory.