An automated utility for disk cleanup, system resource optimization, and batch multi-server maintenance via SSH.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install server-maintenance
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install server-maintenance using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Server Maintenance Skill is a comprehensive automation tool designed to keep your development and production environments running efficiently. It streamlines the process of monitoring disk usage, identifying resource bottlenecks, and performing routine cleanups of temporary files and large caches. By integrating with Openclaw Skills, developers can move away from manual sysadmin tasks and leverage automated workflows to maintain system health.
This skill excels at identifying hidden storage hogs like npm caches, Playwright legacy versions, and temporary build artifacts. It provides a unified interface to manage both local machines and remote cloud instances, making it an essential part of any modern DevOps toolkit.
To get started with this skill within the Openclaw Skills framework, follow these steps:
servers.json:{
"servers": [
{
"name": "Production",
"host": "your.server.ip",
"type": "ssh"
}
]
}
bash ~/.openclaw/skills/server-maintenance/check.sh
bash ~/.openclaw/skills/server-maintenance/maintain-all.sh
The skill manages infrastructure metadata and generates performance reports using the following structure:
| Component | Format | Description |
|---|---|---|
servers.json |
JSON | Registry containing server names, hosts, and connection types (local/ssh). |
check.sh |
Bash | Script responsible for profiling disk and memory usage. |
maintain-all.sh |
Bash | Orchestration script for multi-server batch processing. |
| Maintenance Report | Table | A text-based output showing cleanup results and freed space in GB. |
Loading
A comprehensive model manager for handling multi-provider switching, automatic failover chains, and subagent routing.

A strategic pipeline that automatically captures, analyzes, and stores external information into your local knowledge base and system memory.

A sophisticated orchestration layer that transforms raw web fetch results into secure, policy-compliant, and normalized Markdown for AI agents.

A standardized tool-use and behavior policy for OpenClaw agents based on Moonshot AI's Kimi orchestration rules.

An expert AI utility for generating standardized MySQL 5.7 and 8.0 DDL scripts based on complex business logic and industry-leading naming conventions.

Auto Logger is an automated documentation and memory skill that records daily activities, key decisions, and conversation summaries into structured Markdown files.








































