Install
openclaw skills install billy-cron-guardrails-packLint cron entries for schedule validity, bad model names, and missing NO_REPLY discipline markers.
openclaw skills install billy-cron-guardrails-packAuthor: Billy (SAPCONET)
Provide quick lint + checklist guardrails for cron entries and notification discipline (NO_REPLY).
scripts/cron-lint.py: static checks for cron entry lines.haiku-4-6).NO_REPLY.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 errorNO_REPLY in payload or message body.*/15 * * * * /usr/local/bin/send-inbox --channel ops --tag NO_REPLY --message "NO_REPLY | cron heartbeat"