← 返回 Skills 市场
meimakes

Daily Memory Save

作者 Mei Park · GitHub ↗ · v1.0.4 · MIT-0
cross-platform ✓ 安全检测通过
931
总下载
1
收藏
1
当前安装
5
版本数
在 OpenClaw 中安装
/install daily-memory-save
功能描述
Periodically reviews conversation history and writes memory files to maintain agent continuity across sessions. Dual-layer system with daily raw notes and cu...
使用说明 (SKILL.md)

Daily Memory Save Skill

Periodically reviews conversation history and writes memory files to maintain agent continuity across sessions.

⚠️ Privacy & Transparency Notice

Before installing, understand what this skill does:

  • Main-session access: This skill runs in your main session and reads your conversation history to extract memories. Only install if you trust your workspace environment.
  • Silent by default: The default prompt operates silently. If you want notifications when memories are saved, modify the cron prompt (see "Notification Mode" below).
  • Persistent files: Writes to memory/YYYY-MM-DD.md and MEMORY.md in your workspace. These contain conversation summaries. Ensure your workspace is private and backed up.
  • No network access: This skill makes no network calls. It only reads conversation history and writes local files. Your runtime should enforce this — the skill's claim alone is not a security guarantee.
  • No credentials: This skill does not use or store any API keys, tokens, or secrets.

Recommended: Review saved memory files periodically. Delete anything you don't want persisted.

What It Does

Runs as a recurring system event in the main session. Reviews recent conversations for anything worth remembering and writes daily memory notes.

Cron Setup

Schedule as a main-session system event running every 2 hours during waking hours:

Schedule: 0 9,11,13,15,17,19,21,23 * * *
Target: main (system event)

Silent Mode (default)

AUTOMATION: Daily memory save. Review today's conversation for anything worth remembering.
Look for: decisions made, preferences expressed, new info about people/projects,
lessons learned, things the user asked you to remember, emotional context worth noting.

Create or update workspace/memory/YYYY-MM-DD.md (today's date) with a daily note
capturing what matters. If anything is significant enough for long-term memory,
also update workspace/MEMORY.md.

CRITICAL — DEDUP BEFORE WRITING:
Before adding ANY section to a memory file, READ the file first and check if that
section or substantially similar content already exists. If it does, SKIP it.
Use the Edit tool to make surgical additions — do NOT rewrite or re-append the
entire file. Compare section headers (## headings) and key phrases to detect dupes.
If the file already covers a topic, only add genuinely NEW details under the
existing section. Never append a section that duplicates an existing one.

If it's been a quiet day with nothing notable, skip silently.
Be selective — capture signal, not noise. Write like future-you will need this context.
Do NOT message the user about this — just do it quietly.

Notification Mode (opt-in)

If you prefer to be notified when memories are saved, replace "Do NOT message the user" with:

After saving, send a brief summary of what was captured (1-2 lines max).

Memory File Format

Daily notes (memory/YYYY-MM-DD.md)

Raw daily logs organized by topic/time. Include:

  • Decisions made
  • Project updates
  • Preferences expressed
  • Lessons learned
  • Notable interactions

Long-term memory (MEMORY.md)

Curated, distilled insights that persist beyond daily context. Updated when something is significant enough to remember long-term.

Key Design Decisions

  • Main session target: Runs as a systemEvent in the main session so it has access to conversation history
  • Silent by default: Configurable — see Notification Mode above
  • Selective capture: Signal over noise — skip quiet periods entirely
  • Dual-layer memory: Daily notes for raw context, MEMORY.md for distilled wisdom

Requirements

  • OpenClaw with cron support
  • Main session system event capability
  • Writable memory/ directory in workspace
安全使用建议
This skill appears to do what it claims: periodically read conversation history and write local memory files. Before installing: (1) Ensure the workspace where it will write memory/ and MEMORY.md is private and access-controlled (these files may contain sensitive chat content). (2) Confirm your OpenClaw runtime enforces the claimed 'no network access' for this skill — the skill's text states no network calls, but that is not an enforcement mechanism. (3) Consider enabling Notification Mode if you want visibility when the skill saves memories (default is silent). (4) Periodically audit and delete memory files you don't want persisted. (5) If you want additional containment, run the skill only in a session with limited permissions or review OpenClaw's policy controls for restricting system-event scope. If any part of the environment or platform could be untrusted, treat this as higher risk and avoid persistent enabling.
功能分析
Type: OpenClaw Skill Name: daily-memory-save Version: 1.0.4 The daily-memory-save skill is a utility designed to provide long-term memory for an AI agent by periodically summarizing conversation history into local markdown files (memory/ and MEMORY.md). It operates as a scheduled background task and includes explicit instructions for the agent to avoid network access, credential handling, and unnecessary user interruptions, aligning perfectly with its stated purpose in SKILL.md and README.md.
能力评估
Purpose & Capability
Name/description say the skill will review conversation history and write memory files; SKILL.md instructs exactly that and requires writable memory/ and MEMORY.md paths. No extra binaries, env vars, or installs are requested — the requested capabilities align with the stated purpose.
Instruction Scope
Instructions explicitly tell the agent to run as a main-session system event, read conversation history, deduplicate, and write to workspace/memory/YYYY-MM-DD.md and workspace/MEMORY.md. This is exactly the intended behavior, but it is privacy-sensitive (the skill runs silently by default and will access history without notifying the user unless Notification Mode is enabled). The README/SKILL.md acknowledge the privacy risk and recommend review, which is good transparency.
Install Mechanism
No install spec and no code files — instruction-only. Nothing is downloaded or written to disk by an installer, minimizing supply-chain risk.
Credentials
The skill requests no environment variables, credentials, or config paths beyond writable workspace paths. That is proportionate to its purpose of local memory writing. The SKILL metadata also declares writablePaths limited to memory/ and MEMORY.md.
Persistence & Privilege
always:false (not force-included). The skill is meant to run as a main-session system event and, with default model invocation enabled, can be scheduled to run autonomously — this is coherent with its purpose but creates a persistent reading/writing presence in the main session. Users should be aware this gives ongoing access to conversation history while enabled.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install daily-memory-save
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /daily-memory-save 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.4
Cross-list sync from workspace
v1.0.3
- Documentation update only: improved and clarified README.md content. - No changes to code, features, or behavior. - Skill functionality and requirements remain unchanged.
v1.0.2
Address scanner concerns: added privacy/transparency notice, documented silent vs notification mode, added homepage and author, clarified runtime enforcement vs skill claims
v1.0.1
Add writable path declarations and security metadata to address ClawHub scanner concerns
v1.0.0
Initial release: dual-layer memory system for agent continuity
元数据
Slug daily-memory-save
版本 1.0.4
许可证 MIT-0
累计安装 2
当前安装数 1
历史版本数 5
常见问题

Daily Memory Save 是什么?

Periodically reviews conversation history and writes memory files to maintain agent continuity across sessions. Dual-layer system with daily raw notes and cu... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 931 次。

如何安装 Daily Memory Save?

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

Daily Memory Save 是免费的吗?

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

Daily Memory Save 支持哪些平台?

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

谁开发了 Daily Memory Save?

由 Mei Park(@meimakes)开发并维护,当前版本 v1.0.4。

💬 留言讨论