🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ 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...

Versionv0.1.0
βš™οΈ 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) |

View on ClawHub
TERMINAL
clawhub install memory-agentmemo

πŸ§ͺ Use this skill with your agent

Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

πŸ” Can't find the right skill?

Search 60,000+ AI agent skills β€” free, no login needed.

Search Skills β†’