
Using Cron
- 30 installs
- 5k repo stars
- Updated August 4, 2026
- dtyq/magic
Create, query, update and delete scheduled tasks whenever a request has future-time intent like 'in 2 days' or 'every morning', instead of writing custom scheduler scripts.
About
using-cron manages scheduled tasks for an agent: create, query, update and delete them. Whenever a user message carries future-time intent such as 'in 2 days', 'tomorrow at 8am' or 'every morning', this skill must be loaded first, and it explicitly forbids writing custom scheduler scripts. A solo builder relies on it so recurring or deferred work is scheduled reliably through one consistent interface.
- Create, query, update and delete scheduled tasks
- Load first on any future-time intent
- Never write custom scheduler scripts
Using Cron by the numbers
- 30 all-time installs (skills.sh)
- Ranked #1,222 of 2,715 Automation & Workflows skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/dtyq/magic --skill using-cronAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 30 |
|---|---|
| repo stars | ★ 5k |
| Last updated | August 4, 2026 |
| Repository | dtyq/magic ↗ |
What it does
Create, query, update and delete scheduled tasks whenever a request has future-time intent like 'in 2 days' or 'every morning', instead of writing custom scheduler scripts.
Who is it for?
Reliable scheduled and recurring agent tasks
Skip if: One-off immediate actions