ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

memory-system-optimizer

OpenCLAW 记忆系统优化 - 四层架构 + 自我反思 + 情绪识别 + 任务规划 + 12项增强功能

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/githubxiaohei/memory-system-optimizer
Or

Memory System Optimizer

OpenCLAW 记忆系统优化 Skill v2.0,基于 Ray Wang 实战经验 + 12项增强功能

v2.0 新增功能

#功能目录/文件
1四层记忆架构short-term/semantic/confidence/
2自我反思与元认知reflections/ + confidence/
3动态知识整合knowledge/
4情绪识别emotions/
5主动学习AGENTS.md
6任务规划与监控tasks/
7隐私与数据治理privacy/
8可解释性explainability/
9弹性与自适应elastic/
10持续进化evolution/
11协作与共享collaboration/
12多模态能力(待接入)

核心功能

1. 四层记忆架构

  • 短期: memory/short-term/ - 当前会话任务、临时变量
  • 情景: memory/YYYY-MM-DD.md - 按时间线的重要交互
  • 语义: memory/semantic/ - 知识图谱、事实库
  • 长期: MEMORY.md - 精选记忆

2. 自动衰减机制

  • Hot/Warm/Cold 温度模型
  • 自动归档过期记忆

3. 自我反思机制

  • 任务完成后自动复盘
  • 置信度评估(<50%主动请求澄清)

4. 情绪识别

  • 识别用户情绪,调整回应风格

5. 任务规划

  • 复杂任务自动拆解
  • 实时状态跟踪

安装配置

无收费,纯免费使用。

使用方法

# 写入日志
memlog.sh "标题" "内容"

# 刷新记忆
node memory-decay.js

# 归档
./memory-gc.sh

技术栈

  • OpenCLAW
  • Markdown 文件
  • Shell 脚本
  • Node.js

作者

Odin(总舵主)

Metadata

Stars2387
Views0
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-githubxiaohei-memory-system-optimizer": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

#memory#openclaw#optimization#ai#agent
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.