daily-digest

Generate a structured daily digest from memory notes and interactions.

1|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/family3253/skill --skill daily-digest-family3253
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: daily-digest
Source: https://github.com/family3253/skill/tree/main/skills/daily-digest
Command: npx skills add https://github.com/family3253/skill --skill daily-digest-family3253

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Daily Digest Skill consolidates scattered memory notes and interactions into a single, readable daily digest, saving time and preserving key decisions and learnings.

Core Features & Use Cases

  • Extracts decisions, lessons, actions, and questions from memory logs and daily interactions to produce a structured journal entry.
  • Generates a date-stamped digest saved as journals/digest/digest-YYYY-MM-DD.md for easy archiving and retrieval.
  • Enables automated scheduling via Clawbot or a system cron to maintain a consistent daily summary workflow.

Quick Start

Run the digest_daily.py script to generate today's digest.

Frequently Asked Questions about daily-digest

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a daily digest from markdown memory notes?▼

To generate a daily digest, run the digest_daily.py Python script, which reads dated memory markdown files and extracts structured sections to produce a summarized journal entry saved as a date-stamped markdown file.

What is the best way to automate daily memory digestion for agent interactions?▼

Automating daily memory digestion is best handled by scheduling the digest script via Clawdbot or a system cron, which consistently processes daily memory logs and interactions into a readable journal summary.

What file format and directory structure do I need for daily memory digestion?▼

Daily memory digestion requires memory notes stored as memory/YYYY-MM-DD.md files and will output the generated summary to the journals/digest/digest-YYYY-MM-DD.md path for archiving and retrieval.

Does daily digest generation require Python and specific memory logs?▼

Yes, daily digest generation requires Python to execute the script and direct access to structured memory markdown files containing decisions, lessons, actions, and questions from daily interactions.

Can I extract decisions and lessons from memory logs into a structured journal?▼

Yes, you can extract decisions, lessons, actions, and questions from memory logs by running the Python script, which parses these specific sections and consolidates them into a structured daily journal entry.

When should I not use an automated daily digest for memory workflows?▼

You should avoid automated daily digestion if your memory notes are not structured as dated YYYY-MM-DD.md files or if you lack a Python environment to execute the required parsing and summarization script.