Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Authors
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

ProTermsPrivacyRefunds
Back to skills

Save Daily Memory For Continuity

ASecurity

Periodically reviews conversation history and writes memory files to maintain agent continuity across sessions. Dual-layer system with daily raw notes and curated long-term memory.

19 stars
0 votes
0 copies
1 views
Added 9/19/2026
ai-agentsrustgoexpressapisecurity

Works with

api

Security Analysis

A100/100

Scanned 9/19/2026

Install to Claude Code

$npx -y skills add rondoflow/rondoflow --skill save-daily-memory-for-continuity --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Save Daily Memory For Continuity?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Save Daily Memory For Continuity
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/rondoflow-save-daily-memory-for-continuity/badge)](https://www.skillsdirectory.com/skills/rondoflow-save-daily-memory-for-continuity)

More formats (shields.io, HTML) on the badges page.

Download with Pro
Files
SKILL.md
---
name: save-daily-memory-for-continuity
description: "Periodically reviews conversation history and writes memory files to maintain agent continuity across sessions. Dual-layer system with daily raw notes and curated long-term memory."
category: "AI & Agents"
author: community
version: "1.0.4"
icon: bot
---

# 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

Attribution

rondoflowrondoflow
View sourceMore from rondoflow →
SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Related Skills

Caveman

Ultra-compressed communication mode that cuts output tokens while keeping technical accuracy. Levels: lite, full, ultra and the wenyan variants. Use for /caveman, "caveman mode", "talk like caveman", "be brief" or "less tokens".

1074701 votes

Hyperplan

Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...

693621 votes

Mcp Code Execution

Routes multi-tool workflows through MCP servers for large datasets and pipelines. Use when Bash tool overhead is limiting throughput on data-heavy tasks.

3351 votes

catchup

Recovers the conversation and failed tool calls of a previous Codex, Claude Code, Antigravity, Cline, Copilot CLI, Cursor, DeepSeek Harness, Kimi, OpenCode, Pi Agent, or ZCode session. Use when the user says "catch up", "what did the last session do", "get me up to speed", "I switched agents", asks to recover/summarize a previous session before continuing, or asks to diagnose or report a catchup failure. Do NOT use for the current conversation, git history, or any non-agent log.

691 votes

math-skill

A comprehensive mathematical reasoning skill for AI assistants — handles arithmetic to research-level problems with rigorous step-by-step reasoning, systematic verification, and transparent uncertainty handling

381 votes
View all in ai-agents →