← Back to Skills Marketplace
kofna3369

axiom-cron-whisperer

by Kofna3369 · GitHub ↗ · v0.1.2 · MIT-0
cross-platform ✓ Security Clean
52
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install axiom-cron-whisperer
Description
Cron expression explainer — translate cron syntax to human language (English or French). Use when you need to understand, document, or validate a cron expres...
README (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

Usage Guidance
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install axiom-cron-whisperer
  3. After installation, invoke the skill by name or use /axiom-cron-whisperer
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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).
Metadata
Slug axiom-cron-whisperer
Version 0.1.2
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

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.

💬 Comments