Haven't installed OpenClaw yet?
curl -fsSL https://openclaw.ai/install.sh | bashiwr -useb https://openclaw.ai/install.ps1 | iexcurl -fsSL https://openclaw.ai/install.cmd -o install.cmd && install.cmd && del install.cmdWorried it'll affect your machine? ClawTank — cloud deploy in 60s, zero risk to your files.
By default, OpenClaw stores memory as plain Markdown files on disk. It works, but it's limited — search is basic, there's no semantic understanding, and scaling is manual.
Supermemory changes this. It gives OpenClaw a cloud-powered memory system that automatically captures, indexes, and recalls information with semantic search.
What Supermemory Does
- Auto-capture: Every conversation is automatically stored
- Smart recall: Before each AI turn, relevant memories are injected as context
- Semantic search: Find memories by meaning, not just keyword matching
- Cross-session: Memory persists across conversations and restarts
- Visualization: View your knowledge graph to see how memories connect
How It Works
- You chat with your OpenClaw bot on Telegram
- Supermemory stores the conversation after each message
- On your next message, Supermemory retrieves relevant past context
- OpenClaw receives this context alongside your new message
- The AI responds with full awareness of your history
The result: your assistant knows what you discussed last week, remembers your preferences, and builds on previous conversations.
Setup: Self-Hosted
Prerequisites
- Supermemory Pro plan ($29/mo) — sign up at console.supermemory.ai
- Your Supermemory API key (starts with
sm_)
Install the Plugin
openclaw plugins install @supermemory/openclaw-supermemory
Configure
Add your API key to the environment:
export SUPERMEMORY_OPENCLAW_API_KEY=sm_your_key_here
Set the container tag for user isolation:
openclaw config set plugins.entries.openclaw-supermemory.config.containerTag "my_user"
Restart OpenClaw:
openclaw restart
Verify
Send a few messages to your bot, then check the Supermemory dashboard at console.supermemory.ai to see captured memories.

