manage
Installation
SKILL.md
Scheduler
Manage automated Claude Code tasks across macOS, Linux, and Windows. Schedule marketplace skills, freeform prompts, or shell scripts to run on a recurring cron schedule or as one-off tasks, with safety controls and desktop notifications.
Platform Support
| Platform | Scheduler | Notifications | API Key Storage |
|---|---|---|---|
| macOS | launchd (plist + launchctl) | osascript (native) | Keychain (security CLI) |
| Linux | systemd user timers (.service + .timer) | notify-send (libnotify) | secret-tool (GNOME Keyring) or ~/.config/anthropic/api-key |
| Windows | Task Scheduler (schtasks.exe + XML) | BurntToast / Windows toast | Windows Credential Manager or %USERPROFILE%\.config\anthropic\api-key |
The platform is auto-detected at runtime. Tasks record which platform they were created on.
Overview
This orchestrator manages the full lifecycle of scheduled tasks. It delegates all operations to scheduler.py and presents results conversationally.
Core Principle: This is a thin orchestrator. All scheduling logic, file generation, and platform scheduler interaction are handled by scheduler.py with platform-specific backends. This skill manages the conversational flow only.