Fox Cron Health Check
v1.0.0Monitors OpenClaw cron job health, identifies failures, timeouts, and delivery issues.
⭐ 0· 52·1 current·2 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The skill claims to monitor OpenClaw cron jobs and the included Python script reads ~/.openclaw/cron/jobs.json and ~/.openclaw/cron/runs/*.jsonl to analyze runs — this is consistent with the stated purpose. Minor packaging inconsistencies exist: registry metadata shows slug 'fox-cron-health-check' while _meta.json uses 'cron-health-check', the ownerId values differ between registry metadata and _meta.json, and SKILL.md usage examples reference a /Users/ghost path. These look like sloppy packaging but do not change the core capability.
Instruction Scope
SKILL.md instructs running the provided Python script (examples point at a local skill workspace path). The script only reads job configuration and run history files under the OpenClaw home directory and prints or emits JSON results/exit codes. The instructions do not direct the agent to read other system files, environment variables, or send data to external endpoints. The SKILL.md references an OpenRouter settings link only in output text; the code does not perform network calls.
Install Mechanism
There is no install spec (instruction-only skill with a bundled Python script). No external downloads or package installs are specified. The only risk is running the bundled Python script locally; the file contents are readable and not obfuscated.
Credentials
The skill requires no environment variables, binaries, or credentials. It reads local OpenClaw data (jobs.json and run logs) which is appropriate for a cron-health checker. No secret-exposing env vars are requested.
Persistence & Privilege
The skill does not request persistent/global privileges, always=false, and does not modify other skills or system-wide configuration. It only runs when invoked or scheduled by the agent.
Assessment
This skill appears to do exactly what it says: analyze local OpenClaw cron job configs and run logs and report issues. Before installing or scheduling it: 1) verify the skill source/owner (registry ownerId vs _meta.json ownerId mismatch suggests sloppy packaging); 2) review the included script yourself (it's bundled and human-readable) and confirm your logs live under ~/.openclaw/cron or run with --openclaw-home to point to a test directory; 3) be aware the script will read job configs and run logs (these may contain sensitive data or error messages); 4) run it manually first to see output and exit codes before adding as a cron/scheduled agent task. If you don't trust the publisher, do not schedule it to run automatically.Like a lobster shell, security has layers — review code before you run it.
latestvk9754rs4ex46pm5rqg6atdhhh183srrb
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
