Cron Management

Manage persistent recurring scheduled tasks via the cortextos bus. Crons are stored in crons.json, loaded and dispatched by the daemon, and survive agent restarts. Use this skill for all cron CRUD: create, update, remove, list, test-fire, and inspect execution history. Never use CronCreate or /loop for persistent recurring work — those are session-only and die on restart.

grandamenium Updated

File contents

grandamenium/cortextos/tree/main/community/skills/cron-management commit 14da44b0e1

Frequently asked questions

npx skillmds@latest add grandamenium/cron-management-2