quick-reminders
Zero-LLM one-shot reminders (<48h) via nohup sleep + openclaw message send, operated via {baseDir}/scripts/nohup-reminder.sh.
Why use this skill?
Automate one-shot reminders in OpenClaw with this high-performance, low-latency skill. Perfect for short-term tasks under 48 hours.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/lstpsche/quick-remindersWhat This Skill Does
The quick-reminders skill provides a high-performance, low-overhead mechanism for scheduling one-shot notifications within the OpenClaw ecosystem. By leveraging background Unix processes (specifically nohup and sleep), this skill avoids the latency and resource consumption associated with spawning full Large Language Model chains at the moment of delivery. When a user requests a reminder for a task occurring less than 48 hours in the future, the agent drafts a conversational, human-like message immediately and schedules it to be dispatched via the openclaw message send utility.
Installation
To integrate quick-reminders into your OpenClaw environment, ensure your workspace has the necessary dependencies. Execute the following command within your terminal:
clawhub install openclaw/skills/skills/lstpsche/quick-reminders
This will pull the script into your project structure. Once installed, ensure that your TOOLS.md file contains the appropriate delivery targets (such as Telegram chat IDs or WhatsApp numbers) to allow the CLI script to route messages effectively. If your target is missing, the skill will attempt to resolve it using the session_status tool.
Use Cases
This skill is designed for transient, short-term task management. Ideal use cases include:
- Timing the removal of laundry from the dryer.
- Setting a quick prompt to step away from a meeting in 30 minutes.
- Scheduling a follow-up text for a friend later in the evening.
- Creating a "nudge" to check on a long-running background process.
Example Prompts
- "Remind me to check the oven in 45 minutes."
- "Can you ping me in 1 hour and 30 minutes to start drafting that email?"
- "Hey, remind me to leave for the airport in 3 hours."
Tips & Limitations
- The 48-Hour Guardrail: This skill is strictly for near-term reminders. If a user requests a reminder for a date two or more days in the future, the agent must defer to the system's Calendar skill. This ensures long-term tasks are indexed correctly in a persistent store rather than relying on ephemeral background processes.
- Tone is Key: Because the delivery is automated, the agent should craft the message to sound like a human peer. Avoid robotic or system-generated phrasing. Use casual, empathetic, and concise language to ensure the reminder is helpful rather than intrusive.
- Resolution: If the script cannot locate
{baseDir}, always fallback to the relative path./skills/quick-reminders/scripts/nohup-reminder.shto ensure consistent execution regardless of the current working directory.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-lstpsche-quick-reminders": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read, code-execution
Related Skills
briefing
Daily briefing: gathers calendar (gcalcli-calendar), active todos (todo-management), and weather (openmeteo-sh-weather-simple) into a concise summary.
todo-management
Per-workspace SQLite todo manager (./todo.db) with groups and task statuses (pending/in_progress/done/skipped), operated via {baseDir}/scripts/todo.sh for adding, listing, editing, moving, and removing entries and managing groups.
gcalcli-calendar
Google Calendar via gcalcli: today-only agenda by default, bounded meaning-first lookup via agenda scans, and fast create/delete with verification--optimized for low tool calls and minimal output.
Gog Calendar
Skill by lstpsche
openmeteo-weather
Get current weather, hourly and daily forecasts for any city or coordinates worldwide. Use when the user asks about weather, temperature, rain, snow, wind, sunrise/sunset, UV, humidity, pressure, or wants to know if they need an umbrella.