SeekDB Memory

v0.2.3

Cloud-native persistent memory for OpenClaw. Auto-captures facts after conversations, auto-recalls relevant context before each reply. Hybrid search, query rewrite, experience learning — all behind one API key.

m0·runtime m0·by @frf12
Code Pluginsource linkedCommunity code plugin. Review compatibility and verification before install.

README

Cloud Memory (m0)

Cloud-native persistent memory for OpenClaw. Auto-captures facts after conversations, auto-recalls relevant context before each reply. Hybrid search, query rewrite, experience learning — all behind one API key.

Features

  • Auto-Capture: Automatically extracts and stores key facts after each conversation via agent_end hook
  • Auto-Recall: Injects relevant memories before each reply via before_agent_start hook
  • Hybrid Search: Vector (HNSW) + fulltext + RRF fusion + rerank for high-quality recall
  • Query Rewrite: LLM-powered query expansion with context-aware disambiguation
  • Experience System: Tracks, distills, and reuses agent experiences across sessions
  • Agent Marketplace: Publish, browse, and install community agents
  • Cross-Device: Cloud-native storage, no sync or backup setup needed
  • Zero Config: One API key to get started

Quick Start

1. Get an API Key

Ask your Cloud Memory service admin for an Access Key (ak_...), or create one:

curl -s -X POST "{ENDPOINT}/api/instances/" \
  -H "Content-Type: application/json" \
  -d '{"name": "my-memory"}'

2. Install

openclaw add @openclaw/m0

Or use the setup skill:

/openclaw-m0-setup

3. Configure

In ~/.openclaw/openclaw.json:

{
  "plugins": {
    "entries": {
      "m0": {
        "enabled": true,
        "config": {
          "apiKey": "ak_your_key_here",
          "baseUrl": "https://your-endpoint",
          "autoCapture": true,
          "autoRecall": true,
          "recallLimit": 10
        }
      }
    }
  }
}

Tools Registered

ToolDescription
memory_recallSearch long-term memories by semantic similarity
memory_storeWrite a new memory
memory_forgetDelete a memory by ID
experience_detailView details of a distilled experience
agent_publishPublish an agent to the marketplace
agent_browseBrowse community agents
agent_installInstall an agent from the marketplace
agent_reportReport a problematic agent

Requirements

  • OpenClaw >= 2026.2.2
  • An active Cloud Memory service endpoint

License

MIT

Capabilities

configSchema
Yes
Executes code
Yes
HTTP routes
0
Plugin kind
memory
Runtime ID
m0

Compatibility

Built With Open Claw Version
2026.4.2
Min Gateway Version
2026.2.2
Plugin Api Range
1.0

Verification

Tier
source linked
Scope
artifact only
Summary
Validated package structure and linked the release to source metadata.
Commit
4a019de5bc1d
Tag
dev
Provenance
No
Scan status
pending

Tags

latest
0.2.3