← 返回
AI智能 中文

System Vigil

Monitor host system health (Disk, RAM, CPU). Returns structured JSON status for predictive maintenance.
监控主机系统健康状态(磁盘、内存、CPU),返回用于预测性维护的结构化JSON状态。
numbpill3d
AI智能 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 687
下载
💾 16
安装
1
版本
#latest

概述

System Vigil

A health monitor for the host machine. It checks vital signs and returns a structured report, allowing agents to detect resource exhaustion before it causes a crash.

Capabilities

  • Check Health: Get a JSON report of Disk, Memory, and CPU usage.
  • Predictive Status: Returns specific flags (warning, critical) based on thresholds.

Usage

User: "Run a system health check."

Agent: python3 skills/system-vigil/check.py

Output:

{
  "status": "ok",
  "disk": { "used_percent": 45, "free_gb": 120 },
  "memory": { "used_percent": 30, "free_gb": 12 },
  "cpu": { "load_15m": 0.5 }
}

Implementation

A Python script parsing standard Linux utils (df, free, uptime).

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-29 23:53 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

self-improving agent

pskoett
捕获经验教训、错误和纠正,以实现持续改进。使用时机:(1)命令或操作意外失败;(2)用户纠正……
★ 4,055 📥 795,992
ai-intelligence

ontology

oswalpalash
类型化知识图谱,用于结构化智能体记忆与可组合技能。支持创建/查询实体(人员、项目、任务、事件、文档)及关联...
★ 709 📥 243,531
developer-tools

Freeapi

numbpill3d
利用 OpenAPI 规范直连任意 API,本地存储密钥,确保请求私密且无中间件。
★ 0 📥 890