Cron Health Check
Security checks across static analysis, malware telemetry, and agentic risk
Overview
The skill is a read-only cron health checker; it reads local OpenClaw cron logs and can be scheduled, but those behaviors are disclosed and match its purpose.
This appears appropriate for monitoring OpenClaw cron health. Before using it, be aware that it reads local OpenClaw cron history and may print job error details; only enable the sample recurring schedule if you want periodic monitoring.
Static analysis
No static analysis findings were reported for this release.
VirusTotal
66/66 vendors flagged this skill as clean.
Risk analysis
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Cron job names, status, and error messages from local OpenClaw state may be surfaced in the skill's output.
The script reads persistent OpenClaw cron configuration and run-history files from the user's local OpenClaw home directory.
self.jobs_file = self.cron_dir / "jobs.json" self.runs_dir = self.cron_dir / "runs"
Use this only for the intended OpenClaw home directory, and review output before sharing it because error messages can contain operational details.
If installed as shown, the health check may run on a recurring schedule and announce results.
The documentation provides an optional recurring cron schedule that would invoke the agent periodically if the user configures it.
This skill can run periodically to monitor cron job health
Only create the scheduled job if you want ongoing monitoring, choose an appropriate cadence, and disable it when no longer needed.
