← Back to Skills Marketplace
Daily Digest
by
Patrick Maeter
· GitHub ↗
· v1.0.0
7098
Downloads
4
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install daily-digest
Description
Generates a daily digest from stored memory files, summarizing decisions, lessons, actions, and questions into a dated journal entry.
Usage Guidance
Install this only if you are comfortable with memory notes being summarized into persistent local files. Review generated digests before sharing or syncing them, and be deliberate before enabling daily automation because sensitive details could be carried forward automatically.
Capability Analysis
Type: OpenClaw Skill
Name: daily-digest
Version: 1.0.0
The OpenClaw AgentSkills skill bundle 'daily-digest' is benign. The `digest_daily.py` script reads specific Markdown files from a 'memory' directory and writes a new Markdown digest file to a 'journals/digest' directory, all within the expected operational scope. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts in `SKILL.md` or `README.md`. All file operations are localized and aligned with the stated purpose of generating a daily summary.
Capability Assessment
Purpose & Capability
The stated purpose is generating a daily digest, and the script matches that by reading local dated memory Markdown files and writing a digest under journals/digest/.
Instruction Scope
The README mentions broader interactions and optional scheduling, but the runtime instructions are straightforward and the code is limited to local file reads and one local output file.
Install Mechanism
No installer, dependency bootstrap, auto-start hook, package installation, or privilege request is present in the reviewed artifacts.
Credentials
Reading local memory notes is proportionate to the digest purpose, but the resulting summaries may preserve sensitive personal or work information.
Persistence & Privilege
The skill creates persistent local digest files and suggests optional cron scheduling, but it does not install persistence itself, escalate privileges, access credentials, delete files, or make network calls.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install daily-digest - After installation, invoke the skill by name or use
/daily-digest - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of the daily-digest skill.
- Generates a daily digest from memory and interactions, saved as journals/digest/digest-YYYY-MM-DD.md.
- Run the digest_daily.py script manually or automate with a scheduler.
- Extracts decisions, lessons, actions, and questions from daily memory files.
- Includes a placeholder summary if no structured entries are found.
Metadata
Frequently Asked Questions
What is Daily Digest?
Generates a daily digest from stored memory files, summarizing decisions, lessons, actions, and questions into a dated journal entry. It is an AI Agent Skill for Claude Code / OpenClaw, with 7098 downloads so far.
How do I install Daily Digest?
Run "/install daily-digest" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Daily Digest free?
Yes, Daily Digest is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Daily Digest support?
Daily Digest is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Daily Digest?
It is built and maintained by Patrick Maeter (@pmaeter); the current version is v1.0.0.
More Skills