cron-expression-builder

Installation
SKILL.md

Cron Expression Builder

Build, parse, and validate cron expressions with natural language conversion and run time preview.

Features

  • Natural Language: Convert descriptions to cron expressions
  • Cron Parser: Parse cron to human-readable format
  • Validation: Validate cron syntax
  • Next Runs: Preview upcoming execution times
  • Presets: Common scheduling patterns
  • Both Formats: 5-field (standard) and 6-field (with seconds)

Quick Start

from cron_builder import CronBuilder

builder = CronBuilder()
Related skills
Installs
71
GitHub Stars
53
First Seen
Jan 24, 2026