← Back to library

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
  1. Install plugin and restart gateway service.
  2. Configure SUPERMEMORY_OPENCLAW_API_KEY via env or plugin config entry.
  3. Enable autoRecall and autoCapture, keep captureMode as all for initial rollout.
  4. Store one test memory and retrieve by slash and CLI to confirm read/write path.
Commands
openclaw plugins install @supermemory/openclaw-supermemory
export SUPERMEMORY_OPENCLAW_API_KEY=sm_xxx
openclaw gateway restart
openclaw supermemory search meeting
Verify

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 ↗
Visit original post