← 返回 Skills 市场
sky-lv

Skylv Schedule Interpreter

作者 SKY-lv · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
54
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install skylv-schedule-interpreter
功能描述
Parses, validates, and explains cron expressions. Converts between human-readable and cron format. Triggers: parse cron, validate cron, cron expression.
使用说明 (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)

安全使用建议
This appears safe for basic cron-expression help. As with any scheduling advice, verify generated cron expressions before using them in production systems.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install skylv-schedule-interpreter
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /skylv-schedule-interpreter 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug skylv-schedule-interpreter
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Skylv Schedule Interpreter 是什么?

Parses, validates, and explains cron expressions. Converts between human-readable and cron format. Triggers: parse cron, validate cron, cron expression. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 54 次。

如何安装 Skylv Schedule Interpreter?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install skylv-schedule-interpreter」即可一键安装,无需额外配置。

Skylv Schedule Interpreter 是免费的吗?

是的,Skylv Schedule Interpreter 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Skylv Schedule Interpreter 支持哪些平台?

Skylv Schedule Interpreter 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Skylv Schedule Interpreter?

由 SKY-lv(@sky-lv)开发并维护,当前版本 v1.0.0。

💬 留言讨论