AOI Cron Ops (Lite)
PassAudited by ClawScan on May 1, 2026.
Overview
This skill is a coherent, read-only cron audit helper that reports findings and clearly says not to change jobs without explicit user approval.
This appears safe to install as a read-only audit helper. Treat its output as operationally sensitive, and only approve cron changes after checking the specific patch suggestions.
Findings (2)
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.
The report can help identify cron issues, but applying suggested patches could affect scheduled automation if done without review.
The skill asks the agent/operator to access cron job data and may produce patch suggestions, but it explicitly limits behavior to read-only reporting unless the user approves a specific change.
If you have the OpenClaw tool: call `cron(list)` and save output. ... Do **not** disable/update/remove cron jobs unless the user explicitly says to apply a specific change.
Use the analyzer for reporting only, and manually review any suggested cron changes before approving them.
If cron names or error messages contain sensitive operational details, those details could appear in the generated report.
The report may include cron job names and truncated error text; despite the 'public-safe' framing, users should not assume the generated report is safe to publish without review.
lines.append(f"- investigate: {e.get('name')} lastError='{le}'")Review and redact generated reports before sharing them outside the intended operational context.
