Install
openclaw skills install openclaw-healthcheck-cronCreate and run a reusable OpenClaw deep healthcheck automation using a cron job plus a script. Use when setting up scheduled OpenClaw health audits, standardizing security/status checks, sanitizing environment-specific values for sharing, and packaging the setup for reuse.
openclaw skills install openclaw-healthcheck-cronCreate a portable healthcheck automation that runs on a schedule and reports concise findings.
scripts/healthcheck.sh (or reuse the one in this skill)./tmp/openclaw-healthcheck/YYYY-MM-DD/HHMMSS/.Use an isolated cron agentTurn job that runs twice daily (example: 6am and 7pm local time):
schedule.kind: cronschedule.expr: 0 6,19 * * *schedule.tz: set local timezonesessionTarget: isolatedpayload.kind: agentTurndelivery.mode: announce (or none if reporting is handled inside task)Use this task pattern:
bash scripts/healthcheck.shOK | MONITOR | NEEDS_ATTENTIONRemove or parameterize all local identifiers:
Replace with variables:
${HEALTHCHECK_OUTPUT_DIR:-/tmp/openclaw-healthcheck}${OPENCLAW_HEALTH_TZ:-America/New_York}${HEALTHCHECK_EXCLUDE:-small model,sandbox,groupPolicy}cron run.Package as a .skill zip containing only:
SKILL.mdscripts/healthcheck.shreferences/cron-job-example.json