← 返回 Skills 市场
dxiaofeng0811-lgtm

Memory Fusion Lite

作者 dxiaofeng0811-lgtm · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
64
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install memory-fusion-lite
功能描述
Memory Fusion Light — 基于 dztabel-happy/openclaw-memory-fusion 核心思想:三层 cron 自动记忆提取/滚动蒸馏/防套娃。功能:①A′滚动7天区 ②增量扫描脚本 ③防套娃三保险 ④每周分类治理。适用已部署 Dreaming 的用户补强记忆闭环。
安全使用建议
This skill appears to be what it claims: a lightweight incremental memory maintainer for an existing Dreaming deployment. Before installing: 1) Confirm Dreaming is enabled and test in a non-production agent (it reads ~/.openclaw/agents/<agent>/sessions/*.jsonl). 2) Review the full scan_sessions_incremental.py file (the provided excerpt looks reasonable but was truncated in the review) to ensure there are no network/exfiltration calls or unexpected behaviors. 3) Understand that the script will feed conversation content into an LLM for summarization — redaction is best-effort, so avoid scanning sessions that contain unredacted secrets or PII or tighten scanning scope. 4) Run with dry-run flags or in a sandbox and inspect memory/_state and MEMORY.md outputs before enabling scheduled cron runs. 5) If you require higher assurance, ask the maintainer for full source review or add explicit enforcement of secret-redaction rules and a controlled model endpoint.
功能分析
Type: OpenClaw Skill Name: memory-fusion-lite Version: 1.0.0 The memory-fusion-lite skill is a legitimate utility for managing agent memory by incrementally scanning session logs and summarizing them into a structured format. The included Python script (scripts/scan_sessions_incremental.py) features proactive security measures, such as redacting API keys (OpenAI, Google, Telegram) and Bearer tokens before they are processed by the LLM. The skill is well-documented, providing clear architectural guidelines and 'anti-recursion' strategies to prevent infinite loops during automated maintenance tasks, with no evidence of malicious intent or unauthorized data exfiltration.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
Name/description (memory maintenance for Dreaming) align with what the skill requires and does: it scans OpenClaw session JSONL, extracts user+assistant messages, writes to MEMORY.md A′ zone, and performs weekly governance. It does not request unrelated credentials, binaries, or config paths.
Instruction Scope
SKILL.md instructs running a local Python script to incrementally scan session files, run LLM-based extraction, and write to MEMORY.md and weekly archives. This is within scope, but the runtime will expose conversation content to an LLM for summarization; the doc/code attempt to filter/ignore cron/system/tool messages and to redact secrets, but that redaction is explicitly best-effort and the instructions do not mandate which model or destination is used for LLM calls (so you should verify where model queries go).
Install Mechanism
No install spec (instruction-only with a shipped script). No network downloads or arbitrary installers were declared. This minimizes install-time risk; the only artifact is the included Python script which runs locally.
Credentials
The skill requests no environment variables or external credentials, which is appropriate. However, it reads raw session JSONL files (which may contain sensitive tokens or PII). The script includes regex-based secret redaction (sk-* keys, Telegram bot tokens, Google API keys, Bearer tokens) but this is best-effort and may miss other secret formats or embed locations. Verify redaction and consider limiting the scanned data or running in an isolated agent.
Persistence & Privilege
The skill is not always-enabled and does not request elevated platform privileges. It writes state files under memory/_state and MEMORY.md in the workspace, which is expected for a memory-maintenance tool and scoped to its own directories. It does not attempt to modify other skills or global config.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install memory-fusion-lite
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /memory-fusion-lite 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of memory-fusion-lite — a lightweight memory management enhancement for Dreaming users. - Implements three core features from memory-fusion: daily incremental scan (A′ 7-day rolling zone), anti-recursion safeguards, and weekly memory governance. - Adds an incremental Python script for session scanning and automated extraction. - Maintains an automatically managed 7-day rolling update section in MEMORY.md, with weekly classification and promotion. - Provides manual and scheduled cron triggers for daily and weekly memory operations. - Designed to complement Dreaming; requires Dreaming to be enabled and specific workspace directories to exist.
元数据
Slug memory-fusion-lite
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Memory Fusion Lite 是什么?

Memory Fusion Light — 基于 dztabel-happy/openclaw-memory-fusion 核心思想:三层 cron 自动记忆提取/滚动蒸馏/防套娃。功能:①A′滚动7天区 ②增量扫描脚本 ③防套娃三保险 ④每周分类治理。适用已部署 Dreaming 的用户补强记忆闭环。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 64 次。

如何安装 Memory Fusion Lite?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install memory-fusion-lite」即可一键安装,无需额外配置。

Memory Fusion Lite 是免费的吗?

是的,Memory Fusion Lite 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Memory Fusion Lite 支持哪些平台?

Memory Fusion Lite 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Memory Fusion Lite?

由 dxiaofeng0811-lgtm(@dxiaofeng0811-lgtm)开发并维护,当前版本 v1.0.0。

💬 留言讨论