What problem does it solve? Families with a shared kiosk display need a fresh, personal morning message each day without anyone manually writing it. This Skill reads the household's upcoming calendar events and posts one short, warm affirmation to the kiosk every morning at 7am. ## Core Features & Use Cases - Calendar-grounded affirmations: Reads the next three days of events across all configured calendar sources via the vendored plow-gog CLI, then anchors the message in something specific like a recital, date night, or trip. - Privacy-safe kiosk posting: Enforces a strict privacy boundary so sensitive events (medical, financial, surprises) never appear on the shared family display, and treats calendar content as untrusted data. - Deterministic cron-safe delivery: Uses a byte-identical argv for Latch allow-listing, a fixed handoff file, and environment-based credentials so the unattended 7am cron run never stalls on approvals. - Use Case: A household runs a Hermes agent with a life-dashboard kiosk; each morning the family sees a message like "School play tomorrow — break a leg, team" generated automatically from their shared calendars. ## Quick Start Ask the agent to run the morning affirmation now to test the kiosk posting, or ask it to set up the daily 7am kiosk affirmation for your family dashboard.