Token导航 LogoToken导航TokenDH.com
研究检索只读clawhub未标认证来源可访问clear审计提醒

openclaw-memory-fusion-coreOpenClaw 记忆 fusion core

Agent Skill

openclaw-memory-fusion-core 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

2,299

周安装

93

GitHub Stars

公开资料未说明

下载量

722
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:openclaw-memory-fusion-core(OpenClaw 记忆 fusion core)
来源仓库:https://github.com/zhongtw1979/openclaw-memory-fusion-core
安装命令:
openclaw skills install openclaw-memory-fusion-core
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install openclaw-memory-fusion-core

简介

openclaw-memory-fusion-core 构建统一的 OpenClaw 内存系统。

  • 适合整合 Markdown 内存、项目事件与历史迁移数据。
  • 支持多源记忆融合与结构化事件存储。
  • 安装命令为 openclaw skills install openclaw-memory-fusion-core,需初始化配置。
  • 注意数据迁移兼容性与字段映射准确性,防止信息错位。

SKILL.md

name
openclaw-memory-fusion
description
Build and operate a unified OpenClaw memory system that combines native Markdown memory, project memory, structured event memory, migration from older PROJECTS.md/improvements.md layouts, memorySearch configuration, and upgrade-safe maintenance workflows.

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/<slug>/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.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

89.15%
按下载量换算644

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills