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 curated long-term memory.
Why use this skill?
Automate agent continuity with daily-memory-save. Automatically catalog conversation highlights, project decisions, and user preferences into persistent Markdown logs.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/meimakes/daily-memory-saveWhat This Skill Does
The daily-memory-save skill is a sophisticated background automation designed to preserve the continuity of your interaction history with OpenClaw. It functions as a digital scribe, periodically scanning your session logs to extract, synthesize, and categorize valuable information. By maintaining a dual-layer memory system—comprising granular daily records in memory/YYYY-MM-DD.md and high-level, persistent insights in MEMORY.md—this skill ensures that context is not lost when sessions terminate or time out. It operates silently to minimize friction, filtering out transient chatter while prioritizing actionable data such as project milestones, user preferences, and evolving project requirements.
Installation
To install this skill, use the OpenClaw command-line interface within your terminal:
clawhub install openclaw/skills/skills/meimakes/daily-memory-save
After installation, configure your system event scheduler to trigger the skill at appropriate intervals, such as every two hours during your active working day, to ensure consistent documentation of your progress.
Use Cases
- Project Management: Automatically track evolving requirements and architecture decisions across long-running development tasks.
- Personal Productivity: Maintain a log of personal preferences and communication styles that the agent should adopt in future interactions.
- Continuity Assurance: Seamlessly pick up complex reasoning tasks where you left off, even after several days of inactivity.
- Knowledge Management: Build a searchable knowledge base of lessons learned from debugging, research, or creative brainstorms.
Example Prompts
- "OpenClaw, can you review today's MEMORY.md file and summarize the three most important architectural decisions we reached this week?"
- "Update my long-term memory to prioritize concise technical documentation over conversational filler in future interactions."
- "Is there any record in my daily memory files from last Tuesday regarding the API integration issues we faced?"
Tips & Limitations
- Review Cycles: Periodically audit your
MEMORY.mdfile. Over time, redundant or outdated information can clutter your context window; manually pruning this file keeps your agent's recall efficient. - Privacy: Since this skill writes files to your local machine, ensure your workspace is stored in a secure, encrypted, and backed-up directory.
- Silent Operation: While the default is silent, enabling 'Notification Mode' for a few days can help you understand how the skill parses your conversations, allowing you to tune the 'look for' criteria in your cron settings for better accuracy.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-meimakes-daily-memory-save": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read
Related Skills
nag
Persistent reminder system that keeps bugging you until you confirm completion. Use when setting up recurring reminders, nag schedules, or any task that needs follow-up until acknowledged. Handles daily resets, configurable nag windows, escalating urgency, and natural-language confirmation matching. Do NOT use for one-shot reminders (use cron instead) or time-sensitive alerts that need immediate action (use cron with wakeMode now).
deep-current
Persistent research thread manager with a CLI for tracking topics, notes, sources, and findings. Pair with a nightly cron job to build a personal research digest over time. The shipped code is a local Python CLI for thread management — research is performed by the agent using its standard web_search and web_fetch tools.