← Back to Skills Marketplace
AOI Cron Ops (Lite)
by
edmonddantesj
· GitHub ↗
· v0.1.0
834
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install aoi-cron-ops-lite
Description
Audits OpenClaw cron jobs to detect duplicates, noisy notifications, frequent runs, failures, and missing prerequisites, providing report-only optimization s...
README (SKILL.md)
AOI Cron Ops (Lite)
What this skill does
- Produces a single, human-readable cron audit report from an OpenClaw cron job list.
- Flags common ops issues:
- duplicate purpose (multiple jobs doing the same thing)
- notification spam (too many announce jobs)
- over-frequent cadence (high cost / high load)
- repeated failures / flaky external dependencies
- missing/invalid env prerequisites (e.g., vault file not present)
Guardrails (non-negotiable)
- Lite = report-only by default.
- Do not disable/update/remove cron jobs unless the user explicitly says to apply a specific change.
- When proposing changes, prefer minimal, reversible edits:
- change delivery to
none - slow cadence
- add a digest job
- change delivery to
Quick start (operator)
-
Get current cron list (JSON):
- If you have the OpenClaw tool: call
cron(list)and save output. - If you are on terminal:
openclaw cron list --json > cron_jobs.json(if available).
- If you have the OpenClaw tool: call
-
Run analyzer:
python3 skills/aoi-cron-ops-lite/scripts/analyze_cron_jobs.py --in cron_jobs.json
Output format (expected)
- 10–25 lines:
- totals (enabled/disabled)
- top risks (1–5)
- recommended actions (grouped)
- “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.
Usage Guidance
This skill appears safe and coherent, but before using: review the included script yourself (it’s short and readable); run it locally on a sample cron_jobs.json (no network required); inspect cron_jobs.json for any sensitive data before sharing; do not permit any automated "apply" operations unless you explicitly review and approve the proposed patches (the Lite version is report-only, but Pro may add auto-apply features); be aware the tool uses simple heuristics that can generate false positives—validate recommendations manually before changing production schedules.
Capability Analysis
Type: OpenClaw Skill
Name: aoi-cron-ops-lite
Version: 0.1.0
The skill bundle is designed for auditing OpenClaw cron jobs and generating a report. Both the `SKILL.md` documentation and the `analyze_cron_jobs.py` script explicitly state and adhere to a 'report-only' policy, with strong guardrails against automatic modifications or deletions. The Python script only reads a local JSON file, performs analysis, and prints to standard output, without any network activity, system modifications, or access to sensitive data. There is no evidence of malicious intent, data exfiltration, or prompt injection attempts against the AI agent.
Capability Assessment
Purpose & Capability
Name/description match the included Python analyzer. The tool only needs a cron-list JSON input and the script operates solely on that data; no unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md instructs the operator to supply the cron JSON (via OpenClaw or CLI) and to run the included script; the script only reads the given file and prints a report. Note: the heuristics (frequency, duplicate detection via normalized name) are coarse and may produce false positives; the README explicitly requires user approval before applying any changes.
Install Mechanism
No install spec, no downloads. This is an instruction-only skill with a small included script; nothing is written to disk beyond the operator running the script locally.
Credentials
No environment variables, secrets, or primary credentials are requested. The script does not reference external services or hidden config.
Persistence & Privilege
always is false and the skill does not request persistent presence or modify other skills or system-wide settings. disable-model-invocation is default false (normal) but there are no extra privileges in the package.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install aoi-cron-ops-lite - After installation, invoke the skill by name or use
/aoi-cron-ops-lite - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial public-safe cron audit (report-only): duplicates/spam/errors cadence heuristics.
Metadata
Frequently Asked Questions
What is AOI Cron Ops (Lite)?
Audits OpenClaw cron jobs to detect duplicates, noisy notifications, frequent runs, failures, and missing prerequisites, providing report-only optimization s... It is an AI Agent Skill for Claude Code / OpenClaw, with 834 downloads so far.
How do I install AOI Cron Ops (Lite)?
Run "/install aoi-cron-ops-lite" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is AOI Cron Ops (Lite) free?
Yes, AOI Cron Ops (Lite) is completely free (open-source). You can download, install and use it at no cost.
Which platforms does AOI Cron Ops (Lite) support?
AOI Cron Ops (Lite) is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created AOI Cron Ops (Lite)?
It is built and maintained by edmonddantesj (@edmonddantesj); the current version is v0.1.0.
More Skills