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.

What this means

The report can help identify cron issues, but applying suggested patches could affect scheduled automation if done without review.

Why it was flagged

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.

Skill content
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.
Recommendation

Use the analyzer for reporting only, and manually review any suggested cron changes before approving them.

What this means

If cron names or error messages contain sensitive operational details, those details could appear in the generated report.

Why it was flagged

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.

Skill content
lines.append(f"- investigate: {e.get('name')} lastError='{le}'")
Recommendation

Review and redact generated reports before sharing them outside the intended operational context.