/install memory-agentmemo
Memory (AgentMemo)
External memory plugin for OpenClaw that delegates semantic memory storage and retrieval to a self-hosted AgentMemo server.
Install
openclaw install @openclaw/memory-agentmemo
Or via ClawHub:
clawhub install memory-agentmemo
Configuration
In your openclaw.json, add the plugin config:
{
"plugins": {
"memory-agentmemo": {
"serverUrl": "http://localhost:8000",
"apiKey": "your-api-key",
"userId": "karl"
}
}
}
Config Options
| Field | Required | Description |
|---|---|---|
serverUrl |
✅ | AgentMemo HTTP server URL |
apiKey |
❌ | API key if your server requires auth |
userId |
❌ | User ID for memory namespacing |
autoCapture |
❌ | Auto-capture memories from conversations (default: false) |
autoRecall |
❌ | Auto-inject relevant memories into context (default: true) |
AgentMemo Server
Run your own AgentMemo server: https://github.com/agentmemo/agentmemo
pip install agentmemo
agentmemo server --port 8000
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install memory-agentmemo - After installation, invoke the skill by name or use
/memory-agentmemo - Provide required inputs per the skill's parameter spec and get structured output
What is Memory (AgentMemo)?
OpenClaw external memory plugin for AgentMemo. Enables semantic memory search and auto-capture via a self-hosted AgentMemo server. Install to use AgentMemo a... It is an AI Agent Skill for Claude Code / OpenClaw, with 107 downloads so far.
How do I install Memory (AgentMemo)?
Run "/install memory-agentmemo" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Memory (AgentMemo) free?
Yes, Memory (AgentMemo) is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Memory (AgentMemo) support?
Memory (AgentMemo) is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Memory (AgentMemo)?
It is built and maintained by Karl Yang (@yxjsxy); the current version is v0.1.0.