Daily Digest
Skill by pmaeter
Why use this skill?
Install the Daily Digest skill to automatically synthesize your daily memory logs into actionable summaries, tracking decisions, lessons, and tasks.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/pmaeter/daily-digestWhat This Skill Does
The Daily Digest skill by pmaeter is a powerful utility designed to help users synthesize their daily activities, insights, and interactions into a structured, reflective format. By analyzing your memory files stored in memory/YYYY-MM-DD.md, the skill intelligently extracts key decisions made throughout the day, important lessons learned, action items that require follow-up, and lingering questions. This process transforms raw logs into a clean, actionable summary saved as journals/digest/digest-YYYY-MM-DD.md. It acts as a cognitive bridge, helping you maintain continuity in your projects and personal development by highlighting what matters most from your recent history.
Installation
To integrate the Daily Digest skill into your OpenClaw environment, ensure you have the OpenClaw CLI configured correctly. Run the following command in your terminal:
clawhub install openclaw/skills/skills/pmaeter/daily-digest
Once installed, you can trigger the generation process manually using the provided digest_daily.py script. For those seeking complete automation, this script is designed to be easily incorporated into a standard cron job or a system scheduler, ensuring your digest is waiting for you every morning without manual intervention.
Use Cases
- Project Management: Track high-level decisions and pending actions across multiple days to ensure project momentum.
- Self-Reflection: Use the digest as a journaling tool to capture daily insights and personal growth milestones.
- Team Syncs: Generate concise reports based on your daily interactions to share with stakeholders or use as prep material for team meetings.
- Continuity Planning: Quickly review what was left unfinished yesterday to prioritize the start of your current workday.
Example Prompts
- "Hey OpenClaw, run the daily digest script for today and highlight the three most important decisions I made yesterday."
- "Generate my daily digest and focus specifically on extracting any pending action items I mentioned in my notes from the last 24 hours."
- "Create a summary of my day; if there are no structured entries, please provide a general overview of my interactions with the agent."
Tips & Limitations
To get the most out of the Daily Digest, try to maintain consistent formatting in your memory/YYYY-MM-DD.md files; using headers or bullet points helps the script parse data more effectively. If the script finds no structured data, it will provide a placeholder summary, which is useful but less granular. Be aware that the script relies on local file access, so ensure your memory directory is correctly mapped and persistent if you are running OpenClaw in a containerized environment.
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-pmaeter-daily-digest": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, file-write