← 返回 Skills 市场
porkapple

Smart Memory Keeper

作者 Ryan · GitHub ↗ · v1.5.2 · MIT-0
cross-platform ✓ 安全检测通过
186
总下载
1
收藏
0
当前安装
8
版本数
在 OpenClaw 中安装
/install smart-memory-keeper
功能描述
解决 AI /new 后失忆问题的记忆管理 skill。三层加载机制(热/温/冷),session 启动时只取当前需要的记忆,省 token。 包含:任务状态恢复、每日日记、项目索引、Dream 定期整理。纯文件系统,无需外部服务。 用户说"先这样"、"暂停"、"记住这个"、里程碑完成时触发。 Memory ma...
安全使用建议
This skill is internally consistent: it only uses the openclaw CLI and the user's workspace files to implement a 3-tier memory (tasks, daily journals, project index). Before installing or enabling automated behavior: 1) review the exact AGENTS.md and HEARTBEAT.md snippets in references/install-snippets.md and back up your AGENTS.md, HEARTBEAT.md, and MEMORY.md; 2) confirm you are comfortable with the skill reading your most recent session history (openclaw sessions list) and writing files under ~/.openclaw/workspace/memory; 3) verify that no sensitive tokens/credentials are present in those session histories or files (the skill's rules forbid recording secrets, but it will read existing content to bootstrap); 4) prefer manual application of the install snippets if you don't want global startup changes; 5) if you use the registry install command, inspect the fetched files (or clone the GitHub repo) before running. No regex scan findings were reported in the bundle.
功能分析
Type: OpenClaw Skill Name: smart-memory-keeper Version: 1.5.2 The 'smart-memory-keeper' skill is a legitimate utility designed to persist AI context across sessions using local Markdown files. It implements a tiered memory system (hot/warm/cold) and includes a 'Dream' consolidation process to manage long-term memory drift. While it requires permissions to read session history and modify workspace files (including AGENTS.md and HEARTBEAT.md for integration), it explicitly instructs the agent to avoid recording secrets, requires user confirmation before bootstrapping data, and operates entirely within the local filesystem without external network calls.
能力评估
Purpose & Capability
The skill claims to be a local memory manager and only requires the openclaw CLI plus read/write access to ~/.openclaw/workspace/memory and MEMORY.md. Those capabilities are coherent with the stated goal (persisting tasks, journals, and a project index).
Instruction Scope
SKILL.md instructs the agent to read the most recent session history, inspect openclaw.json, run openclaw --version, and write/read files under ~/.openclaw/workspace/memory and MEMORY.md. That scope matches a memory skill, but it includes modifications to global agent config files (AGENTS.md and HEARTBEAT.md) which will change startup/heartbeat behavior — this is expected for the feature but worth reviewing before applying.
Install Mechanism
There is no automated install spec in the bundle (instruction-only), so nothing is silently downloaded or executed. README suggests a manual git clone or using openclaw skills install (which would fetch from the registry), but those actions are external to the skill bundle and visible to the user before running.
Credentials
The skill requests no environment variables or external credentials. The declared file_write and session_read permissions are proportionate to persisting and bootstrapping memory from local sessions.
Persistence & Privilege
always:false and normal autonomous invocation. The skill writes persistent files into the user's workspace and suggests appending content to AGENTS.md and HEARTBEAT.md to enable automatic behavior — this persistent change is reasonable for the feature, but users should be aware it modifies agent startup/heartbeat configuration.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install smart-memory-keeper
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /smart-memory-keeper 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.5.2
Add requires.bins (openclaw) and permissions metadata to fix ClaWHub security scan
v1.5.1
Version-aware Dream: delegate to native Dreaming for OpenClaw >= 2026.4.8, upgrade detection, SKILL.md refactored with references/
v1.4.1
fix: declare requires.bins (openclaw) and explicit permissions in frontmatter
v1.4.0
feat: first-run auto-init (scans recent session when tasks.md is empty); add 3-file decision guide
v1.3.0
feat: full English SKILL.md for better model compatibility; bilingual description
v1.2.2
docs: add transparent install notice explaining config modifications
v1.2.1
fix: remove unicode control chars that triggered security warning
v1.2.0
**memory-keeper v1.2.0 changelog** - 全新技能发布,提供多层次的本地记忆管理,彻底解决 AI /new 后的会话失忆问题。 - 引入三层加载机制(热/温/冷),session 启动仅加载所需记忆,节省 token,提升效率。 - 支持任务状态恢复、每日日记(主题归类)、项目索引、以及 Dream 定期反思性整理,自动修正记忆漂移。 - 完全基于文件系统,无需外部依赖,人类可随时审查和编辑。 - 明确配置和使用方法,实现安装即用、可扩展、可复查的记忆闭环管理。
元数据
Slug smart-memory-keeper
版本 1.5.2
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 8
常见问题

Smart Memory Keeper 是什么?

解决 AI /new 后失忆问题的记忆管理 skill。三层加载机制(热/温/冷),session 启动时只取当前需要的记忆,省 token。 包含:任务状态恢复、每日日记、项目索引、Dream 定期整理。纯文件系统,无需外部服务。 用户说"先这样"、"暂停"、"记住这个"、里程碑完成时触发。 Memory ma... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 186 次。

如何安装 Smart Memory Keeper?

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

Smart Memory Keeper 是免费的吗?

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

Smart Memory Keeper 支持哪些平台?

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

谁开发了 Smart Memory Keeper?

由 Ryan(@porkapple)开发并维护,当前版本 v1.5.2。

💬 留言讨论