scheduled-summary

Aggregate session activity, cron outputs, and memory changes into summaries.

15|3|Updated Jul 8, 2026
One-click install
npx skills add https://github.com/moonlight-lupin/agent-skills --skill scheduled-summary
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scheduled-summary
Source: https://github.com/moonlight-lupin/agent-skills/tree/main/productivity/scheduled-summary
Command: npx skills add https://github.com/moonlight-lupin/agent-skills --skill scheduled-summary

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the creation of comprehensive summaries of session activity and scheduled job outcomes, enabling users to efficiently review their work and identify areas for improvement without manually sifting through logs and data sources.

Core Features & Use Cases

  • Session Activity Aggregation: Automatically aggregate session activity, cron job outputs, memory changes, and tool usage stats into a concise summary.
  • Outstanding Tasks Identification: Surface outstanding tasks and cross-session context that might be overlooked in chat platforms.
  • Customizable Reports: Generate Markdown, JSON, or plain text summaries, with configurable sections and output formats.
  • Integration with Other Skills: Designed to work with other skills like 'decision-log' and 'news-monitoring' to provide a comprehensive view of daily operations.
  • Use Case: For instance, after a full day of work, a user can request the summary to quickly review the day's accomplishments, outstanding tasks, and cron job outcomes.

Quick Start

To generate a summary of today's activities, run:

python scripts/summarize.py generate --since 24h

Frequently Asked Questions about scheduled-summary

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

FAQPage Schema
How do I automate daily activity summaries across sessions and scheduled jobs?

To automate daily activity summaries, you can run the script `python scripts/summarize.py generate --since 24h` to aggregate session activity, cron outputs, memory records, and tool usage stats into a concise operational review.

What is the best way to aggregate cron outputs and session activity for operational review?

Aggregating cron outputs and session activity requires a tool that pulls data from session stores, memory changes, and log files. This Skill automatically compiles these data points to provide insights into performance and outstanding tasks without manual log sifting.

Do I need Python 3.11 to generate cross-session summaries?

Yes, generating cross-session summaries with this tool requires Python 3.11 or a higher version, along with specific environment configurations, to ensure compatibility with the Hermes Agent and underlying data aggregation scripts.

Can I customize the output format of scheduled job summaries?

You can customize scheduled job summaries by generating outputs in Markdown, JSON, or plain text formats. The summary sections and output structure are configurable to suit different operational review needs and platform integrations.

How does cross-session context identify outstanding tasks from chat platforms?

Identifying outstanding tasks from chat platforms involves surfacing cross-session context that is often overlooked. This Skill aggregates memory records and session stores to highlight incomplete actions and pending items across daily operations.

Does this session activity aggregation tool work with other operational Skills?

Yes, this session activity aggregation tool is designed to integrate with other operational Skills like 'decision-log' and 'news-monitoring', providing a comprehensive view of daily operations and cross-session context.