Memori
/install memori
Memori - Automatic Long-term Memory for OpenClaw
Persistent memory integration that works automatically in the background. No commands, no manual management - just install and your agent remembers.
Core Workflow
Memori operates automatically via OpenClaw lifecycle hooks:
Before Each Response (Intelligent Recall)
Memori automatically:
- Searches for relevant past conversations
- Injects matching context into the agent's prompt
- Enables continuity across sessions - no search command needed
After Each Response (Advanced Augmentation)
Memori automatically:
- Captures the conversation turn (user + assistant)
- Sends to Memori backend for intelligent processing
- Extracts facts, deduplicates, and indexes - no storage command needed
You don't manage memory - it just works.
Installation
openclaw plugins install @memorilabs/openclaw-memori
Configuration
Add to your ~/.openclaw/openclaw.json:
{
"plugins": {
"entries": {
"openclaw-memori": {
"enabled": true,
"config": {
"apiKey": "${MEMORI_API_KEY}",
"entityId": "openclaw-user"
}
}
}
}
}
Configuration Options
- apiKey (required): Your Memori API key from memorilabs.ai
- entityId (required): Unique identifier for this user's memories
Get your API key: https://app.memorilabs.ai/signup
How It Works
Memori uses OpenClaw lifecycle hooks for automatic operation:
before_prompt_build → intelligent-recall (inject relevant memories)
agent_end → advanced-augmentation (store conversation turn)
Zero commands needed - memory works automatically in the background.
What Memori Does Automatically
Backend Intelligence (handled by Memori SDK):
- Intelligent fact extraction from conversations
- Automatic deduplication and merging
- Semantic ranking by relevance
- Temporal decay (older memories fade)
- Privacy filtering (no secrets stored)
Plugin Role (what runs in OpenClaw):
- Pipes conversations to Memori backend
- Injects recalled memories into prompts
- Zero configuration after setup
You don't configure what to capture - the backend handles it.
Verification
Check that the plugin is working:
# Verify plugin is installed
openclaw plugins list
# Check for Memori logs in gateway output
# Look for "[Memori]" prefixed entries
Quota Management
Check your current API quota:
memori quota
Example output:
__ __ _
| \/ | ___ _ __ ___ ___ _ __(_)
| |\/| |/ _ \ '_ ` _ \ / _ \| '__| |
| | | | __/ | | | | | (_) | | | |
|_| |_|\___|_| |_| |_|\___/|_| |_|
perfectam memoriam
memorilabs.ai
+ Maximum # of Memories: 100
+ Current # of Memories: 0
+ You are not currently over quota.
Use this to monitor usage and upgrade if needed.
Performance
- Automatic deduplication prevents memory bloat
- Semantic ranking ensures relevant memories surface first
- Zero manual commands - always-on background operation
Privacy & Data Handling
Transparent data flow:
- ✅ Conversations sent to Memori backend (https://api.memorilabs.ai)
- ✅ Data encrypted in transit and at rest
- ✅ You control data via your API key and entityId
- ✅ Delete memories anytime via Memori dashboard
- ✅ No third-party sharing
- ⚠️ Only install if you trust Memori with conversation data
Backend automatically filters sensitive data (API keys, passwords, secrets).
For details: Memori Privacy Policy
Memory Persistence
Memories persist across:
- Session restarts
- Gateway restarts
- System reboots
- OpenClaw upgrades
All storage handled by Memori backend - no local database needed.
Troubleshooting
Plugin not loading:
- Verify
enabled: truein openclaw.json - Check API key:
echo $MEMORI_API_KEY - Restart gateway:
openclaw gateway restart
No memories captured:
- Check gateway logs for
[Memori]errors - Verify API endpoint reachable
- Test API key:
memori quota
Memories not recalled:
- Ensure
entityIdis consistent across sessions - Verify memories exist:
memori quotashows count > 0 - Check logs for recall errors
Quota exceeded:
- Run
memori quotato check usage - Upgrade at memorilabs.ai
- Or clear old memories via dashboard
Learn More
- npm Package: https://www.npmjs.com/package/@memorilabs/openclaw-memori
- GitHub: https://github.com/MemoriLabs/Memori
- Documentation: https://memorilabs.ai/docs/memori-cloud/openclaw/overview/
- API Dashboard: https://app.memorilabs.ai/
- Support: GitHub Issues
Notes
This skill teaches the agent about the Memori plugin. The plugin must be installed separately via npm. Once installed, memory capture and recall happen automatically - no commands needed.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install memori - 安装完成后,直接呼叫该 Skill 的名称或使用
/memori触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Memori 是什么?
Long-term memory for OpenClaw agents using the Memori SDK. Capture conversations and intelligently recall context across sessions automatically. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 315 次。
如何安装 Memori?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install memori」即可一键安装,无需额外配置。
Memori 是免费的吗?
是的,Memori 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Memori 支持哪些平台?
Memori 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Memori?
由 Ryan Kruse(@rpkruse)开发并维护,当前版本 v1.0.7。