Agent skill
schedule-crons
Install this agent skill to your Project
npx add-skill https://github.com/sonichi/sutando/tree/main/skills/schedule-crons
SKILL.md
Schedule Crons
Re-create all session cron jobs for Sutando. Run this on startup or after a session restart.
Usage: /schedule-crons
How It Works
Jobs are defined in skills/schedule-crons/crons.json (gitignored — personal). A template is in crons.example.json — copy it on first setup:
cp skills/schedule-crons/crons.example.json skills/schedule-crons/crons.json
Each entry has:
name— unique identifier (used to avoid duplicates)cron— 5-field cron expressionprompt— the prompt to run (direct text)prompt_skill— OR a skill to invoke (e.g. "morning-briefing" →/morning-briefing)
On Activation
- Read
skills/schedule-crons/crons.json - Check existing cron jobs with CronList
- For each job in the config:
- Skip if a job with matching prompt/name already exists
- If
prompt_skillis set, invoke it as/skill-name - Call CronCreate with the cron expression and prompt
- Start the task watcher if not running:
bash src/watch-tasks.sh(run_in_background) - Confirm what was scheduled
Adding New Crons
Edit crons.json to add/remove jobs. No need to change this skill file.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
x-twitter
Post tweets, search, read mentions, and check engagement on X (Twitter) via API v2.
claude-codex
Use the local Codex CLI from Claude Code with the user's existing Codex login or API key. Use for Codex reviews, second-opinion analysis, implementation delegation, or non-interactive Codex runs in the current workspace.
phone-conversation
Make conversational phone calls and join Zoom meetings via Twilio + Gemini. Multi-turn AI conversations on the phone on behalf of the user.
screen-record
quota-tracker
Track Claude Code quota usage via Anthropic API rate limit headers. Shows 5h and 7d utilization, reset times, and quota status. Works with both subscription and API key auth.
proactive-loop
Start Sutando's autonomous proactive loop. Monitors tasks, runs health checks, and builds missing capabilities on a recurring schedule.
Didn't find tool you were looking for?