Daily Digest Skill

Generate a markdown summary of system status, recent events, and pending tasks.

26|5|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/kunwl123456/zeroclaw-skills-collection --skill daily-digest-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Daily Digest Skill
Source: https://github.com/kunwl123456/zeroclaw-skills-collection/tree/main/daily-digest
Command: npx skills add https://github.com/kunwl123456/zeroclaw-skills-collection --skill daily-digest-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill provides a consolidated overview of your system's status, recent activities, and pending tasks, helping you stay informed and organized.

Core Features & Use Cases

  • System Status: Reports on system uptime and Node.js version.
  • Recent Events: Summarizes the last few recorded events.
  • Pending Tasks: Lists upcoming tasks from a heartbeat file.
  • Use Case: Start your day by running this skill to get a quick snapshot of what happened overnight and what needs your attention.

Quick Start

Generate the daily digest report.

Frequently Asked Questions about Daily Digest Skill

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

FAQPage Schema
How do I generate a daily summary of system status and pending tasks?

To generate a daily summary, this skill reads system uptime, filters recent events from a file, and samples pending tasks from a heartbeat file. It outputs a markdown digest to the console and saves it to a temporary file.

How do I get a quick snapshot of recent system events overnight?

You get a quick snapshot of recent events by running this skill, which filters the last five lines from your recent events file. This provides a concise overview of overnight activities for your review.

What is the best way to track system uptime and Node.js version together?

The best way to track system uptime and Node.js version is through a generated daily digest. This skill consolidates system status information into a single markdown summary for quick reference.

Can I use this skill to list upcoming tasks from a heartbeat file?

Yes, you can use this skill to list upcoming tasks. It samples pending tasks directly from a heartbeat file and includes them in the daily markdown summary alongside system status and recent events.

Does generating a daily digest require any external dependencies?

Generating a daily digest requires no external dependencies. The skill operates using basic scripts to read system uptime, filter event logs, and sample tasks without needing additional packages.

Where is the daily digest report saved after generation?

The daily digest report is saved to a temporary file after generation. It is also printed directly to the console, allowing you to immediately view the system status and pending tasks summary.