@frf12

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.

当前版本
v0.2.4
code-plugin社区source-linked

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_searchSearch experiences and skills by keyword
experience_detailView details of a distilled experience
skill_detailView details of a skill including procedure steps
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

源码与版本

源码仓库

gitlab.oceanbase-dev.com/project-sc/seekdb-m0

打开仓库

源码提交

50d19078954316de32a0218038a146d75cf32f83

查看提交

安装命令

openclaw plugins install clawhub:m0

元数据

  • 包名: m0
  • 创建时间: 2026/04/05
  • 更新时间: 2026/05/08
  • 执行代码:
  • 源码标签: feat/skill-clawhub-i18n

兼容性

  • 构建于 OpenClaw: 2026.4.2
  • 插件 API 范围: 1.0
  • 标签: latest
  • 文件数: 45