cron-scheduler

Parse, validate, and explain cron expressions. Calculate next run times and generate cron syntax.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "cron-scheduler" with this command: npx skills add aidotnet/moyucode/aidotnet-moyucode-cron-scheduler

Cron Scheduler Tool

Description

Parse, validate, and explain cron expressions. Calculate next run times and generate cron syntax.

Trigger

  • /cron command

  • User needs cron expression help

  • User wants to schedule tasks

Usage

Explain cron expression

python scripts/cron_scheduler.py "0 9 * * 1-5"

Get next N run times

python scripts/cron_scheduler.py "*/15 * * * *" --next 5

Generate cron from description

python scripts/cron_scheduler.py --generate "every day at 9am"

Validate expression

python scripts/cron_scheduler.py "0 0 * * *" --validate

Tags

cron , scheduler , automation , time , jobs

Compatibility

  • Codex: ✅

  • Claude Code: ✅

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

bilibili-analyzer

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

puppeteer

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

exceljs

No summary provided by upstream source.

Repository SourceNeeds Review