remindme
⚠Review·Scanned 2/18/2026
This skill schedules Telegram reminders by parsing natural-language time expressions and spawning a detached cron job with node. It reads the OPENCLAW_CHAT_ID environment variable and executes node with scripts/run-node.mjs, providing shell-execution capability.
from clawhub.ai·vf1c3aa0·14.6 KB·0 installs
Scanned from 1.2.2 at f1c3aa0 · Transparency log ↗
$ vett add clawhub.ai/jacobthejacobs/remindmeReview findings below
⏰ Remind Me
Set reminders in Telegram using normal human language.
🚀 How to Use
Just type what you want and when:
/remindme drink water in 10m/remindme tomorrow 9am standup/remindme next monday call mom/remindme in 2 hours turn off oven
No menus. No setup. No thinking.
✨ Why It’s Good
- Natural language: say it like a human
- Fast: reminder is scheduled instantly
- Accurate: runs on OpenClaw cron
- Safe in groups: reminders don’t get lost
🛠️ How It Works
Runs a background process that schedules reminders reliably through OpenClaw.