LaunchKit · 2026
Back to Skills

quick-reminders

Zero-LLM one-shot reminders (<48h) via nohup sleep + openclaw message send, operated.

9
3.2k downloads
by @lstpsche

Setup & Installation

openclaw skills install @lstpsche/quick-reminders

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install quick-reminders

Version History

v1.1.4Feb 11, 2026 - Version note by skill developer:

- 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.

INPUT

User asks: Remind me to grab the laundry in 20 minutes

AGENT
  1. 1Resolves the delivery target from TOOLS.md or session_status
  2. 2Composes a human-sounding message: "Laundry's ready — go grab it"
  3. 3Runs nohup-reminder.sh add with the message, target, and -t 20m
  4. 4Confirms with a short phrase like "Will do"
OUTPUT

A background process sends the message via Telegram in 20 minutes with no further LLM involvement