← 返回 Skills 市场
rocky2046

Memory Workflow

作者 rocky2046 · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
219
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install memory-workflow
功能描述
记忆管理工作流 - 会话读档、每日摘要、实时写入,解决 AI 助手"失忆"问题
安全使用建议
This skill is coherent with its purpose (local memory files + cron automation) but review a few things before installing: - Inspect scripts/install.sh and confirm you want files created under /root/.openclaw/workspace. If you don't run as root, adjust WORKSPACE to a path inside your home directory to avoid permission errors. - The installer edits the crontab and adds a job that runs every minute. Consider changing the schedule to a less frequent interval if you don't need 1-minute resolution. - weekly-review.sh will delete memory/*.md older than KEEP_DAYS — back up any important notes and set KEEP_DAYS carefully. - No network calls or secret exfiltration were found, but you should still run the install script in a safe environment (or review/modify it) before executing, especially because it writes under /root and modifies crontab. If you want a lower-privilege install, change WORKSPACE in the scripts to a user-owned directory and then run the installer as that user. If unsure, don't run the installer until you've validated those changes.
功能分析
Type: OpenClaw Skill Name: memory-workflow Version: 1.0.1 The memory-workflow skill bundle is a legitimate tool designed to help an AI agent maintain long-term memory through local markdown files. It uses standard shell scripts (install.sh, daily-summary.sh, weekly-review.sh) and cron jobs to automate the creation of daily summaries and the cleanup of old logs. The logic is transparent, operates strictly within the local workspace directory (/root/.openclaw/workspace), and contains no evidence of data exfiltration, obfuscation, or unauthorized remote execution.
能力评估
Purpose & Capability
Name/description (memory management, daily summaries, realtime writes) align with included scripts and declared binaries (bash, cron). The skill only uses local files and cron to implement the workflow, which is proportionate to the stated purpose.
Instruction Scope
Runtime instructions and scripts read and write local files (MEMORY.md, memory/*.md, config, marker/timestamp files), create templates, and delete old notes. Those actions are within scope for a memory workflow but are potentially impactful: weekly-review deletes files older than KEEP_DAYS, and cron-driven auto-creation will run without interactive confirmation. Also, troubleshooting suggests sourcing the install script which would re-run setup logic. Review the deletion/auto-write semantics to ensure you won't lose data unintentionally.
Install Mechanism
No external downloads or package installs. The package is instruction-plus-scripts only; install.sh only creates local files, templates and a cron job. This is a low-risk install mechanism in terms of remote code fetch.
Credentials
The scripts hardcode WORKSPACE="/root/.openclaw/workspace" and operate under /root. That assumes root-level access or will fail under an unprivileged user. The skill does not request secrets or external credentials, which is appropriate, but requiring write access to /root and the ability to edit crontab is elevated and should be deliberate.
Persistence & Privilege
The installer modifies the user's crontab to run a job every minute (persistent system-level change). While required for the timeout mechanism, frequent cron execution and automated file writes/deletions increase blast radius if misconfigured. The skill does not set always:true, but it does persist via cron and writes to long-lived files.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install memory-workflow
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /memory-workflow 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Internal metadata file (_meta.json) updated; no functional or user-facing changes. - Documentation, features, and workflow remain unchanged from version 1.0.0.
v1.0.0
memory-workflow 1.0.0 - Initial release providing an end-to-end memory management workflow: session archiving, daily summaries, and real-time writebacks. - Automates reading memory at new session start, creates daily summary notes with timeout, and prompts instant updates for key info. - Includes weekly memory review and cleanup to keep information up-to-date and relevant. - Designed to address AI assistant "memory loss" with scripts, templates, and automatic cron tasks. - Configurable via .memory-workflow-config and supports easy troubleshooting and community contributions.
元数据
Slug memory-workflow
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Memory Workflow 是什么?

记忆管理工作流 - 会话读档、每日摘要、实时写入,解决 AI 助手"失忆"问题. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 219 次。

如何安装 Memory Workflow?

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

Memory Workflow 是免费的吗?

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

Memory Workflow 支持哪些平台?

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

谁开发了 Memory Workflow?

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

💬 留言讨论