ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

cron-expression

Parse, validate, and explain cron expressions with next-run predictions. Use when building cron schedules.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/bytesagain/cron-expression
Or

cron-expression

Parse, validate, and explain cron expressions with next-run predictions. Use when building cron schedules.

Commands

explain

scripts/script.sh explain <expr>

validate

scripts/script.sh validate <expr>

examples

scripts/script.sh examples

next

scripts/script.sh next <expr count>

create

scripts/script.sh create <desc>

test

scripts/script.sh test <expr>

Data Storage

Data stored in ~/.local/share/cron-expression/.


Powered by BytesAgain | bytesagain.com | [email protected]

Metadata

Stars3500
Views1
Updated2026-03-27
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-bytesagain-cron-expression": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.