← Back to Skills Marketplace
sky-lv

Skylv Schedule Interpreter

by SKY-lv · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
54
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install skylv-schedule-interpreter
Description
Parses, validates, and explains cron expressions. Converts between human-readable and cron format. Triggers: parse cron, validate cron, cron expression.
README (SKILL.md)

Cron Expression Parser

Overview

Parses, validates, and explains cron expressions.

Cron Format


| | | | | | | | | day of week | | | month | | day of month | hour minute

Common Patterns

          • Every minute 0 * * * * Every hour 0 0 * * * Daily at midnight 0 9 * * 1-5 Weekdays at 9 AM */5 * * * * Every 5 minutes 0 0 1 * * First day of month

Popular Crontab

@yearly = 0 0 1 1 * @monthly = 0 0 1 * * @weekly = 0 0 * * 0 @daily = 0 0 * * * @hourly = 0 * * * *

Validation

Minute: 0-59, Hour: 0-23, Day: 1-31, Month: 1-12, Weekday: 0-6 Use - for ranges (1-5), , for lists (1,3,5), / for steps (*/5)

Usage Guidance
This appears safe for basic cron-expression help. As with any scheduling advice, verify generated cron expressions before using them in production systems.
Capability Analysis
Type: OpenClaw Skill Name: skylv-schedule-interpreter Version: 1.0.0 The skill bundle consists solely of informational documentation (SKILL.md) regarding cron expression formats and validation rules. It contains no executable code, network requests, or instructions that could lead to data exfiltration or unauthorized actions.
Capability Assessment
Purpose & Capability
The provided content is limited to explaining cron syntax, common patterns, and validation ranges, matching the stated purpose.
Instruction Scope
The skill provides reference information only and does not instruct the agent to run commands, change schedules, access files, or take external actions.
Install Mechanism
There is no install specification and no code files, so the artifacts do not show executable setup or supply-chain behavior.
Credentials
No binaries, environment variables, credentials, config paths, OS permissions, or capability tags are requested.
Persistence & Privilege
The artifacts do not show persistence, background activity, account access, credential use, or privilege escalation.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install skylv-schedule-interpreter
  3. After installation, invoke the skill by name or use /skylv-schedule-interpreter
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of skylv-cron-parser. - Parse, validate, and explain cron expressions. - Convert between human-readable and cron formats. - Support for common patterns and popular crontab shortcuts. - Input triggers: cron-parser. - Documentation on cron field ranges and validation rules.
Metadata
Slug skylv-schedule-interpreter
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Skylv Schedule Interpreter?

Parses, validates, and explains cron expressions. Converts between human-readable and cron format. Triggers: parse cron, validate cron, cron expression. It is an AI Agent Skill for Claude Code / OpenClaw, with 54 downloads so far.

How do I install Skylv Schedule Interpreter?

Run "/install skylv-schedule-interpreter" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Skylv Schedule Interpreter free?

Yes, Skylv Schedule Interpreter is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Skylv Schedule Interpreter support?

Skylv Schedule Interpreter is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Skylv Schedule Interpreter?

It is built and maintained by SKY-lv (@sky-lv); the current version is v1.0.0.

💬 Comments