skills$openclaw/cron-gen
lxgicstudios5.7k

by lxgicstudios

cron-gen – OpenClaw Skill

cron-gen is an OpenClaw Skills integration for coding workflows. Generate cron expressions from natural language

5.7k stars9.3k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

namecron-gen
descriptionGenerate cron expressions from natural language OpenClaw Skills integration.
ownerlxgicstudios
repositorylxgicstudios/ai-cron-gen
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @lxgicstudios/ai-cron-gen
last updatedFeb 7, 2026

Maintainer

lxgicstudios

lxgicstudios

Maintains cron-gen in the OpenClaw Skills directory.

View GitHub profile
File Explorer
2 files
.
_meta.json
472 B
SKILL.md
1.1 KB
SKILL.md

name: cron-gen description: Generate cron expressions from natural language

Cron Generator

"Every weekday at 9am" to "0 9 * * 1-5". Stop googling cron syntax.

Quick Start

npx ai-cron-gen "every monday at 3pm"

What It Does

  • Converts plain English to cron expressions
  • Explains what the cron does
  • Validates existing cron syntax
  • Shows next execution times

Usage Examples

# Generate from description
npx ai-cron-gen "first day of every month at midnight"

# Explain existing cron
npx ai-cron-gen --explain "0 */4 * * *"

# Get next 5 run times
npx ai-cron-gen "every 30 minutes" --next 5

Output

Expression: 0 9 * * 1-5
Meaning: At 09:00 on every day-of-week from Monday through Friday
Next runs:
  - Mon Jan 29 09:00:00 2024
  - Tue Jan 30 09:00:00 2024

Requirements

Node.js 18+. OPENAI_API_KEY required.

License

MIT. Free forever.


Built by LXGIC Studios

README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

Node.js 18+. OPENAI_API_KEY required.

FAQ

How do I install cron-gen?

Run openclaw add @lxgicstudios/ai-cron-gen in your terminal. This installs cron-gen into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/lxgicstudios/ai-cron-gen. Review commits and README documentation before installing.