What problem does it solve?
This Skill solves the problem of setting accurate reminders, one-off alerts, and recurring scheduled tasks without guessing time-zone handling or delivery parameters.
Core Features & Use Cases
- Cron, interval, and specific-time scheduling: Supports one-time at-times (including “X minutes later”) and recurring schedules (every N minutes/hours, daily, weekly, weekdays).
- Correct delivery routing to internal vs external channels: Ensures the scheduled job is created using the proper delivery target, including mandatory lookup rules for external channels.
- Guardrails against invalid scheduling: Enforces timezone computation via date +%z, requires agentId, and prevents creating external-channel delivery jobs without a valid to target.
Use case: You want to remind your teammate every weekday at 6 PM to submit their status update, or send a one-time alert 10 minutes from now with a custom message.
Quick Start
Tell your assistant: “Create a recurring reminder every weekday at 6 PM for my status update: {content}.”