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

Coding Agents & IDEs @xiaowenzhou Updated 7/14/2026 874 downloads 0 stars Security: Pass

Active Maintenance OpenClaw Plugin & Skill | ClawHub

Looking to integrate Active Maintenance into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate coding agents & ides tasks instantly, without having to write custom tools from scratch.

What this skill does

# Active Maintenance Skill **Automated system health and memory metabolism for OpenClaw.** Inspired by the `ClawIntelligentMemory` project, this skill ensures Kim Assistant's environment stays clean and its memory stays dense. --- ## Features 1. **System Health Checks**: Monitor disk usage and critical resources. 2. **Auto-Cleanup**: Remove aged temporary files and artifacts. 3. **Memory Metabolism (M3)**: - Exact deduplication of memory fragments. - Resource distillation: Summarizing dense notes into core insights. 4. **Decision Logging**: Every maintenance cycle is logged to `MEMORY/DECISIONS/` for auditability. --- ## Usage ### Run Full Maintenance ```bash python3 /root/.openclaw/workspace/scripts/nightly_optimizer.py ``` ### Log a Decision ```python from decision_logger import log_decision log_decision(title="Example", ...) ``` --- ## Configuration Located in `scripts/nightly_optimizer.py`: - `TEMP_DIRS`: List of directories to clean. - `threshold`: Disk usage percentage to trigger warnings. - `days`: Age of files to cleanup. --- *Created: 2026-02-12 | By Kim Assistant*

Install

ClawHub CLI
openclaw skills install @xiaowenzhou/active-maintenance
Node.js (npx)
npx clawhub@latest install active-maintenance

Full SKILL.md

Open original

SKILL.md content below is scrollable.

Active Maintenance Skill

Automated system health and memory metabolism for OpenClaw.

Inspired by the ClawIntelligentMemory project, this skill ensures Kim Assistant's environment stays clean and its memory stays dense.


Features

  1. System Health Checks: Monitor disk usage and critical resources.
  2. Auto-Cleanup: Remove aged temporary files and artifacts.
  3. Memory Metabolism (M3):
    • Exact deduplication of memory fragments.
    • Resource distillation: Summarizing dense notes into core insights.
  4. Decision Logging: Every maintenance cycle is logged to MEMORY/DECISIONS/ for auditability.

Usage

Run Full Maintenance

python3 /root/.openclaw/workspace/scripts/nightly_optimizer.py

Log a Decision

from decision_logger import log_decision
log_decision(title="Example", ...)

Configuration

Located in scripts/nightly_optimizer.py:

  • TEMP_DIRS: List of directories to clean.
  • threshold: Disk usage percentage to trigger warnings.
  • days: Age of files to cleanup.

Created: 2026-02-12 | By Kim Assistant

ClawHub Registry URL: https://clawhub.ai/xiaowenzhou/skills/active-maintenance

Related skills

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