Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
- No user-visible changes; - README updated.
What This Skill Does
Sets one-shot reminders for events up to 48 hours away. The agent composes the delivery message at creation time; a background process sends it via openclaw at fire time with no LLM calls. For reminders 2 or more days out, it defers to calendar instead.
Because the message is composed upfront and fired by a background shell process, it consumes zero LLM tokens at delivery time.
When to use it
- Remind yourself to check the oven in 45 minutes
- Get a nudge to call someone back in 2 hours
- Alert to grab laundry from the dryer
- Prompt to leave for an appointment later today
- Remind yourself to take medication at a set time
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: Remind me to grab the laundry in 20 minutes
- 1Resolves the delivery target from TOOLS.md or session_status
- 2Composes a human-sounding message: "Laundry's ready — go grab it"
- 3Runs nohup-reminder.sh add with the message, target, and -t 20m
- 4Confirms with a short phrase like "Will do"
A background process sends the message via Telegram in 20 minutes with no further LLM involvement