This guide walks through setting up the claude-mem plugin on an OpenClaw gateway. By the end, your agents will have persistent memory across sessions via system prompt context injection, and optionally a real-time observation feed streaming to a messaging channel.
$npx -y skills add thedotmack/claude-mem --skill openclawInstalls into the current project.
Run `npx skills use "https://github.com/thedotmack/claude-mem" --skill "thedotmack/claude-mem/openclaw"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/thedotmack/claude-mem" that are relevant to the current task. Run `npx skills add "https://github.com/thedotmack/claude-mem"` and select the relevant skills, then follow their instructions.