schedule-task
Installation
SKILL.md
Schedule Task Skill
Create and manage scheduled shell-only tasks using cron expressions. Tasks run in background and log output only.
When to Use
✅ USE this skill when:
- Recurring cleanup jobs
- Periodic data processing
- Automated backups
- Scheduled maintenance
❌ DON'T use this skill when:
- Sending messages to channels → use cron agent
- Tasks requiring user interaction
- Complex workflows (use SOP runner)