What problem does it solve?
This Skill enables reliable scheduling of reminders and automated tasks so users and agents do not miss time-sensitive actions or manual follow-ups.
Core Features & Use Cases
- Three Modes: Reminder (send a message to a user), Task (agent runs a task and sends results), One-time (run once at a specific time then auto-delete).
- Flexible Scheduling: Support for interval-based scheduling via every_seconds, cron expressions with tz for timezone-aware schedules, and ISO datetime for one-off runs.
- Management & Utilities: Add, list, and remove jobs, and attach job IDs for deterministic control in automation workflows.
- Use Case: Schedule market checks, team standup notifications, or periodic GitHub/metric monitors that run automatically and report back.
Quick Start
Add a recurring 20-minute reminder by creating a cron job with action add, message Time to take a break!, and every_seconds 1200.