Cron Optimizer

Automation

Optimizes system cron jobs by removing stale, disabled, or redundant entries to reduce exec noise.

Install

openclaw skills install cron-optimizer

Cron Optimizer

This skill cleans up the OpenClaw cron system by removing:

  • Stale "at" jobs older than 24 hours.
  • Disabled jobs that have not run recently.
  • Redundant or duplicate "Mad Dog" evolver loops.

Usage

node skills/cron-optimizer/index.js

Features

  • Reduces Exec Noise: Cleans up phantom cron jobs that trigger exec usage.
  • System Stability: Ensures critical watchdogs are present.
  • Resource Management: Removes stale job definitions from memory.