Cron
cron-optimizer
Optimizes system cron jobs by removing stale, disabled, or redundant entries to reduce exec noise.
---
name: cron-optimizer
description: Optimizes system cron jobs by removing stale, disabled, or redundant entries to reduce exec noise.
---
# 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
```bash
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.
cron
By
Comments
Sign in to leave a comment