← 返回 Skills 市场
kofna3369

axiom-cron-whisperer

作者 Kofna3369 · GitHub ↗ · v0.1.2 · MIT-0
cross-platform ✓ 安全检测通过
52
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install axiom-cron-whisperer
功能描述
Cron expression explainer — translate cron syntax to human language (English or French). Use when you need to understand, document, or validate a cron expres...
使用说明 (SKILL.md)

axiom-cron-whisperer

Version: 0.1.2 Axioma Tools

Translates cron expressions into human-readable explanations.

What this skill does

  • Parses standard cron syntax (5 fields)
  • Explains in English or French
  • Validates cron before deployment
  • Example: 0 9 * * 1-5 → 'At 09:00, Monday through Friday'

When to use this skill

  • ✅ Understand a cron expression you didn't write
  • ✅ Document cron jobs
  • ✅ Validate cron before deployment
  • ❌ Calculate next N occurrences (use croniter)
  • ❌ Quartz syntax (@yearly, L, W, #) — not supported

Usage

python3 axiom_cron_whisperer.py "0 9 * * 1-5"
python3 axiom_cron_whisperer.py "*/15 * * * *" --lang fr
python3 axiom_cron_whisperer.py "0 9 * * 1-5" --validate
from axiom_cron_whisperer import explain, validate
explain('0 9 * * 1-5')  # 'At 09:00, Monday through Friday'
validate('not a cron')  # False

Validation

Check Status
Unit tests 17 cases
Performance \x3C100ms
Security Pure stdlib, no injection
Determinism Byte-to-byte stable
License Apache-2.0

Last updated: 2026-06-14

安全使用建议
Reasonable to install for local cron documentation and validation. Treat it as a simple helper, not a full cron scheduler: it does not support Quartz extensions or next-run calculation, and it should not be exposed to untrusted high-volume input without normal input length or timeout limits.
能力评估
Purpose & Capability
The artifacts coherently describe and implement parsing, validating, and explaining 5-field cron expressions in English/French using a local Python stdlib script.
Instruction Scope
Runtime instructions are limited to CLI/Python usage; minor documentation inconsistencies exist, such as examples importing validate while the code exposes is_valid, but these are functionality issues rather than security concerns.
Install Mechanism
No install hooks, package manager actions, or external dependencies are present; the included MANIFEST appears stale because it lists a LICENSE file not present and an older SKILL.md hash/size.
Credentials
Local execution and executable Python files are proportionate to the stated purpose; artifact review found no filesystem mutation, network calls, subprocess use, dynamic execution, or secret access.
Persistence & Privilege
The skill does not request elevated privileges, create persistence, start background workers, modify scheduler state, or read credential/session stores.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install axiom-cron-whisperer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /axiom-cron-whisperer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.2
v0.1.2: Make trilingual EN/FR/ZH the latest version (was 0.1.1/0.1.6, semver too low)
v0.1.1
v0.1.1: Trilingual SKILL.md (EN/FR/ZH) added for ClawHub
v0.1.0
v0.1.0: Cron expression explainer (EN/FR). 17 tests. Standard cron syntax (5 fields).
元数据
Slug axiom-cron-whisperer
版本 0.1.2
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

axiom-cron-whisperer 是什么?

Cron expression explainer — translate cron syntax to human language (English or French). Use when you need to understand, document, or validate a cron expres... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 52 次。

如何安装 axiom-cron-whisperer?

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

axiom-cron-whisperer 是免费的吗?

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

axiom-cron-whisperer 支持哪些平台?

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

谁开发了 axiom-cron-whisperer?

由 Kofna3369(@kofna3369)开发并维护,当前版本 v0.1.2。

💬 留言讨论