Initial commit with translated description

This commit is contained in:
2026-03-29 13:15:01 +08:00
commit 8915eef073
4 changed files with 58 additions and 0 deletions

20
SKILL.md Normal file
View File

@@ -0,0 +1,20 @@
---
name: system_resource_monitor
description: "用于CPU负载、RAM、交换和磁盘使用的干净可靠的系统资源监视器。"
version: 1.0.0
author: Yennefer & Geralt
---
# System Resource Monitor
A specialized skill designed to provide concise, real-time server health reports. Unlike bloated alternatives, it uses native system calls for maximum reliability and speed.
## Features
- **CPU Load**: Displays 1, 5, and 15-minute averages.
- **Memory**: Tracks both physical RAM and Swap usage.
- **Disk**: Monitors root partition capacity and percentage.
- **Uptime**: Shows how long your "horse" has been running.
## Usage
Simply ask the agent for "system status", "resource usage", or "server health".
The skill executes the local `./scripts/monitor.sh` script.