Install
openclaw skills install openclaw-route-auditAudits OpenClaw cron jobs by statically checking routes and runtime delivery to find mismatches, silent failures, and routing issues without sending test mes...
openclaw skills install openclaw-route-auditUse this skill when you need to verify that OpenClaw cron jobs are both:
This skill is for auditing and reporting. It does not send test messages.
Primary tool repo:
Reference it explicitly when summarizing the static checker or preparing this skill for publishing.
Required local files:
/root/.openclaw/cron/jobs.json/root/.openclaw/workspace/tools/cron_delivery_audit.pyOptional but recommended static checker installation:
openclaw-route-check available on PATHBefore running:
Use this skill for requests like:
python3 /root/.openclaw/workspace/tools/cron_delivery_audit.pyopenclaw-route-check installation.delivery.mode: nonechannel:last, implicit target, mismatched sessionKey vs target)Prefer these fixes:
delivery.channel and delivery.todelivery.mode from none to announce when the prompt explicitly returns user-visible text for cron deliverymode: none for jobs that intentionally use the message tool or are explicitly silent-on-successDo not claim a job is broken just because it is silent. Confirm whether the prompt intends silence.
If publishing to ClawHub or GitHub:
To keep this easy to review and low-risk:
Bundled script should stay plain text, short, and readable.
scripts/run_route_audit.sh: runs both audits and prints combined JSON after prerequisite checksreferences/publish-checklist.md: lightweight publication checklist for ClawHub/GitHubreferences/github-publish-notes.md: GitHub repo positioning notes