← 返回 Skills 市场
edmonddantesj

AOI Cron Ops (Lite)

作者 edmonddantesj · GitHub ↗ · v0.1.0
cross-platform ✓ 安全检测通过
834
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install aoi-cron-ops-lite
功能描述
Audits OpenClaw cron jobs to detect duplicates, noisy notifications, frequent runs, failures, and missing prerequisites, providing report-only optimization s...
使用说明 (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

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.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install aoi-cron-ops-lite
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /aoi-cron-ops-lite 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial public-safe cron audit (report-only): duplicates/spam/errors cadence heuristics.
元数据
Slug aoi-cron-ops-lite
版本 0.1.0
许可证
累计安装 2
当前安装数 2
历史版本数 1
常见问题

AOI Cron Ops (Lite) 是什么?

Audits OpenClaw cron jobs to detect duplicates, noisy notifications, frequent runs, failures, and missing prerequisites, providing report-only optimization s... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 834 次。

如何安装 AOI Cron Ops (Lite)?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install aoi-cron-ops-lite」即可一键安装,无需额外配置。

AOI Cron Ops (Lite) 是免费的吗?

是的,AOI Cron Ops (Lite) 完全免费(开源免费),可自由下载、安装和使用。

AOI Cron Ops (Lite) 支持哪些平台?

AOI Cron Ops (Lite) 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 AOI Cron Ops (Lite)?

由 edmonddantesj(@edmonddantesj)开发并维护,当前版本 v0.1.0。

💬 留言讨论