Install
openclaw skills install @nieto42/openclaw-memoriaLocal-first, multi-agent persistent memory for AI assistants. Use it to install, operate, connect, diagnose, or update Memoria on macOS.
openclaw skills install @nieto42/openclaw-memoriaMemoria keeps persistent, local memory for AI assistants. It provides a local daemon, a web UI, an MCP server, a CLI, and a thin OpenClaw adapter for automatic recall and capture.
Memoria is a public beta. It requires Node.js 20+; Node.js 22 LTS is recommended. On macOS, Apple Command Line Tools are also required.
curl -fsSL https://raw.githubusercontent.com/Primo-Studio/openclaw-memoria/memoria-v1/scripts/install-memoria.sh | sh
The installer clones the memoria-v1 branch, installs dependencies, builds the project, initializes and starts the local daemon, enables login autostart on macOS, and opens the local web UI.
memoria ui # open the local interface
memoria doctor # inspect daemon, storage, and provider health
memoria agents # list connected agents
memoria update # update the local checkout and restart the service
Use the UI's Agents screen to detect, pair, and import agents. For terminal pairing, run memoria pair <agent-type> and use the one-time command it returns.
The OpenClaw adapter is intentionally thin: it calls the Memoria daemon on localhost for recall before a prompt and capture after a turn. It needs a paired instance token. When enabling automatic capture, make sure the OpenClaw plugin entry allows conversation-hook access; the installer/onboarding configures this during connection.
If Memoria is unavailable, agents should continue normally without memory rather than failing the request.