schedule-manager
日程任务管理 - 查看/添加/修改/删除定时任务和临时提醒
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/cowboy231/schedule-managerWhat This Skill Does
The schedule-manager is a powerful scheduling engine built for the OpenClaw environment, allowing users to automate routine tasks and manage one-off reminders directly from the command line or through natural language prompts. It leverages a Markdown-based backend, treating your configuration files as a living calendar. Whether you need to automate morning TTS announcements, fetch daily news briefings, or set simple "don't forget" alerts, this skill handles the heavy lifting by maintaining a persistent task registry within your workspace.
Installation
To install this skill, run the following command in your terminal:
clawhub install openclaw/skills/skills/cowboy231/schedule-manager
Ensure your environment has the necessary write permissions to the ~/.openclaw/workspace/ directory, as the skill needs to modify configuration files to maintain the task state.
Use Cases
- Routine Automation: Set up daily morning routines like weather reports or news updates that trigger via text-to-speech (TTS) at specific times.
- Meeting Management: Quickly queue up one-time reminders for upcoming conferences or deadlines using relative time formats like "in 1h" or "tomorrow 08:00".
- Task Maintenance: Efficiently toggle, pause, or update existing reminders without manually editing text files. It is perfect for users who want to manage their workflow without leaving the terminal.
Example Prompts
- "OpenClaw, remind me to check the server logs in 30 minutes."
- "Add a daily task named 'Standup' at 9:00 AM every weekday that sends a TTS notification saying it's time for our meeting."
- "List all my scheduled tasks for today and delete the one named 'Old Reminder'."
Tips & Limitations
- Persistence: Your tasks are stored in
daily-tasks.mdandtemp-tasks.md. You can manually edit these files if you prefer a visual overview, but always use the script commands to ensure the syntax remains valid. - Formatting: The
weekdayfield accepts ranges like '1-5'. Ensure you follow the documented format strictly to avoid scheduling errors. - Environment: This skill requires the
schedule.pyscript to be reachable in your path. If you encounter issues, verify the file structure in~/.openclaw/workspace/is intact. - Cleanup: Remember to run
python scripts/schedule.py cleanupoccasionally to purge expired temporary reminders and keep your workspace clutter-free.
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-cowboy231-schedule-manager": {
"enabled": true,
"auto_update": true
}
}
}Tags
Flags: file-write, file-read
Related Skills
feishu-cron-announce
创建定时任务并通过 OpenClaw cron announce 直接推送结果到飞书。当需要设置定时监控任务(如版本发布、天气、股票等)并让结果自动推送到飞书时使用。关键词:飞书定时推送、cron 定时任务、飞书 announce、定时监控、飞书监控通知。
healthy-meal-reminder
健康饮食提醒技能。每日三餐+下午茶定时提醒,每次3个方案ABC供选择,饭后30分钟自动跟进记录饮食+计算热量。按季节推荐应季低卡食谱,支持减肥/维持/增肌三模式,含运动搭配、周末放纵餐、互动问答和周报打卡。当用户提到饮食提醒、三餐提醒、吃什么、减肥食谱、健康饮食、meal reminder、吃了什么、体重打卡时激活。
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.
narrator-ai-cli
Create AI-narrated film/drama commentary videos via CLI. Two workflow paths (Original & Adapted narration), 100+ movies, 146 BGM tracks, 63 dubbing voices in 11 languages, 90+ narration templates. Use when creating narration videos, film commentary, short drama dubbing, or video production.
cron-job-guardian
检查 cron 或 timer 配置中的频率、幂等、重试、日志与并发风险。;use for cron, timer, ops workflows;do not use for 直接启停生产任务, 替代真正监控.