← 返回 Skills 市场
Billy — Cron Guardrails Pack
作者
Highlander89
· GitHub ↗
· v0.1.1
382
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install billy-cron-guardrails-pack
功能描述
Lint cron entries for schedule validity, bad model names, and missing NO_REPLY discipline markers.
使用说明 (SKILL.md)
cron-guardrails-pack
Author: Billy (SAPCONET)
Purpose
Provide quick lint + checklist guardrails for cron entries and notification discipline (NO_REPLY).
What this skill includes
scripts/cron-lint.py: static checks for cron entry lines.
Checks performed
- Cron schedule must contain exactly 5 fields.
- Rejects known bad model names (for example:
haiku-4-6). - Flags jobs that appear to announce/message but do not include
NO_REPLY.
Usage
Lint a cron file:
python3 scripts/cron-lint.py /path/to/crontab.txt
Lint stdin:
cat /path/to/crontab.txt | python3 scripts/cron-lint.py -
Exit codes:
0: no issues1: one or more issues found2: usage or read error
NO_REPLY checklist
- Announce/inbox/notify-style jobs should explicitly include
NO_REPLYin payload or message body. - Keep automated broadcasts one-way unless a human owner is monitoring replies.
- Include owner and purpose in command comments.
Example cron payload snippet
*/15 * * * * /usr/local/bin/send-inbox --channel ops --tag NO_REPLY --message "NO_REPLY | cron heartbeat"
安全使用建议
This appears to be a small, local cron linter with no network calls or credential requests — low risk. You can safely inspect the script (it's short and readable) and run it on example crontabs. As with any third-party code, only run it on files you intend to check (it will read any path you pass) and consider running it in a controlled environment before integrating into automated pipelines. Note: there are minor functional quirks (for example NO_REPLY detection is case-sensitive), but these are correctness issues rather than security concerns.
功能分析
Type: OpenClaw Skill
Name: billy-cron-guardrails-pack
Version: 0.1.1
The skill bundle provides a Python script (`scripts/cron-lint.py`) designed to lint cron entries for syntax, disallowed model names, and missing 'NO_REPLY' markers. The `SKILL.md` documentation is purely descriptive and provides usage instructions without any prompt-injection attempts. The Python script reads a specified file path or standard input, performs string-based checks, and prints results to standard output. It does not perform any network operations, file writes, arbitrary command execution, or access sensitive system resources beyond the input file itself. The file reading capability is essential for its stated purpose as a linter, and there is no evidence of intentional harmful behavior or exploitation.
能力评估
Purpose & Capability
Name/description (cron lint, NO_REPLY discipline) match the provided files and requirements. The skill only includes a single Python script and SKILL.md; there are no unrelated env vars, binaries, or external services requested.
Instruction Scope
SKILL.md instructs the agent to run the included script on a crontab file or stdin. The script only reads the supplied path or stdin and performs local static checks (field count, banned model names, presence of NO_REPLY for announce-like commands). It does not access other system paths, environment variables, or external endpoints.
Install Mechanism
No install spec is provided (instruction-only with an included script). Nothing is downloaded or written to disk by an installer; risk from installation is minimal.
Credentials
No credentials, env vars, or config paths are required. The script only processes input you explicitly pass (file or stdin), so requested access is proportionate to the stated task.
Persistence & Privilege
The skill is not always-enabled, does not request persistent presence, and does not modify other skills or system-wide settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install billy-cron-guardrails-pack - 安装完成后,直接呼叫该 Skill 的名称或使用
/billy-cron-guardrails-pack触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.1
Republish: remove pycache artifact + minor doc fixes
v0.1.0
Initial public release.
元数据
常见问题
Billy — Cron Guardrails Pack 是什么?
Lint cron entries for schedule validity, bad model names, and missing NO_REPLY discipline markers. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 382 次。
如何安装 Billy — Cron Guardrails Pack?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install billy-cron-guardrails-pack」即可一键安装,无需额外配置。
Billy — Cron Guardrails Pack 是免费的吗?
是的,Billy — Cron Guardrails Pack 完全免费(开源免费),可自由下载、安装和使用。
Billy — Cron Guardrails Pack 支持哪些平台?
Billy — Cron Guardrails Pack 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Billy — Cron Guardrails Pack?
由 Highlander89(@highlander89)开发并维护,当前版本 v0.1.1。
推荐 Skills