Daily Memory Save

ReviewAudited by ClawScan on May 10, 2026.

Overview

This skill is transparent about creating persistent local memory from conversation history, but users should understand it runs on a schedule and saves summaries silently by default.

Install this only if you want your agent to keep persistent local memory from conversations. Keep the workspace private, review `memory/` and `MEMORY.md` regularly, and consider enabling notification mode so you know when memories are saved.

Findings (2)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

Private conversation details may be saved and later reused by the agent if the workspace or memory files are not managed carefully.

Why it was flagged

The skill persists summaries of conversation history into local memory files, which is central to its purpose but can retain private or sensitive context across sessions.

Skill content
reads your conversation history to extract memories... Writes to `memory/YYYY-MM-DD.md` and `MEMORY.md` in your workspace. These contain conversation summaries.
Recommendation

Use this only in a private workspace, periodically review and delete unwanted memory entries, and avoid discussing secrets if the memory files may be shared or synced.

What this means

The agent may update memory files during scheduled runs without notifying you each time.

Why it was flagged

The skill is designed for recurring main-session operation and silent file updates. This is disclosed and purpose-aligned, but it means memory writes may happen without immediate user awareness.

Skill content
Schedule: 0 9,11,13,15,17,19,21,23 * * *
Target: main (system event)... Do NOT message the user about this — just do it quietly.
Recommendation

If you want visibility, enable the documented notification mode or use a less frequent schedule.