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
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.
feishu-cron-announce
创建定时任务并通过 OpenClaw cron announce 直接推送结果到飞书。当需要设置定时监控任务(如版本发布、天气、股票等)并让结果自动推送到飞书时使用。关键词:飞书定时推送、cron 定时任务、飞书 announce、定时监控、飞书监控通知。
cron-job-guardian
检查 cron 或 timer 配置中的频率、幂等、重试、日志与并发风险。;use for cron, timer, ops workflows;do not use for 直接启停生产任务, 替代真正监控.
narrator-ai-cli
AI电影解说视频自动生成技能(AI解说大师 CLI Skill)。当用户需要创建电影解说视频、短剧解说、影视二创、AI配音旁白视频、film commentary、video narration、drama dubbing、movie narration时触发。内置93部电影素材、146首BGM、63种配音音色(11种语言)、90+解说模板。通过narrator-ai-cli命令行工具实现:搜片选片→选择模板→选BGM→选配音→生成文案→合成视频的全流程自动化。CLI client for Narrator AI (AI解说大师) video narration API. Use when user needs to create AI narration videos, manage narration tasks, browse dubbing/BGM/material resources, or automate video production.