/install axiom-cron-whisperer
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
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install axiom-cron-whisperer - After installation, invoke the skill by name or use
/axiom-cron-whisperer - Provide required inputs per the skill's parameter spec and get structured output
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 52 downloads so far.
How do I install axiom-cron-whisperer?
Run "/install axiom-cron-whisperer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is axiom-cron-whisperer free?
Yes, axiom-cron-whisperer is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does axiom-cron-whisperer support?
axiom-cron-whisperer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created axiom-cron-whisperer?
It is built and maintained by Kofna3369 (@kofna3369); the current version is v0.1.2.