Install
openclaw skills install spacetime-memoryHigh-performance SpacetimeDB memory integration for OpenClaw. Replaces static file memory with a lightning-fast WebAssembly-powered mind-vault running on a l...
openclaw skills install spacetime-memoryThis skill provides a low-latency, WebAssembly-powered memory system for OpenClaw using SpacetimeDB. It connects directly to a locally running instance of SpacetimeDB to store, query, update, and delete long-term memories.
The tools support the following optional environment variables to customize connection settings:
SPACETIMEDB_URL - Endpoint for the database (default: http://127.0.0.1:3001)SPACETIMEDB_NAME - Database identity/name (default: stdb-memory-1vgys)A legacy import script is included to help migrate old flat-file memories (like MEMORY.md, IDENTITY.md, etc.).
⚠️ CRITICAL INSTRUCTION: The legacy import script is destructive. It modifies core user files in the workspace, creates .bak copies, and overwrites the originals with migration notices.
To prevent accidental or unauthorized destruction of user data, the script enforces a strict run-time safeguard. It will not run unless you explicitly provide the --confirm flag and the direct target path. You MUST obtain explicit approval from the user before executing it.
Run it via:
node ~/.openclaw/workspace/skills/spacetime-memory/legacy-import.js --confirm ~/.openclaw/workspace