remindme
⏰ simple Telegram reminders for OpenClaw. cron, zero dependencies.
Why use this skill?
Set easy natural language reminders in OpenClaw with Remind Me v2. Supports one-shot and recurring cron tasks. Simple, zero-dependency installation.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/jacobthejacobs/remindmeWhat This Skill Does
The Remind Me v2 skill brings powerful, natural language task management directly into your OpenClaw agent workflow. Designed with simplicity and zero dependencies in mind, it allows you to create one-shot or recurring reminders using conversational text. Whether you need a quick nudge to drink water, a daily reminder for team standups, or a recurring notification for weekly reports, this skill leverages a robust cron-based pipeline to ensure your tasks never slip through the cracks. It parses input locally, meaning it understands relative durations (like 'in 10 minutes'), absolute times ('at 9am'), and complex recurring schedules ('every friday at 5pm').
Installation
To integrate this skill into your agent, use the OpenClaw CLI or your agent management interface. Run the following command in your terminal:
clawhub install openclaw/skills/skills/jacobthejacobs/remindme
Once installed, no further setup or configuration is required. The skill registers itself automatically, and you can begin issuing commands immediately.
Use Cases
This skill is perfect for busy professionals and developers who need to maintain focus without leaving their chat interface. Use it for:
- Time Blocking: Set quick reminders to switch tasks or take breaks.
- Daily Standups: Automate recurring notifications to trigger team meetings.
- Deployment Tracking: Ensure you check server status or deployment logs after a specific duration.
- Personal Productivity: Never forget to call a client, pay a bill, or turn off the oven.
Example Prompts
- "/remindme drink water in 15 minutes"
- "/remindme every weekday at 9am start daily standup"
- "/remindme check the production logs in 2 hours"
Tips & Limitations
- Order Matters: The parser follows a strict order of operations. Pattern matching occurs top-to-bottom, so specific commands like 'every friday' will take priority over general day-based logic.
- ID Management: Always remember to use
/remindme listto check your active job IDs before attempting to delete or cancel a reminder. - Platform Versatility: You can specify channels by appending 'on discord' or 'on telegram' to your command to route reminders effectively.
- Limits: While highly efficient, this tool is intended for task management and not complex calendar scheduling. For mission-critical enterprise calendar syncing, verify your agent's core platform capabilities.
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-jacobthejacobs-remindme": {
"enabled": true,
"auto_update": true
}
}
}Tags
Related Skills
markdown-knowledge
将本地 Markdown 知识库与 OpenClaw 集成,支持语义检索和上下文注入。仅在用户触发时检索(搜索知识库、查一下知识库等),不主动注入。
context-compressor
Intelligently compress context — conversations, code, logs. Preserve key information while reducing token usage. Auto-detects content type and applies optimal compression.
daily-report-generator
Automatically generate daily/weekly work reports from git commits, calendar events, and task lists. Use when you need to quickly create professional work reports without manual effort.
auto-context
智能上下文卫生检查器。分析当前会话的上下文污染程度 (长对话、主题漂移、噪声累积),建议:continue、/fork、/btw 或新会话。 支持手动触发(/auto-context)和自动触发(响应层实现)。 基于 ArXiv 论文和认知心理学研究的多维度评估体系。
cron-job-guardian
检查 cron 或 timer 配置中的频率、幂等、重试、日志与并发风险。;use for cron, timer, ops workflows;do not use for 直接启停生产任务, 替代真正监控.