Installation¶
Prerequisites¶
- OpenClaw >= 2026.3.22
- Python 3.10+
- memsearch installed:
uv tool install "memsearch[onnx]"
Install from ClawHub (recommended)¶
# 1. Install the plugin
openclaw plugins install clawhub:memsearch
# 2. Restart the gateway
openclaw gateway restart
Install from Source (development)¶
# 1. Clone the memsearch repo (if not already)
git clone https://github.com/zilliztech/memsearch.git
# 2. Install the OpenClaw plugin
openclaw plugins install ./memsearch/plugins/openclaw
# 3. Restart the gateway
openclaw gateway restart
Configuration¶
| Setting | Default | Description |
|---|---|---|
provider |
onnx |
Embedding provider |
autoCapture |
true |
Auto-capture conversations |
autoRecall |
true |
Auto-inject recent memories on agent start |
For Milvus backend configuration, run memsearch config set milvus.uri <uri>.