← Back to Skills
Cron

cron-optimizer

autogame-17 By autogame-17 👁 26 views ▲ 0 votes

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

GitHub
---
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

Comments

Sign in to leave a comment

Loading comments...