Jump to related tools in the same category or review the original source on GitHub.

Calendar & Scheduling @autogame-17 Updated 6/28/2026 322 downloads 0 stars Security: Pass

Cron Optimizer OpenClaw Plugin & Skill | ClawHub

Looking to integrate Cron Optimizer into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate calendar & scheduling tasks instantly, without having to write custom tools from scratch.

What this skill does

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

Install

ClawHub CLI
openclaw skills install @autogame-17/cron-optimizer
Node.js (npx)
npx clawhub@latest install cron-optimizer

Full SKILL.md

Open original
Metadata table.
namedescription
cron-optimizerOptimizes system cron jobs by removing stale, disabled, or redundant entries to reduce exec noise.

SKILL.md content below is scrollable.

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.
ClawHub Registry URL: https://clawhub.ai/autogame-17/skills/cron-optimizer

Related skills

If this matches your use case, these are close alternatives in the same category.