Install
openclaw skills install memoriLong-term memory for OpenClaw agents using the Memori SDK. Capture conversations and intelligently recall context across sessions automatically.
openclaw skills install memoriPersistent memory integration that works automatically in the background. No commands, no manual management - just install and your agent remembers.
Memori operates automatically via OpenClaw lifecycle hooks:
Memori automatically:
Memori automatically:
You don't manage memory - it just works.
openclaw plugins install @memorilabs/openclaw-memori
Add to your ~/.openclaw/openclaw.json:
{
"plugins": {
"entries": {
"openclaw-memori": {
"enabled": true,
"config": {
"apiKey": "${MEMORI_API_KEY}",
"entityId": "openclaw-user"
}
}
}
}
}
Get your API key: https://app.memorilabs.ai/signup
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.
Backend Intelligence (handled by Memori SDK):
Plugin Role (what runs in OpenClaw):
You don't configure what to capture - the backend handles it.
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
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.
Transparent data flow:
Backend automatically filters sensitive data (API keys, passwords, secrets).
For details: Memori Privacy Policy
Memories persist across:
All storage handled by Memori backend - no local database needed.
Plugin not loading:
enabled: true in openclaw.jsonecho $MEMORI_API_KEYopenclaw gateway restartNo memories captured:
[Memori] errorsmemori quotaMemories not recalled:
entityId is consistent across sessionsmemori quota shows count > 0Quota exceeded:
memori quota to check usageThis 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.