“apply plan” (explicit patches to run, but not executed)
Pro version boundary (for later)
Pro may auto-apply safe patches (with policy + approvals), generate PR-like diffs for cron config, and maintain a history ledger.
Lite must never auto-apply.
1---2name: aoi-cron-ops-lite3description: AOI Cron Ops (Lite)4---56# AOI Cron Ops (Lite)78## What this skill does9- Produces a **single, human-readable cron audit report** from an OpenClaw cron job list.10- Flags common ops issues:11 - duplicate purpose (multiple jobs doing the same thing)12 - notification spam (too many announce jobs)13 - over-frequent cadence (high cost / high load)14 - repeated failures / flaky external dependencies15 - missing/invalid env prerequisites (e.g., vault file not present)1617## Guardrails (non-negotiable)18- **Lite = report-only by default.**19- Do **not** disable/update/remove cron jobs unless the user explicitly says to apply a specific change.20- When proposing changes, prefer **minimal, reversible** edits:21 - change delivery to `none`22 - slow cadence23 - add a digest job2425## Quick start (operator)261) Get current cron list (JSON):27 - If you have the OpenClaw tool: call `cron(list)` and save output.28 - If you are on terminal: `openclaw cron list --json > cron_jobs.json` (if available).29302) Run analyzer:31```bash32python3 skills/aoi-cron-ops-lite/scripts/analyze_cron_jobs.py --in cron_jobs.json33```3435## Output format (expected)36- 10–25 lines:37 - totals (enabled/disabled)38 - top risks (1–5)39 - recommended actions (grouped)40 - “apply plan” (explicit patches to run, but not executed)4142## Pro version boundary (for later)43- Pro may auto-apply safe patches (with policy + approvals), generate PR-like diffs for cron config, and maintain a history ledger.44- Lite must never auto-apply.
Run npx skillmds@latest add javimosch/aoi-cron-ops-lite in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
AOI Cron Ops (Lite) It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
javimosch (@javimosch) published this skill. Their other Agent Skills are listed on their SkillMD profile.