Overview
- Skill Key
- edmonddantesj/aoi-cron-ops-lite
- Author
- edmonddantesj
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/edmonddantesj/aoi-cron-ops-lite
- Latest Commit SHA
- 3d1150889032219a5d227b3fe39f9c81931992fb
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Aoi Cron Ops Lite 技能。 若已安装,则直接安装 Aoi Cron Ops Lite 技能。
# 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: ```bash 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.
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.