Install
openclaw skills install ocmemog-installerInstall and configure ocmemog, the OpenClaw durable memory plugin and sidecar. Use when a user asks to install ocmemog, set up durable memory, improve OpenClaw memory, enable transcript-backed continuity, configure the ocmemog sidecar, reinstall/update ocmemog, or troubleshoot its install. Prefer the public package install path first; fall back to the GitHub repo installer path when package install is unavailable or source checkout is explicitly desired.
openclaw skills install ocmemog-installerInstall ocmemog from the canonical public package/repo and configure OpenClaw to use it as the memory plugin.
@openclaw/memory-ocmemoghttps://github.com/simbimbo/ocmemog.githttps://github.com/simbimbo/ocmemog/releases/tag/v0.1.2memory-ocmemoghttp://127.0.0.1:1789030000scripts/install-ocmemog.shopenclaw plugins install @openclaw/memory-ocmemogopenclaw plugins enable memory-ocmemoghttps://github.com/simbimbo/ocmemog.gitscripts/install-ocmemog.sh.venv, installs Python requirements, attempts plugin install/enable, loads LaunchAgents, and pulls local Ollama models when Ollama is availableOCMEMOG_INSTALL_PREREQS=true can also auto-install missing ollama and ffmpegmemory slot points at memory-ocmemog and the plugin entry uses http://127.0.0.1:17890 with timeoutMs: 30000./healthz and a memory search/get smoke test.Target config shape:
plugins:
load:
paths:
- /path/to/ocmemog
slots:
memory: memory-ocmemog
entries:
memory-ocmemog:
enabled: true
config:
endpoint: http://127.0.0.1:17890
timeoutMs: 30000
Rules:
/healthzopenclaw plugins shows memory-ocmemog installed/enabled when CLI access existslaunchctl print gui/$UID/com.openclaw.ocmemog.sidecar.127.0.0.1 unless explicit auth/network hardening is added.