π¦ ClawHub
Memory (AgentMemo)
by @yxjsxy
OpenClaw external memory plugin for AgentMemo. Enables semantic memory search and auto-capture via a self-hosted AgentMemo server. Install to use AgentMemo a...
βοΈ 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) |
TERMINAL
clawhub install memory-agentmemo