Reminder
Skill by ryanhong666
Why use this skill?
Automate your schedule with the OpenClaw Reminder skill. Easily capture meetings, deadlines, and birthdays with natural language and get automated Telegram alerts.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/ryanhong666/reminderWhat This Skill Does
The Reminder skill by ryanhong666 acts as your personal AI secretary within the OpenClaw ecosystem. It bridges the gap between natural language interaction and structured task management by transforming casual conversational inputs—such as "remind me about my meeting tomorrow"—into persistent, git-synchronized event records. By utilizing the reminders/events.yml file, the skill ensures that your schedule is portable and easy to back up, while the integration with OpenClaw's built-in cron utility allows for timely, automated Telegram notifications.
Installation
To integrate this assistant into your workflow, run the following command in your terminal:
clawhub install openclaw/skills/skills/ryanhong666/reminder
After installation, ensure your workspace is configured properly. The skill will automatically reference your ~/.openclaw/workspace/ directory to manage event files, keeping your data segregated from the core application logic.
Use Cases
This skill is perfect for professionals and individuals looking to offload cognitive burden. Use it to track recurring business meetings, manage personal project deadlines, or keep an organized log of birthdays and anniversaries. It is particularly effective for users who require a low-friction input method; rather than opening a calendar app, you simply speak to your OpenClaw agent.
Example Prompts
- "Remind me about the quarterly review meeting this Friday at 3 PM."
- "Add my mother's birthday to the calendar for next month, on the 12th."
- "What do I have scheduled for the upcoming week?"
Tips & Limitations
- Precision: The skill is designed to handle natural language parsing; however, if you are providing a date like 'next month', verify the agent has correctly interpreted the month based on the current date.
- Syncing: Because data is saved to a YAML file, it is highly recommended to version control your
~/.openclaw/workspacefolder using Git to ensure your reminders are synchronized across all your devices. - TimeZone: Always ensure your
REMINDER_TZenvironment variable is correctly set to your local time zone to ensure cron jobs fire accurately. - Safety: The skill performs file reads and writes; ensure your workspace directory has appropriate permissions for your user account.
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-ryanhong666-reminder": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read, external-api
Related Skills
knowledge-base-collector
Collect and organize a personal knowledge base from URLs (web/X/WeChat) and screenshots. Use when the user says they want to save an URL, ingest a link, archive content to KB, tag/classify notes, store screenshots, or search their saved knowledge in Telegram. Supports WeChat via a connected macOS node when cloud fetch is blocked.
db-readonly
Run safe read-only queries against MySQL or PostgreSQL for data inspection, reporting, and troubleshooting. Use when the user asks to read tables, inspect schema, count rows, sample data, or export query results without modifying data.
larksuite-wiki
Manage and export Lark Suite (Feishu) Wiki/Knowledge Base documents. Read, search, sync with subdocuments, and incremental export to local Markdown files.
claw-roam
Sync OpenClaw workspace between multiple machines (local Mac and remote VPS) via Git. Enables seamless migration of OpenClaw personality, memory, and skills. Use when user wants to (1) push workspace changes to remote before shutdown, (2) pull latest workspace on a new machine, (3) check sync status between machines, (4) migrate OpenClaw to another machine.