HomeBrowseUpload
← Back to registry
// Skill profile

cron-expression

name: "cron-expression"

by bytesagain · published 2026-03-22

日历管理数据处理
Total installs
0
Stars
★ 0
Last updated
2026-03
// Install command
$ claw add gh:bytesagain/bytesagain-cron-expression
View on GitHub
// Full documentation

---

name: "cron-expression"

version: "3.0.0"

description: "Parse, validate, and explain cron expressions with next-run predictions. Use when building cron schedules."

author: "BytesAgain"

homepage: "https://bytesagain.com"

---

# cron-expression

Parse, validate, and explain cron expressions with next-run predictions. Use when building cron schedules.

Commands

`explain`

scripts/script.sh explain <expr>

`validate`

scripts/script.sh validate <expr>

`examples`

scripts/script.sh examples

`next`

scripts/script.sh next <expr count>

`create`

scripts/script.sh create <desc>

`test`

scripts/script.sh test <expr>

Data Storage

Data stored in `~/.local/share/cron-expression/`.

---

*Powered by BytesAgain | bytesagain.com | hello@bytesagain.com*

// Comments
Sign in with GitHub to leave a comment.
// Related skills

More tools from the same signal band