返回顶部
c

cronexplain

Explain cron expressions in plain English and calculate next run times. Use when asked to decode a crontab entry, understand a cron schedule, check when a cron job will next run, or translate between cron syntax and human-readable schedules. Supports ranges, steps, lists, and wildcards. Zero dependencies.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
73
下载量
0
收藏
概述
安装方式
版本历史

cronexplain

# cronexplain 📅 Cron expression explainer with next-run calculator. ## Commands ```bash # Explain a cron expression python3 scripts/cronexplain.py "30 9 * * 1-5" # → at minute 30; at 09:00; on Mon, Tue, Wed, Thu, Fri # Show next N run times python3 scripts/cronexplain.py "0 */4 * * *" -n 5 # Monthly schedule python3 scripts/cronexplain.py "0 0 1,15 * *" -n 3 ``` ## Supported Syntax - Wildcards: `*` - Ranges: `1-5` (Mon-Fri) - Steps: `*/15` (every 15 minutes) - Lists: `1,15` (1st and 15th) - Combined: `0-30/10` (every 10 min in first half hour) ## Fields (standard 5-field cron) `minute hour day_of_month month day_of_week`

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 cronexplain-1775972891 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 cronexplain-1775972891 技能

通过命令行安装

skillhub install cronexplain-1775972891

下载 Zip 包

⬇ 下载 cronexplain v1.0.0

文件大小: 5.18 KB | 发布时间: 2026-4-13 09:55

v1.0.0 最新 2026-4-13 09:55
Initial release of cronexplain – easily decode cron schedules.

- Explains cron expressions in plain English.
- Calculates and displays next run times.
- Supports wildcards, ranges, steps, and lists in standard 5-field cron syntax.
- Zero dependencies; runs with standard Python.
- Useful for translating crontab entries or checking job schedules.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部