← 返回
未分类 中文

OpenClaw Memory Fusion

Build and operate a unified OpenClaw memory system that combines native Markdown memory, project memory, structured event memory, migration from older PROJEC...
构建并运营统一的 OpenClaw 记忆系统,整合原生 Markdown 记忆、项目记忆、结构化事件记忆以及从旧项目的迁移等功能。
zhongtw1979 zhongtw1979 来源
未分类 clawhub v1.0.1 1 版本 100000 Key: 无需
★ 0
Stars
📥 265
下载
💾 0
安装
1
版本
#latest#memory#openclaw

概述

OpenClaw Memory Fusion

Use this skill when the user wants to:

  • unify OpenClaw memory into one system
  • preserve or migrate older PROJECTS.md / memory/*.md / improvements data
  • add structured event memory on top of native Markdown memory
  • enable memorySearch safely for long-term and project retrieval
  • audit, repair, or upgrade-check the memory setup after OpenClaw changes

This skill is designed to stay compatible with OpenClaw upgrades:

  • it uses workspace Markdown files as the source of truth
  • it only touches documented memorySearch config fields
  • it keeps checkpoints, manifests, and rollback data for every mutating command
  • it does not patch OpenClaw internals

Architecture

openclaw-memory-fusion keeps memory in five layers:

  • native memory: MEMORY.md, PROJECTS.md, memory/YYYY-MM-DD.md
  • project memory: projects//overview.md, timeline.md, decisions.md, artifacts.md
  • project aliases: memory_fusion/project_aliases.md (projects/ALIASES.md is treated as a legacy location and migrated away from retrieval)
  • ops memory: ops/*.md for system improvements and upgrade notes
  • event memory: memory_fusion/events/*.jsonl
  • semantic retrieval layer: memory_fusion/semantic/*.md

Primary Commands

Check the current setup:

python3 ~/.agents/skills/openclaw-memory-fusion/scripts/openclaw_memory_fusion.py doctor

Preview installation without changing anything:

python3 ~/.agents/skills/openclaw-memory-fusion/scripts/openclaw_memory_fusion.py install

Apply installation and configure memory search:

python3 ~/.agents/skills/openclaw-memory-fusion/scripts/openclaw_memory_fusion.py install --apply --provider local

Preview migration of legacy project memory:

python3 ~/.agents/skills/openclaw-memory-fusion/scripts/openclaw_memory_fusion.py migrate

Apply migration:

python3 ~/.agents/skills/openclaw-memory-fusion/scripts/openclaw_memory_fusion.py migrate --apply

Record a structured memory event:

python3 ~/.agents/skills/openclaw-memory-fusion/scripts/openclaw_memory_fusion.py capture \
  --kind project_update \
  --scope project \
  --project sample-project \
  --summary "Deployment checklist moved into final validation"

Rebuild semantic digests:

python3 ~/.agents/skills/openclaw-memory-fusion/scripts/openclaw_memory_fusion.py sync-semantic --apply

Generate or refresh the editable project alias registry:

python3 ~/.agents/skills/openclaw-memory-fusion/scripts/openclaw_memory_fusion.py sync-aliases --apply

Auto-capture recent working memory into structured events:

python3 ~/.agents/skills/openclaw-memory-fusion/scripts/openclaw_memory_fusion.py auto-capture --days 7 --apply

Check project-memory drift:

python3 ~/.agents/skills/openclaw-memory-fusion/scripts/openclaw_memory_fusion.py drift-check --days 30

Run a reflective dream pass with safe repairs:

python3 ~/.agents/skills/openclaw-memory-fusion/scripts/openclaw_memory_fusion.py dream --days 7 --apply --repair-placeholders

Check upgrade safety:

python3 ~/.agents/skills/openclaw-memory-fusion/scripts/openclaw_memory_fusion.py upgrade-check

Rollback the latest mutating command:

python3 ~/.agents/skills/openclaw-memory-fusion/scripts/openclaw_memory_fusion.py rollback --latest

Safety Defaults

  • install and migrate are dry-run by default
  • auto-capture, drift-check, and dream are also dry-run by default
  • sync-aliases is also dry-run by default
  • mutating commands write manifests under workspace/memory_fusion/manifests/
  • backups go under workspace/memory_fusion/checkpoints/
  • existing Markdown files are not overwritten unless the command is explicitly applying changes

Reflective Features

  • auto-capture extracts structured events from recent memory/YYYY-MM-DD.md and ops notes
  • sync-aliases maintains a human-editable alias table with Force aliases and Suggested aliases
  • drift-check compares project overview snapshot fields with more recent structured events
  • dream chains auto-capture, drift analysis, semantic refresh, and optional placeholder repair
  • placeholder repair only fills obviously incomplete Status / Next step fields; conflicting non-placeholder content is reported, not silently rewritten

When To Avoid This Skill

Do not use this skill if the user only wants to remember a single durable preference. In that case, update the relevant Markdown memory file directly.

版本历史

共 1 个版本

  • v1.0.1 当前
    2026-05-07 21:23 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

Find Skills

root
帮助用户发现和安装智能体技能,当用户询问如「如何做X」、「找X的技能」、「有能做...的吗」等问题时
★ 1,516 📥 571,451
ai-agent

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,441 📥 328,015
ai-agent

Agent Browser

rez0
用于 AI 代理的浏览器自动化 CLI。当用户需要与网站交互(包括浏览页面、填写表单、点击按钮、截图等)时使用。
★ 865 📥 342,707