What problem does it solve?
This Skill allows you to schedule tasks for your AI to execute at specific times, on recurring intervals, or after a set duration, ensuring that your AI can perform actions autonomously even when you're not actively interacting with it.
Core Features & Use Cases
- One-time Scheduling: Schedule tasks for a single future execution using
--in or --at flags.
- Recurring Tasks: Set up tasks to run repeatedly based on cron expressions using the
--cron flag.
- Interval Tasks: Define tasks that repeat at a fixed interval using the
--every flag.
- Priority & Idle Control: Assign priorities to tasks and specify if they require the AI to be idle.
- Use Case: Schedule a daily report generation at 9 AM, set a weekly system health check, or create a reminder for yourself in 30 minutes.
Quick Start
Use the scheduler skill to add a task that will run in 1 hour.