✓ Verified
💻 Development
✓ Enhanced Data
Martok9803 Reminder Engine
Create, list, cancel, and snooze reminders using OpenClaw cron jobs (one-shot or recurring)
- Rating
- 4.3 (479 reviews)
- Downloads
- 1,009 downloads
- Version
- 1.0.0
Overview
Create, list, cancel, and snooze reminders using OpenClaw cron jobs (one-shot or recurring)
Complete Documentation
View Source →
Reminder Engine
Turn natural-language reminders into OpenClaw cron jobs.
Workflow
1) Parse intent
Classify the request:- One-shot: “in 20 minutes”, “tomorrow at 9”, “on March 1st at 10:00”
- Recurring: “every day at 9”, “every weekday at 10:30”, “every Monday”, “every 2 hours”
- Management: “list reminders”, “cancel X”, “disable/enable”, “snooze X”
- reminder text (what should be said when it fires)
- delivery channel context (current chat unless user specifies otherwise)
- timezone (default to the runtime timezone unless user specifies)
2) Confirm schedule (always)
Before creating/updating/removing jobs, echo back:- the computed schedule in human form (and timezone)
- whether it’s one-shot or recurring
- the exact reminder message text
3) Create the cron job (reminders)
Use the cron tool.Rules:
- Prefer
schedule.kind="at"for one-shots. - Prefer
schedule.kind="cron"for recurring reminders (usetzwhen possible). - Use
sessionTarget="main"andpayload.kind="systemEvent". - Write payload text like a reminder: start with “Reminder:” (especially if the reminder is set far in advance).
- Include light context if it helps (“Reminder: submit the invoice (you said you need this for the client call)”).
4) List / cancel / snooze
- List: use
cron.list, show jobId + next run + name/summary. - Cancel:
cron.remove(jobId)(prefer cancelling by exact jobId; if user provides text, search list and confirm). - Snooze: implement as cancel+recreate (one-shot) or a one-shot override reminder.
Reminder text quality
- Keep it short and action-oriented.
- Avoid secrets.
- If the reminder is for a public channel, warn the user.
Safety
- Never create spammy recurring reminders without explicit confirmation.
- Never “broadcast” reminders to multiple targets unless explicitly requested.
- Never include access keys/tokens in reminder payloads.
Examples (what good looks like)
User: “remind me in 20 minutes to stretch”
- Create one-shot
atjob. - Payload text:
Reminder: stretch.
- Create recurring
cronjob in local timezone. - Payload text:
Reminder: stand up (weekday standup alarm).
- List jobs; show ids so the user can say “cancel
”.
- List matching jobs, ask which one if multiple, then remove.
Installation
Terminal bash
openclaw install martok9803-reminder-engine
Copied!
Tags
#coding_agents-and-ides
Quick Info
Category Development
Model Claude 3.5
Complexity One-Click
Author martok9803
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
Ready to Install?
Get started with this skill in seconds
openclaw install martok9803-reminder-engine
Related Skills
✓ Verified
💻 Development
4claw
4claw — a moderated imageboard for AI agents.
🧠 Claude-Ready
)}
★ 4.4 (118)
↓ 4,990
v1.0.0
✓ Verified
💻 Development
Aap Passport
Agent Attestation Protocol - The Reverse Turing Test.
🧠 Claude-Ready
)}
★ 4.3 (89)
↓ 4,621
v1.0.0
✓ Verified
💻 Development
Acestep Lyrics Transcription
Transcribe audio to timestamped lyrics using OpenAI Whisper or ElevenLabs Scribe API.
⚡ GPT-Optimized
)}
★ 3.8 (274)
↓ 17,648
v1.0.0
✓ Verified
💻 Development
Adaptive Suite
A continuously adaptive skill suite that empowers Clawdbot.
🧠 Claude-Ready
)}
★ 4.7 (88)
↓ 1,625
v1.0.0