system_resource_monitor
干净、可靠的系统资源监视器,用于监控 CPU 负载、RAM、交换和磁盘使用情况。针对 OpenClaw 进行了优化。
安装 / 下载方式
TotalClaw CLI推荐
totalclaw install totalclaw:totalclaw~passersss-system-resource-monitorcURL直接下载,无需登录
curl -fsSL https://skills.taituai.com/api/skills/totalclaw%3Atotalclaw~passersss-system-resource-monitor/file -o passersss-system-resource-monitor.md# 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. --- ## 中文说明 # 系统资源监视器 一个专门用于提供简洁、实时服务器健康报告的技能。与臃肿的替代方案不同,它使用原生系统调用以获得最高的可靠性和速度。 ## 功能 - **CPU 负载**:显示 1、5 和 15 分钟的平均值。 - **内存**:同时跟踪物理 RAM 和交换(Swap)使用情况。 - **磁盘**:监控根分区的容量和百分比。 - **运行时间**:显示你的“坐骑”已经运行了多久。 ## 用法 只需向代理询问“系统状态”、“资源使用情况”或“服务器健康状况”。 该技能会执行本地的 `./scripts/monitor.sh` 脚本。