← 返回 Skills 市场
zhuqingsonga

memory-auto-update

作者 zhuqingsonga · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
126
总下载
1
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install memory-auto-update
功能描述
记忆自动更新 - 智能识别重要内容,自动更新记忆,再也不用担心忘记了。 触发场景(中文): - 更新记忆、保存一下、记录今天的对话 - 这个很重要、你记住、记下来、别忘了 - 你忘了吗、你怎么不记得、你记性太差了 - 今天就这样、先到这里、结束了、总结一下今天 - 设置更新模式、设置更新频率、当前设置是什么 -...
安全使用建议
This skill appears to do what it says: extract important items from the current conversation, show summaries for confirmation, and save them locally. Before installing, consider: 1) sensitive data: anything the agent saves becomes a persistent file in the agent workspace—avoid asking it to save secrets or credentials; 2) filesystem paths: the scripts default to /root/.openclaw/workspace and the skill data folder—make sure those paths are acceptable in your environment or update them; 3) confirmation behavior: SKILL.md states the user confirms before final save, but ensure your agent policy enforces that behavior if you need manual approval; 4) review or run the included Python scripts in a safe environment if you want to verify exact behavior (they are readable and have no network calls). If you require stricter guarantees, require manual confirmation before any write or change the memory directory to a restricted location.
功能分析
Type: OpenClaw Skill Name: memory-auto-update Version: 1.0.0 The memory-auto-update skill is a utility designed to extract and store structured information (decisions, tasks, and facts) from user conversations into local Markdown files. The implementation uses standard Python libraries for regex-based text processing and local file I/O within the environment's workspace (/root/.openclaw/workspace/memory/). There is no evidence of data exfiltration, malicious execution, or harmful prompt injection; the code and instructions in SKILL.md and the scripts (extract_memory.py, write_memory.py) are entirely consistent with the stated purpose of managing agent memory.
能力评估
Purpose & Capability
The name/description (automatic memory updates) align with the included scripts: extraction (extract_memory.py), summary generation (generate_summary.py), writing to local memory files (write_memory.py), and settings management (user_settings.py). There are no unrelated credentials, binaries, or external dependencies declared.
Instruction Scope
SKILL.md limits operation to the current conversation and describes confirmation steps before saving. The scripts operate on conversation text passed into them and do not make network calls or inspect arbitrary system files. Note: the code will persist extracted content to disk in the agent workspace if invoked — ensure the agent only passes intended conversation text (and be aware sensitive user content could be stored).
Install Mechanism
No install spec or external downloads; this is an instruction+scripts skill with local Python code only. Nothing is fetched from remote URLs or package registries during install.
Credentials
The skill requests no environment variables or credentials (proportional). It does assume and use workspace file paths (defaults under /root/.openclaw/workspace and /root/.openclaw/workspace/skills/...), which is expected for a local memory feature but means it can read/write files in the agent workspace — confirm that default paths are acceptable in your deployment.
Persistence & Privilege
The skill persists data to local memory files (memory/YYYY-MM-DD.md) and settings under the skill data path. always is false and it does not modify other skills or system-wide configs. Because it writes persistent files, consider the privacy implications of storing conversation content.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install memory-auto-update
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /memory-auto-update 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
memory-auto-update v1.0.0 - Initial release of "记忆自动更新 / Memory Auto Update" skill. - Supports automatic and manual memory updates triggered by key phrases in Chinese and English. - Offers three update modes (主动, 被动, 智能混合) and five update frequencies for flexible control. - Intelligent recognition of important content (decisions, to-dos, agreements, facts, preferences, projects) within conversations. - Automatic responses to user reminders or complaints (e.g., "你忘了吗?") with memory extraction and updating. - Allows user customization of update modes, frequency, and reminder style. - Provides clear workflows, standardized memory file format, and guidance for best practices and limitations.
元数据
Slug memory-auto-update
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

memory-auto-update 是什么?

记忆自动更新 - 智能识别重要内容,自动更新记忆,再也不用担心忘记了。 触发场景(中文): - 更新记忆、保存一下、记录今天的对话 - 这个很重要、你记住、记下来、别忘了 - 你忘了吗、你怎么不记得、你记性太差了 - 今天就这样、先到这里、结束了、总结一下今天 - 设置更新模式、设置更新频率、当前设置是什么 -... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 126 次。

如何安装 memory-auto-update?

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

memory-auto-update 是免费的吗?

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

memory-auto-update 支持哪些平台?

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

谁开发了 memory-auto-update?

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

💬 留言讨论