Schedule and manage reminders (add/list/delete/clear) with multi-channel delivery. Use when the user asks to be reminded at a specific time, recurring cadence, or to manage existing reminder tasks.
No external dependencies required. Uses built-in reminder scheduler and delivery channels.
| User Intent | Action |
|---|---|
| Create reminder for future time | blue reminder add |
| View pending reminders | blue reminder list |
| Delete one reminder | blue reminder delete |
| Remove all reminders | blue reminder clear |
blue reminder add message="Check the build" time=30m
blue reminder add message="Team standup" time="2026-03-01 09:00" recurring=daily
blue reminder list
blue reminder delete id=push_abc123
blue reminder clear
Time formats:
1h, 30m, 2h30m2026-03-01 09:002026-03-01T09:00:00+08:00| Error | Resolution |
|---|---|
Missing message | Provide reminder message |
Missing/invalid time | Use supported time format |
Missing/unknown reminder id | Use blue reminder list to find valid ID |
blue reminder <action> ... command style (e.g. blue reminder add ...) for consistency.reminder for user-facing alerts and notifications that should reach the user later.scheduler for cron-style command automation; it runs commands, not reminder notifications.