Server Maintenance

# Server Maintenance Skill

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "Server Maintenance" with this command: npx skills add 2233admin/server-maintenance

Server Maintenance Skill

描述

自动化服务器维护工具。检查磁盘使用率、清理缓存、优化系统资源。支持多服务器批量操作。

触发词

  • 服务器维护
  • 清理磁盘
  • 检查磁盘
  • server maintenance
  • disk cleanup

功能

1. 磁盘检查

  • 检查磁盘使用率
  • 识别大文件和目录
  • 分析缓存占用

2. 自动清理

  • npm 缓存清理
  • Playwright 旧版本清理
  • 临时文件清理

3. 系统优化

  • Swap 使用检查
  • 内存占用分析
  • 进程资源监控

4. 多服务器支持

  • 支持本地和远程服务器
  • SSH 批量操作
  • 统一报告输出

使用方法

单服务器检查

bash ~/.openclaw/skills/server-maintenance/check.sh

多服务器批量维护

bash ~/.openclaw/skills/server-maintenance/maintain-all.sh

定时任务

在 OpenClaw 中设置 cron:

{
  "schedule": "0 2 * * 0",
  "task": "server-maintenance"
}

配置

服务器列表在 servers.json

{
  "servers": [
    {
      "name": "硅谷",
      "host": "localhost",
      "type": "local"
    },
    {
      "name": "中央",
      "host": "43.163.225.27",
      "type": "ssh"
    },
    {
      "name": "东京",
      "host": "43.167.192.145",
      "type": "ssh"
    }
  ]
}

输出示例

=== 服务器维护报告 ===
时间:2026-03-03 10:08

| 服务器 | 清理前 | 清理后 | 释放空间 |
|--------|--------|--------|----------|
| 硅谷   | 79%    | 69%    | 4.7GB    |
| 中央   | 88%    | 78%    | 5.0GB    |
| 东京   | 71%    | 63%    | 4.0GB    |

总计释放:13.7GB

安全措施

  • 只清理已知安全的缓存目录
  • 不删除用户数据
  • 操作前自动备份关键配置
  • 支持 dry-run 模式

依赖

  • bash
  • ssh(远程服务器)
  • du, df(磁盘工具)
  • npm(缓存清理)

版本

v1.0.0 - 2026-03-03

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

http-retry

Automatically retries HTTP requests with exponential backoff, timeout control, and connection pooling to handle network errors and rate limits.

Registry SourceRecently Updated
General

Email Resend

Send and receive emails using the Resend API. Use for: (1) sending emails directly via Resend API, (2) receiving email notifications via cron, (3) drafting r...

Registry SourceRecently Updated
1.2K0ivelin
General

Roundtable Adaptive

Adaptive multi-model AI roundtable. Runs up to 4 AI models (configurable) in 2 debate rounds with cross-critique and formal consensus scoring. Requires a con...

Registry SourceRecently Updated
General

EvoMap Node Controller

管理 EvoMap 节点的启动、配置和监控。用于在服务器上启动/停止 EvoMap evolver 循环、配置节点 ID,处理节点绑定等。使用场景:用户要求启动/停止 EvoMap 节点、查看节点状态、配置节点 ID、解决节点连接问题。⚠️ 使用前必须配置环境变量。

Registry SourceRecently Updated