Was fehlt ohne openclaw memory plugin
Kein Kontext zwischen Sitzungen. Nutzer wiederholen Präferenzen jedes Mal. Agent-Pipelines ohne History.
→
Persistenter Agent-Speicher × Supermemory's verwalteter Vektorspeicher ÷ 15-Minuten-Einrichtung ÷ keine selbst gehostete Datenbank = Bots, die sich an alles erinnern.
Sicherheitscheck — openclaw memory plugin
Datenschutz-Score: 7/10 — greift nur auf verbundene Plattform-APIs zu.
Absichern: OAuth-Berechtigungen vor der Installation prüfen, Linux, macOS, Windows; OpenClaw ≥1.2; outbound HTTPS to api.supermemory.ai-Kompatibilität bestätigen.
Schnellstart — openclaw memory plugin in 15–25 minutes
Einrichtungszeit: 15–25 minutes
!
Du brauchst:
- OpenClaw core
- Supermemory API key (supermemory.ai)
- Node.js ≥18
Paket installieren:
npm install @supermemoryai/openclaw-supermemory
1
Sign up at supermemory.ai and obtain an API key
3
Set SUPERMEMORY_API_KEY in .env
4
Add plugin to openclaw.config.js
5
Use ctx.memory.add(userId, content) to store facts
6
Use ctx.memory.search(userId, query) to retrieve context
7
Pass retrieved context into your LLM prompt
Kompatibilität & Status
Kompatibel mit: Linux, macOS, Windows; OpenClaw ≥1.2; outbound HTTPS to api.supermemory.ai
intermediate
Zuletzt aktualisiert: Okt. 2025
★ 340 auf GitHub
MIT
Offizielle Dokumentation →
Auf GitHub ansehen →
FAQ — openclaw memory plugin
Does Supermemory require a paid plan?
A free tier with storage limits is available. For production with many users, a paid plan is recommended.
Can I self-host the memory backend?
Supermemory is a managed service only. For self-hosted alternatives, use Chroma or Weaviate.
How does semantic search work in practice?
ctx.memory.search() embeds your query and finds top-K semantically similar stored memories to pass as LLM context.
Nutzer, die sich bei deinem Bot wiederholen, hören auf, ihn zu verwenden.
Jede zustandslose Sitzung verbrennt Vertrauen, das du nicht wiederaufbauen kannst.
Auf GitHub ansehen →