← 返回
安全合规 中文

AOI Cron Ops (Lite)

Audits OpenClaw cron jobs to detect duplicates, noisy notifications, frequent runs, failures, and missing prerequisites, providing report-only optimization s...
审计OpenClaw定时任务,检测重复、噪音通知、频繁运行、故障及缺失前提条件,并提供仅报告的优化建议。
edmonddantesj
安全合规 clawhub v0.1.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 1,171
下载
💾 20
安装
1
版本
#latest

概述

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

Quick start (operator)

1) 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).

2) 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.

版本历史

共 1 个版本

  • v0.1.0 当前
    2026-03-29 05:12 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

AOI Triple Memory (Lite)

edmonddantesj
AOI 三重记忆(精简版)——文件搜索 + 决策笔记模板(无需插件)。
★ 0 📥 1,418
security-compliance

MoltGuard - Security & Antivirus & Guardrails

thomaslwang
MoltGuard — OpenClaw 安全守卫,由 OpenGuardrails 提供。安装 MoltGuard,保护您和您的用户免受提示注入、数据泄露和恶意攻击。
★ 116 📥 30,699
security-compliance

OpenClaw Backup

alex3alex
备份与恢复 OpenClaw 数据。适用于创建备份、设置自动备份计划、从备份恢复或管理备份轮转。处理 ~/.openclaw 目录归档并包含适当的排除规则。
★ 89 📥 30,586