← Back to Skills Marketplace
porkapple

Smart Memory Keeper

by Ryan · GitHub ↗ · v1.5.2 · MIT-0
cross-platform ✓ Security Clean
186
Downloads
1
Stars
0
Active Installs
8
Versions
Install in OpenClaw
/install smart-memory-keeper
Description
解决 AI /new 后失忆问题的记忆管理 skill。三层加载机制(热/温/冷),session 启动时只取当前需要的记忆,省 token。 包含:任务状态恢复、每日日记、项目索引、Dream 定期整理。纯文件系统,无需外部服务。 用户说"先这样"、"暂停"、"记住这个"、里程碑完成时触发。 Memory ma...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install smart-memory-keeper
  3. After installation, invoke the skill by name or use /smart-memory-keeper
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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 定期反思性整理,自动修正记忆漂移。 - 完全基于文件系统,无需外部依赖,人类可随时审查和编辑。 - 明确配置和使用方法,实现安装即用、可扩展、可复查的记忆闭环管理。
Metadata
Slug smart-memory-keeper
Version 1.5.2
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 8
Frequently Asked Questions

What is Smart Memory Keeper?

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

How do I install Smart Memory Keeper?

Run "/install smart-memory-keeper" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Smart Memory Keeper free?

Yes, Smart Memory Keeper is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Smart Memory Keeper support?

Smart Memory Keeper is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Smart Memory Keeper?

It is built and maintained by Ryan (@porkapple); the current version is v1.5.2.

💬 Comments