← 返回 Skills 市场
虾尊记忆自动管理器
作者
a1003916989-blip
· GitHub ↗
· v1.0.0
· MIT-0
89
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install xiazun-memory-auto
功能描述
记忆自动主动管理:每15分钟自动扫描对话,发现重要信息自动写入每日memory。解决"主动感知靠自觉经常失效"的问题。 使用场景: - 每次对话结束后自动检查是否有遗漏的重要信息 - 自动记录完成的任务、决策、教训、配置变更 - 增量扫描对话历史,不遗漏不重复 - user + assistant 消息双读,确保...
安全使用建议
This skill is coherent with its stated goal, but it persistently reads transcripts and writes user/assistant content to disk. Before installing: (1) review whether you want all transcripts (including potential secrets) saved into ~/.openclaw/workspace/memory; (2) consider file permissions or encryption for that directory; (3) check the cron deliver settings (Feishu/channel) to avoid accidentally posting sensitive summaries to external channels; (4) test the script manually (python3 ~/.openclaw/scripts/memory-scan.py) and inspect the produced files to confirm formatting and redaction behavior; (5) if you need limits, add filters to memory-scan.py to redact tokens/credentials or to skip messages containing sensitive markers. The installer’s sed step references a hardcoded filename GUID that appears unnecessary — verify transcript path configuration after install. Autonomous invocation is allowed by default but is not combined with other red flags here; still monitor first few runs.
功能分析
Type: OpenClaw Skill
Name: xiazun-memory-auto
Version: 1.0.0
The skill is a utility for automated memory management that scans OpenClaw session transcripts and updates daily work logs. It uses a Python script (memory-scan.py) to perform incremental scans of chat history and sets up cron jobs to trigger the AI agent to summarize new information. The code and instructions in SKILL.md and setup.sh are consistent with the stated purpose and do not exhibit signs of data exfiltration, malicious execution, or unauthorized persistence.
能力评估
Purpose & Capability
Name/description match what the files and SKILL.md implement: a cron-driven scanner that reads session transcripts and writes daily memory files. Requested tools (exec, read, write) and the presence of scripts (memory-scan.py, setup.sh) are proportionate to this goal. No unrelated external services or credentials are requested.
Instruction Scope
SKILL.md and cron messages explicitly instruct running memory-scan.py to read the main session transcript(s) (~/.openclaw/agents/main/sessions/*.jsonl) and to write into ~/.openclaw/workspace/memory/*. That is expected, but it means the skill will persist both user and assistant message contents (up to truncation limits) into durable files — this can capture sensitive data. The instructions also include weekly merging and optional delivery notifications (feishu); those are consistent with the purpose but expand the blast radius (notifications may expose content if channel configuration is broad).
Install Mechanism
No remote downloads or package installs. setup.sh copies local scripts into ~/.openclaw and registers crons via the openclaw CLI. This is a low-risk local install pattern. One minor mismatch: setup.sh attempts a sed replacement of a hardcoded filename GUID that does not appear in memory-scan.py (harmless but may be a leftover).
Credentials
The skill declares no required environment variables or credentials and indeed operates on local filesystem paths. It does read transcripts and writes memory files as expected; no unexplained secrets, API keys, or config paths are requested.
Persistence & Privilege
always is false and the skill is user-invocable (normal). It writes persistent files under ~/.openclaw/workspace/memory and creates cron entries to run periodically, which is expected for this function. Because it persists conversation contents and may send notifications, users should be aware of the ongoing presence and storage of chat data — but the requested privileges are consistent with the stated goal and do not modify other skills or system-wide configs.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install xiazun-memory-auto - 安装完成后,直接呼叫该 Skill 的名称或使用
/xiazun-memory-auto触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
memory-auto-manager 1.0.0
- 自动化记忆管理系统上线,每15分钟定时扫描对话,主动补录遗漏的重要信息。
- 支持自动记录任务完成、决策、教训、配置变更等关键信息,避免遗忘或重复。
- 实现 user + assistant 消息双读,确保AI回复重要信息不丢失。
- 提供每日自动归档与每周自动合并,方便追踪和汇总历史重要事项。
- 适配 OpenClaw 平台,依赖cron、Python和主会话transcript。
元数据
常见问题
虾尊记忆自动管理器 是什么?
记忆自动主动管理:每15分钟自动扫描对话,发现重要信息自动写入每日memory。解决"主动感知靠自觉经常失效"的问题。 使用场景: - 每次对话结束后自动检查是否有遗漏的重要信息 - 自动记录完成的任务、决策、教训、配置变更 - 增量扫描对话历史,不遗漏不重复 - user + assistant 消息双读,确保... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 89 次。
如何安装 虾尊记忆自动管理器?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install xiazun-memory-auto」即可一键安装,无需额外配置。
虾尊记忆自动管理器 是免费的吗?
是的,虾尊记忆自动管理器 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
虾尊记忆自动管理器 支持哪些平台?
虾尊记忆自动管理器 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 虾尊记忆自动管理器?
由 a1003916989-blip(@a1003916989-blip)开发并维护,当前版本 v1.0.0。
推荐 Skills