Explain, generate, validate, and preview crontab expressions. Use when a user needs to understand what a cron expression means, create a new cron schedule, check if a cron expression is valid, or see when a cron job will run next. Supports standard 5-field cron syntax and shortcuts like @daily, @hourly, @weekly. No dependencies required.
从命令行解码、生成、验证和预览 cron 调度。零依赖。
bash
bash
python3 scripts/cronwiz.py explain 30 2 0
python3 scripts/cronwiz.py explain @daily
python3 scripts/cronwiz.py explain 0 /6
bash
python3 scripts/cronwiz.py validate 0 9 1-5
python3 scripts/cronwiz.py validate 0 25 *
bash
python3 scripts/cronwiz.py next 0 9 1-5 --count 5
bash
python3 scripts/cronwiz.py generate --every 5m
python3 scripts/cronwiz.py generate --every daily --at 09:00
python3 scripts/cronwiz.py generate --every week --at 14:30 --on friday
| 标志 | 值 | 描述 |
|---|---|---|
| --every | 5m、2h、daily、weekly、monthly | 间隔 |
| --at |
@yearly、@annually、@monthly、@weekly、@daily、@midnight、@hourly
无 — 纯 Python,无需 pip 安装。
该技能支持在以下平台通过对话安装:
帮我安装 SkillHub 和 crontab-wizard-1776127883 技能
设置 SkillHub 为我的优先技能安装源,然后帮我安装 crontab-wizard-1776127883 技能
skillhub install crontab-wizard-1776127883
文件大小: 5.51 KB | 发布时间: 2026-4-15 12:22