reminders

Installation
SKILL.md

reminders (internal)

Create recurring or one-time reminders that send messages to a channel.

Input contract (JSON)

Create recurring reminder

{ "action": "create_recurring", "name": "Daily plan", "schedule": "Every day at 07:30", "timezone": "Australia/Melbourne", "deliver": { "channel": "telegram", "to": "..." }, "message": "/plan", "suppressIf": "HEARTBEAT_OK (optional)" }

Create one-time reminder

{

Related skills
Installs
7
Repository
montagao/skills
GitHub Stars
2
First Seen
Mar 5, 2026