reminders
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
{ "action": "create_once", "name": "...", "runAt": "YYYY-MM-DDTHH:mm", "timezone": "Australia/Melbourne", "deliver": { "channel": "telegram", "to": "..." }, "message": "..." }
List reminders
{ "action": "list" }
Update reminder
{ "action": "update", "id": "...", "patch": { "schedule": "...", "message": "...", "deliver": {...} } }
Delete reminder
{ "action": "delete", "id": "..." }
Behavior
- Never asks user questions.
- Returns JSON only.
- If
suppressIfis provided, do not deliver when output is exactly that string.
Output
{ "ok": true, "action": "create_recurring", "id": "..." }
More from montagao/skills
library-ebooks
>-
57plane-api
Internal helper for creating/listing/updating Plane work items.
42llm-seo
Optimize websites and content for AI/LLM discoverability (AIO - AI Optimization). Use when asked to "optimize for AI", "improve AI discoverability", "add LLM SEO", "make site AI-friendly", "help LLMs understand my site", or when implementing llms.txt files, JSON-LD structured data, or AI-focused content strategies.
20clean-history
Reimplement the current branch on a new branch with a clean, narrative-quality git commit history suitable for reviewer comprehension. Use when the user wants to clean up messy commit history before opening a PR.
18supernote-upload
Upload PDF and EPUB files to Supernote Cloud. Use this skill when the user wants to send documents to their Supernote device.
16todo
Create a Plane task in Plane. By default, use the interview skill first to flesh out the issue before creating it; only skip the interview when the user clearly wants a minimal quick capture.
15