What problem does it solve? Scheduling reminders, recurring briefings, and automated tasks often fails due to timezone mistakes, unreachable delivery platforms, and misconfigured jobs. This Skill provides a reliable workflow for creating cron jobs that fire at the right time and deliver to the right place. ## Core Features & Use Cases - One-shot and recurring scheduling: Create jobs using ISO timestamps, durations (30m, 2h), natural language (every monday 9am), or standard cron expressions, with explicit timezone offsets to avoid UTC traps. - Delivery target management: Deliver job output to Telegram, Discord channels, or the current chat, with verification steps to confirm platforms and users are reachable before scheduling. - Script-based jobs (no_agent mode): Run Python or bash scripts on a schedule without LLM involvement, delivering stdout verbatim for zero-token automation like backups and inbox scans. - Use Case: Set up a daily 7 AM JST job that searches the web, curates content, and posts a formatted digest to a specific Discord channel, with a kanban task tracking its status. ## Quick Start Schedule a reminder for me tomorrow at 9 AM Japan time that sends a message to my Telegram chat.