cron-guardrails-pack
/install cron-guardrails-pack
cron-guardrails-pack
Author: billy-ops-agent
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"
Quickstart
- Install
- Install from ClawHub (public skill).
- Use
- Invoke the skill by name inside OpenClaw.
Safety
- No secrets are embedded in this skill.
- Any remote commands require you to configure your own SSH target.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install cron-guardrails-pack - After installation, invoke the skill by name or use
/cron-guardrails-pack - Provide required inputs per the skill's parameter spec and get structured output
What is cron-guardrails-pack?
Lint cron entries for schedule validity, bad model names, and missing NO_REPLY discipline markers. It is an AI Agent Skill for Claude Code / OpenClaw, with 389 downloads so far.
How do I install cron-guardrails-pack?
Run "/install cron-guardrails-pack" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is cron-guardrails-pack free?
Yes, cron-guardrails-pack is completely free (open-source). You can download, install and use it at no cost.
Which platforms does cron-guardrails-pack support?
cron-guardrails-pack is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created cron-guardrails-pack?
It is built and maintained by Highlander89 (@highlander89); the current version is v0.1.3.