A lightweight CLI skill for creating immediate, human-sounding reminders that trigger via background processes without extra LLM overhead.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install quick-reminders
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install quick-reminders using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Quick Reminders skill is a specialized utility designed for Openclaw Skills that facilitates one-shot notifications for tasks occurring within a 48-hour window. Unlike traditional agent tasks that might require complex scheduling or constant LLM polling, this skill leverages simple system-level background processes to deliver messages. It is optimized for speed and cost-efficiency, ensuring that when a reminder fires, it executes a direct message command without needing an active LLM session.
This skill is an essential tool for developers and power users who need reliable, short-term nudges across various messaging platforms. By utilizing the Openclaw Skills framework, it allows agents to compose casual, human-sounding messages at creation time, which are then delivered via channels like Telegram, WhatsApp, or Discord at the precise moment they are needed.
To use this skill within Openclaw Skills, ensure you have the required dependencies installed and the script reachable in your workspace.
# Ensure jq and openclaw are in your PATH
# Verify the script path
bash ./skills/quick-reminders/scripts/nohup-reminder.sh list
# Example: Adding a reminder via the CLI
bash {baseDir}/scripts/nohup-reminder.sh add "Check the oven" --target <chat_id> -t 30m
The skill manages reminders using a CLI-based workflow. Configuration and delivery targets are often cross-referenced with your local environment's metadata.
| Parameter | Description | Accepted Formats |
|---|---|---|
| --target | The destination ID for the message | Chat ID, E.164 Number, Channel ID |
| --channel | The messaging platform to use | telegram (default), whatsapp, discord, signal, imessage |
| -t | The time until the reminder fires | Relative (30s, 2h, 1d) or ISO-8601 absolute string |
| -z | IANA Timezone for absolute times | e.g., America/New_York |
| ID | Unique identifier for management | Integer assigned during creation |
Loading
A high-performance weather integration for AI agents providing global real-time conditions and multi-day forecasts without requiring an API key.

A lightweight CLI-based weather skill that enables AI agents to retrieve real-time conditions and detailed 16-day forecasts without requiring an API key.

A high-performance CLI tool for retrieving granular real-time, forecast, and historical weather data without requiring an API key.

A powerful Google Calendar integration for AI agents utilizing gogcli for robust cross-calendar agenda management and intelligent event searching.

A high-performance, per-workspace SQLite task manager that allows AI agents to organize todos via a dedicated CLI script.

A comprehensive tool for managing IP cameras via RTSP and ONVIF, enabling PTZ movement, snapshots, and auto-discovery.








































