reminders

Internal helper for creating and managing reminders/notifications.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "reminders" with this command: npx skills add montagao/skills/montagao-skills-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 suppressIf is provided, do not deliver when output is exactly that string.

Output

{ "ok": true, "action": "create_recurring", "id": "..." }

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

library-ebooks

No summary provided by upstream source.

Repository SourceNeeds Review
General

plane-api

No summary provided by upstream source.

Repository SourceNeeds Review
General

clean-history

No summary provided by upstream source.

Repository SourceNeeds Review
General

llm-seo

No summary provided by upstream source.

Repository SourceNeeds Review