quick-remindersZero-LLM one-shot reminders (<48h) via nohup sleep + openclaw message send, operated via {baseDir}/scripts/nohup-reminder.sh.
Install via ClawdBot CLI:
clawdbot install lstpsche/quick-remindersOne-shot reminders for < 2 days ahead. Agent composes the final delivery text at creation time. At fire time a background process sends it via openclaw message send โ zero LLM tokens.
If the user asks for a reminder 2 or more days from now, do NOT use this skill.
Instead, create a calendar event (if the user has a calendar or an appropriate skill is available) with an appropriate reminder notification.
Explain briefly: "I'll add it to your calendar with a reminder so it won't be lost."
All operations go through the CLI:
bash {baseDir}/scripts/nohup-reminder.sh
If{baseDir}is not resolved, use workspace-relative:bash ./skills/quick-reminders/scripts/nohup-reminder.sh[args]
--target: Delivery target from TOOLS.md (ยง Reminders). Required for add.
Format depends on channel (e.g. Telegram chat ID, WhatsApp E.164 number, Discord channel ID).
If missing in TOOLS.md โ check session_status tool for deliveryContext.to (strip channel prefix like telegram:), save to TOOLS.md, and use it.
Channel: Telegram by default. Override with --channel (e.g. whatsapp, discord, signal, imessage).
nohup-reminder.sh add "Reminder text here" --target <chat_id> -t TIME [--channel CH] [-z TIMEZONE]
-t: relative (30s, 20m, 2h, 1d, 1h30m) or absolute ISO-8601 (2026-02-07T16:00:00+03:00)-z: IANA timezone for naive absolute times (default: system local)nohup-reminder.sh list
Auto-prunes fired entries.
nohup-reminder.sh remove ID [ID ...]
nohup-reminder.sh remove --all
The reminder should feel like a friend texting you, not a system notification. No robotic phrasing.
Never:
Instead โ sound human:
Guidelines:
with actual ID)User: "Remind me to call John in 2 hours"
bash {baseDir}/scripts/nohup-reminder.sh add "Hey, you wanted to call John" --target <chat_id> -t 2h
User: "Remind me in 20 minutes to grab the laundry"
bash {baseDir}/scripts/nohup-reminder.sh add "Laundry's ready โ go grab it" --target <chat_id> -t 20m
User: "Set a reminder for today at 6pm โ pick up the package"
bash {baseDir}/scripts/nohup-reminder.sh add "Package is waiting for you" --target <target> -t "2026-02-07T18:00:00" -z "America/New_York"
User: "Remind me via WhatsApp in 30 min to check the oven"
bash {baseDir}/scripts/nohup-reminder.sh add "Check the oven!" --target +15551234567 -t 30m --channel whatsapp
User: "What reminders do I have?"
bash {baseDir}/scripts/nohup-reminder.sh list
User: "Cancel reminder #3"
bash {baseDir}/scripts/nohup-reminder.sh remove 3
User: "Cancel reminders 1 and 4"
bash {baseDir}/scripts/nohup-reminder.sh remove 1 4
User: "Clear all my reminders"
bash {baseDir}/scripts/nohup-reminder.sh remove --all
Generated Mar 1, 2026
Individuals use the skill to set quick reminders for daily tasks like taking medication, picking up groceries, or attending virtual meetings. It's ideal for busy professionals or students who need lightweight, token-efficient nudges without calendar overhead.
Support agents set reminders to follow up with customers on pending issues or callback requests within 48 hours. This ensures timely responses and improves customer satisfaction without requiring complex scheduling systems.
Users integrate reminders with smart home systems via messaging channels like Telegram to trigger actions, such as checking security cameras or adjusting thermostats. It serves as a simple, low-cost automation tool for household management.
Small teams or project groups use reminders to coordinate short-term deadlines, sync meetings, or prompt document reviews. It's effective for agile workflows where tasks change frequently and need quick updates.
Individuals set reminders for hydration breaks, exercise routines, or meditation sessions. The human-like messaging style encourages adherence, making it suitable for wellness apps or personal coaching tools.
Offer basic reminder functionality for free, with premium features like multi-channel support, analytics, or longer reminder durations. Revenue comes from subscription tiers targeting individual users and small businesses.
License the skill to businesses for embedding into customer service platforms, project management tools, or HR systems. Charge based on API usage or per-seat licensing, focusing on enterprises needing efficient notification systems.
Provide the skill as a customizable SDK or API for developers to integrate into their own applications. Revenue is generated through one-time purchase fees or ongoing support contracts, targeting tech startups and app creators.
๐ฌ Integration Tip
Ensure the baseDir path is correctly resolved in scripts, and verify target IDs from TOOLS.md or session_status to avoid delivery failures.
Manage Trello boards, lists, and cards via the Trello REST API.
Sync and query CalDAV calendars (iCloud, Google, Fastmail, Nextcloud, etc.) using vdirsyncer + khal. Works on Linux.
Manage tasks and projects in Todoist. Use when user asks about tasks, to-dos, reminders, or productivity.
Master OpenClaw's timing systems. Use for scheduling reliable reminders, setting up periodic maintenance (janitor jobs), and understanding when to use Cron v...
Calendar management and scheduling. Create events, manage meetings, and sync across calendar providers.
Kanban-style task management dashboard for AI assistants. Manage tasks via CLI or dashboard UI. Use when user mentions tasks, kanban, task board, mission con...