A natural-language personal assistant that captures events into a git-synced workspace and schedules automated Telegram notifications.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install reminder
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 reminder using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Reminder Secretary is a lightweight yet powerful tool designed to transform how you manage your time within the Openclaw Skills ecosystem. By interpreting natural language in both English and Chinese, it allows you to quickly log meetings, deadlines, and birthdays without fumbling through complex calendar interfaces.
What sets this skill apart is its commitment to data sovereignty and portability. It separates execution logic from your personal data, storing all captured events in a structured YAML file within your workspace. This architecture ensures that your schedule remains easily searchable, human-readable, and perfectly synced across devices using Git or claw-roam. Whether you are managing professional milestones or personal anniversaries, this skill provides a seamless bridge between conversation and organization.
To get started with the Reminder Secretary, configure your environment variables and prepare your workspace directory:
# Set your preferred timezone
export REMINDER_TZ="Asia/Shanghai"
# Configure notification triggers (minutes before event)
export REMINDER_OFFSETS_MINUTES="1440,60,10"
# Create the workspace storage path
mkdir -p ~/.openclaw/workspace/reminders/
All data is organized in a clear YAML schema to facilitate easy backups and manual edits if necessary.
| Attribute | Description |
|---|---|
| title | The descriptive name of the reminder or event |
| start_datetime | The resolved date and time in ISO 8601 format |
| notes | Optional context or additional details provided by the user |
| offsets | Integer list of minutes before the event to send Telegram alerts |
| repeat | Recurrence settings such as weekly, monthly, yearly, or lunar |
Data is saved locally at: ~/.openclaw/workspace/reminders/events.yml
Loading
A versatile tool for archiving URLs and screenshots into a tag-first, searchable personal knowledge base.

A secure interface for executing read-only SQL queries against PostgreSQL and MySQL databases without risk of data modification.

A Git-powered synchronization engine to keep your AI agent workspace consistent across local machines and remote servers.

Automate the monitoring and reporting of Bitfinex funding interest and wallet balances through secure API integration.

An AI-powered script optimizer that converts narrative plots into structured 9-segment visual scripts specifically for Seedance video generation.

A precision material takeoff tool for calculating fencing components including posts, rails, pickets, and hardware for wood, vinyl, and aluminum projects.








































