运行时依赖
无特殊依赖
安装命令
点击复制官方npx clawhub@latest install sys-inspector
镜像加速npx clawhub@latest install sys-inspector --registry https://cn.longxiaskill.com镜像同步中
本土化适配说明
System Inspector — 系统检查员 安装说明: 安装命令:["openclaw skills install sys-inspector"]
技能文档
系统检查器 零依赖的系统健康检查,用于AI代理。完全通过shell命令在本地运行。无npm包,无API调用,无依赖。仅使用bash + 标准Linux工具。 使用操作: "inspect" 返回: { "cpu": { "load": [0.35, 0.21, 0.18], "cores": 4, "temp_c": 52.3 }, "memory": { "total_gb": 3.6, "used_gb": 2.1, "available_gb": 1.5, "percent": 58 }, "disk": { "total_gb": 114, "used_gb": 13, "percent": 12 }, "uptime_days": 5.4, "top_processes": [ { "pid": 91204, "name": "node", "cpu": 12, "mem": 460 } ], "top_listeners": [ { "port": 18792, "process": "node" } ], "health_score": 85, "warnings": [] } 操作 操作 描述 inspect 完整系统健康报告 quick 轻量级检查(仅CPU + 内存) alerts 仅返回警告和问题 定价 免费 — MIT License