This is a proper local scheduler that uses your OS's native tools (launchd on macOS, cron or systemd on Linux, Task Scheduler on Windows) to set up reminders and recurring tasks. It handles both one-time and recurring schedules, delivers via system notifications or terminal output, and can optionally hook into Slack if you configure it. The implementation is thoughtful about asking clarifying questions when the request is ambiguous and doesn't assume you want notifications by default. It's genuinely useful for "remind me to stretch in 30 minutes" or "run this backup script every Sunday at midnight" without needing a cloud service. The safety constraints around destructive actions and explicit confirmation are a good touch.
npx skills add https://github.com/warpdotdev/oz-skills --skill scheduler