← Back to Skills Marketplace
zhuqingsonga

memory-auto-update

by zhuqingsonga · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
126
Downloads
1
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install memory-auto-update
Description
记忆自动更新 - 智能识别重要内容,自动更新记忆,再也不用担心忘记了。 触发场景(中文): - 更新记忆、保存一下、记录今天的对话 - 这个很重要、你记住、记下来、别忘了 - 你忘了吗、你怎么不记得、你记性太差了 - 今天就这样、先到这里、结束了、总结一下今天 - 设置更新模式、设置更新频率、当前设置是什么 -...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install memory-auto-update
  3. After installation, invoke the skill by name or use /memory-auto-update
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug memory-auto-update
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is memory-auto-update?

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

How do I install memory-auto-update?

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

Is memory-auto-update free?

Yes, memory-auto-update is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does memory-auto-update support?

memory-auto-update is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created memory-auto-update?

It is built and maintained by zhuqingsonga (@zhuqingsonga); the current version is v1.0.0.

💬 Comments