@vassiliylakhonin

OpenClaw Memory Observability Plugin

OpenClaw memory observability plugin (safe mode, no shell execution)

当前版本
v1.1.0
code-plugin社区source-linked

OpenClaw Memory Observability Plugin

Safe observability plugin for memory health and triage signals.

What it checks

  • MEMORY.md presence/freshness
  • memory/ directory presence
  • DREAMS.md/dreams.md presence/freshness
  • optional diagnostics JSON signatures (known memory/plugin incidents)
  • health trend from local snapshots

Config

{
  "plugins": {
    "entries": {
      "openclaw-memory-observability-plugin": {
        "enabled": true,
        "config": {
          "workspacePath": "/path/to/workspace",
          "diagnosticsFile": "/path/to/diagnostics.json",
          "memoryStaleAfterMin": 10080,
          "dreamingStaleAfterMin": 4320,
          "historyFile": "/path/to/.openclaw/memory-observability-history.json",
          "maxHistoryEntries": 200
        }
      }
    }
  }
}

Output contract

  • status: healthy | warning | degraded
  • risk: low | medium | high
  • flags: machine-readable state flags
  • trend: rolling degradation/warning counters
  • rootCauseCandidates: signature-based likely causes + confidence + fixes
  • nextCommands: copy-paste operational commands

源码与版本

源码仓库

https://github.com/vassiliylakhonin/

打开仓库

源码提交

4d42b505d9f6e32e034a89e534b0b3ec821ec2c8

查看提交

安装命令

openclaw plugins install clawhub:openclaw-memory-observability-plugin

元数据

  • 包名: openclaw-memory-observability-plugin
  • 创建时间: 2026/04/10
  • 更新时间: 2026/04/12
  • 执行代码:
  • 源码标签: main

兼容性

  • 构建于 OpenClaw: 2026.4.9
  • 插件 API 范围: >=2026.4.9
  • 标签: latest
  • 文件数: 4