Memory that follows your agent.
The official OpenClaw plugin for Agentic Memory. Capture turns, search past context, and augment every prompt with a time-aware knowledge graph.
$ openclaw plugin install agentic-memory-openclawThen validate and configure:
$ openclaw agentic-memory doctor$ openclaw agentic-memory setupThree capabilities. One plugin.
Agentic Memory for OpenClaw gives your agent persistent memory without changing how you work.
Turn Capture
Every conversation turn is automatically captured and stored in the time-aware knowledge graph. Nothing is lost between sessions.
Memory Search
Retrieve past code, research, and conversations directly from the OpenClaw memory slot using semantic graph search.
Context Augmentation
Optionally resolve and inject relevant memory into prompts before the LLM responds — so your agent never starts from zero.
From install to memory in three commands
Install
openclaw plugin install agentic-memory-openclaw
Doctor
openclaw agentic-memory doctor
Setup
openclaw agentic-memory setup
Choose your mode
The plugin supports two runtime modes. Switch anytime without reinstalling.
capture_onlyis the safest default — memory on, prompts untouched.augment_contextgives the full experience — memory + prompt augmentation.
Memory capture and search are active, but custom context blocks are not injected into prompts.
- Turns are captured and stored in the knowledge graph
- Memory search works inside the OpenClaw memory slot
- No additional context is injected into LLM prompts
Pick your backend
Managed for speed. Self-hosted for control.
Managed Hosted Beta
We run the backend. You connect your agent.
- Hosted Neo4j + am-server
- Instant OpenClaw connection
- API key authentication
- Automatic updates
Self-Hosted
Full control over your data and infrastructure.
- Run your own Neo4j instance
- Run am-server locally
- Full data sovereignty
- Bearer token auth
Ready to install?
One command to install. Two commands to configure. Your agent gets memory that understands time.
$ openclaw plugin install agentic-memory-openclaw