✓ Verified 💻 Development ✓ Enhanced Data

Active Maintenance

**Automated system health and memory metabolism for OpenClaw.**.

Rating
4.7 (461 reviews)
Downloads
16,752 downloads
Version
1.0.0

Overview

**Automated system health and memory metabolism for OpenClaw.**.

Key Features

1

Exact deduplication of memory fragments.

2

Resource distillation: Summarizing dense notes into core insights.

3

--

Complete Documentation

View Source →

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

  • System Health Checks: Monitor disk usage and critical resources.
  • Auto-Cleanup: Remove aged temporary files and artifacts.
  • Memory Metabolism (M3):
  • Exact deduplication of memory fragments.
  • Resource distillation: Summarizing dense notes into core insights.
  • 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

Installation

Terminal bash

openclaw install active-maintenance
    
Copied!

💻Code Examples

### Log a Decision

-log-a-decision.py
from decision_logger import log_decision
log_decision(title="Example", ...)

⚙️Configuration Options

Option Type Default Description
TEMP_DIRSstring-List of directories to clean.

Tags

#coding_agents-and-ides

Quick Info

Category Development
Model Claude 3.5
Complexity One-Click
Author xiaowenzhou
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
🧠

Ready to Install?

Get started with this skill in seconds

openclaw install active-maintenance