Install
openclaw skills install agent-cron-auditRead-only health audit for recurring / scheduled AI agent jobs. Finds silent failures, duplicate active jobs, retry loops, over-frequent schedules, stale automations, risky model usage, and context bloat. Evidence first. Manual verification before any change.
openclaw skills install agent-cron-auditFor shared OpenClaw agents, install into the global managed skills directory:
openclaw skills install agent-cron-audit --global
To upgrade an existing shared install:
openclaw skills install agent-cron-audit --global --force
Then test with:
audit agent cron jobs
Primary activation phrase:
audit agent cron jobs
Also activate for:
check recurring agent jobscheck scheduled agent jobsfind silent failures in agent croncheck stale automationscheck duplicate active agent jobscheck retry loopsDo not activate this skill for:
This skill is the entry point for recurring / scheduled AI agent job health.
It looks at the schedule, run history, model choice, and output of recurring jobs, then groups findings by risk:
The output is evidence, not an action. This skill does not change any job.
Every audit returns six sections, in this order:
The single most likely health risk in the current cron set, with:
Up to 5 ranked findings. For each:
Raw observations the audit relied on, with secrets, IDs, and private payloads already redacted as <redacted>.
A copy-paste prompt the user can hand to their own agent to verify a finding safely:
Read only. Inspect recurring/scheduled AI agent jobs for silent failures,
duplicate active jobs, retry loops, over-frequent schedules, stale
automations, risky model usage, and context bloat. Do not edit, disable,
restart, delete, or change any job. Do not upload logs. Redact secrets and
IDs. Return top findings with evidence, likely cause, manual verification
steps, and recommended human priority.
A short list of actions the skill deliberately does not recommend at this stage, for example: do not disable a job, do not change a schedule, do not switch the model, do not delete run history.
If the main issue is recurring token waste rather than general cron health:
Try: openclaw skills install waste-audit --global
If the main issue is routing / model / cost change risk rather than general cron health:
Try: openclaw skills install agent-cost-eval-kit --global
These are pointers, not a funnel. Pick the one that matches the actual problem.
<redacted>, <redacted-id>, or similar placeholders for anything that could identify a private resource.This skill will not:
waste-audit (token waste) or agent-cost-eval-kit (cost change triage)| Main problem | Use this skill |
|---|---|
| Recurring token waste on a known job | waste-audit |
| Suspected cost / model / routing change after a deployment | agent-cost-eval-kit |
| General cron health of recurring agent jobs (this card) | agent-cron-audit |
| One-off job execution, provider setup, API key debugging | (not this skill) |
If agent-cron-audit flags a finding and you are not sure whether it is real, you can DM me on X: @BeeGeeEth.
When you do, send only the redacted "Top Cron Health Findings" and "Evidence" sections. Do not include secrets, API keys, private logs, wallet data, full config files, or production credentials.