← 返回 Skills 市场
rogue-agent1

Cronexplain

作者 rogue-agent1 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
117
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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 cr...
使用说明 (SKILL.md)

cronexplain 📅

Cron expression explainer with next-run calculator.

Commands

# 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

安全使用建议
This skill appears internally consistent and low-risk: it includes a small Python script that parses cron expressions and prints human-friendly descriptions and next run times. Before installing, note that you need Python 3 available to run the script (SKILL.md uses 'python3' even though 'required binaries' metadata is empty). If you plan to let an agent execute it autonomously, confirm the agent has Python 3 and run the script in a restricted environment if you want extra caution. If you want to be thorough, you can open the included scripts (they are short and readable) and run them locally on sample cron expressions to verify behavior; the code does not perform network I/O or read/write system files or secrets.
功能分析
Type: OpenClaw Skill Name: cronexplain Version: 1.0.0 The skill is a legitimate utility for parsing and explaining cron expressions. The Python script (cronexplain.py) uses standard libraries (argparse, datetime) to process input and contains no network access, file system operations, or shell execution logic. No evidence of prompt injection or malicious intent was found in the instructions or code.
能力评估
Purpose & Capability
Name/description match the delivered artifacts: the repository contains a cron expression parser/explainer and a next-run calculator. There are no unrelated environment variables, binaries, or external services requested.
Instruction Scope
SKILL.md instructs running the included Python script (python3 scripts/cronexplain.py). The skill metadata lists 'zero dependencies' but does not declare 'python3' as a required binary — this is a minor inconsistency (practical requirement: Python 3 must be available to run the script). The instructions do not ask the agent to read unrelated files, access environment variables, or transmit data externally.
Install Mechanism
No install spec / no downloads. This is an instruction-only skill that ships its Python files with the skill bundle. Nothing will be fetched from external URLs or written to system paths during install.
Credentials
The skill requests no environment variables, no credentials, and no config paths. The code does not access os.environ or other secrets. There is no indication of disproportionate credential or env access.
Persistence & Privilege
always is false and the skill does not attempt to modify other skills or system-wide configuration. It only prints explanations and computed run times when executed.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install cronexplain
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /cronexplain 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
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.
元数据
Slug cronexplain
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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 cr... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 117 次。

如何安装 Cronexplain?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install cronexplain」即可一键安装,无需额外配置。

Cronexplain 是免费的吗?

是的,Cronexplain 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Cronexplain 支持哪些平台?

Cronexplain 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Cronexplain?

由 rogue-agent1(@rogue-agent1)开发并维护,当前版本 v1.0.0。

💬 留言讨论