Supermemory 插件落地:为 OpenClaw 增加云端长期记忆并建立可回滚运维基线
场景:默认会话缺少跨天长期记忆。按 README 安装插件、注入 API Key、配置自动召回/采集,并用 CLI 与 Slash 验证。
GITHUBDiscovered 2026-02-14Author supermemoryai
Prerequisites
- Supermemory Pro or above account with API key.
- OpenClaw host can install plugins and restart gateway.
Steps
- Install plugin and restart gateway service.
- Configure SUPERMEMORY_OPENCLAW_API_KEY via env or plugin config entry.
- Enable autoRecall and autoCapture, keep captureMode as all for initial rollout.
- Store one test memory and retrieve by slash and CLI to confirm read/write path.
Commands
openclaw plugins install @supermemory/openclaw-supermemoryexport SUPERMEMORY_OPENCLAW_API_KEY=sm_xxxopenclaw gateway restartopenclaw supermemory search meetingVerify
The same memory can be retrieved from slash and CLI, and subsequent turns show relevant recalled context.
Caveats
- Data is stored in Supermemory cloud; compliance and data residency must be reviewed first.
- Using captureMode everything may over-collect noisy content and should be validated before production use.
Source attribution
This tip is aggregated from community/public sources and preserved with attribution.
Open original source ↗