What problem does it solve? Recurring digests (morning briefings, end-of-day snapshots, health checks) often burn LLM tokens on deterministic data stitching, or silently fail when OAuth sessions expire between scheduled runs. This Skill provides a proven pattern for building scheduled scripts that fetch multiple data sources, assemble a markdown briefing, and deliver it to Discord or Telegram with zero LLM involvement at run time. ## Core Features & Use Cases - Deterministic multi-source briefings: A template script with isolated src_*() functions per data source (weather, Google Calendar, Apple Calendar, Reminders, Gmail, Reddit news), each failing independently without killing the whole briefing. - Hermes cron integration: Correct scheduling conventions for no_agent=true jobs, including the bare-filename script path requirement, the 120s script timeout, and silent-on-empty-stdout behavior. - Scripted editorial synthesis: A fix for the fragile hybrid pattern — call Nous models directly with a static NOUS_API_KEY inside the script instead of relying on expiring OAuth sessions. - Use Case: Create a 7 AM daily briefing that pulls weather, calendar events, open reminders, and unread Gmail, composes a chief-of-staff style summary, and posts it to a Discord channel every morning without burning agent tokens. ## Quick Start Ask the agent to use the cron-briefing-script skill to create a daily 7am morning briefing script that pulls weather, calendar, and unread Gmail and delivers it to your Discord channel.