openclaw-healthcheck-cron
Create 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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/plgonzalezrx8/openclaw-healthcheck-cronOpenClaw Healthcheck Cron Skill
Create a portable healthcheck automation that runs on a schedule and reports concise findings.
Build the automation
- Create a script at
scripts/healthcheck.sh(or reuse the one in this skill). - Keep checks read-only by default.
- Write artifacts to
/tmp/openclaw-healthcheck/YYYY-MM-DD/HHMMSS/. - Return a compact summary with severity.
Create the scheduled job
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(ornoneif reporting is handled inside task)
Use this task pattern:
- Execute
bash scripts/healthcheck.sh - Parse summary line and emit:
- Verdict:
OK | MONITOR | NEEDS_ATTENTION - Counts: passed/warn/fail
- Artifact path
- Active issues + recommended next action
- Verdict:
Sanitize before publishing
Remove or parameterize all local identifiers:
- Usernames, hostnames, phone numbers, chat IDs
- API keys, tokens, webhook URLs
- Absolute personal paths (use placeholders or relative paths)
Replace with variables:
${HEALTHCHECK_OUTPUT_DIR:-/tmp/openclaw-healthcheck}${OPENCLAW_HEALTH_TZ:-America/New_York}${HEALTHCHECK_EXCLUDE:-small model,sandbox,groupPolicy}
Validate
- Run script manually once.
- Confirm artifact directory and summary format.
- Run cron job once with
cron run. - Verify final message is concise and actionable.
Package
Package as a .skill zip containing only:
SKILL.mdscripts/healthcheck.shreferences/cron-job-example.json
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-plgonzalezrx8-openclaw-healthcheck-cron": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
openrouter-analytics
Review OpenRouter usage, analytics, and troubleshooting data via API. Use when the user asks for spend/usage monitoring, activity trends, per-key management reporting, or deep investigation of specific request IDs (latency, provider fallback, finish reason, token/cost breakdown).
apple-remind-me
Natural language reminders that create actual Apple Reminders.app entries (macOS-native)
workflow-orchestrator
Structural parity skeleton for queue-driven orchestration in a workflow context.
web-markdown-navigator
Fetch webpages and return clean markdown instead of raw HTML. Use for URL reading, extraction, and summarization tasks where the user wants markdown output; use browser fallback for JS-heavy/SPA pages when extraction is thin.
excalidraw-creator
Create hand-drawn style Excalidraw diagrams, flowcharts, and architecture visuals as PNG images