← 返回 Skills 市场
sxliuyu

Sys Health Pro

作者 SxLiuYu · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
233
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install sys-health-pro
功能描述
系统健康监控工具。监控 CPU、内存、磁盘、网络连接等,发现异常时告警。适合服务器/工作室/个人电脑。
安全使用建议
This skill appears to be a straightforward local system monitor and does not contact external servers or request secrets. Before installing: (1) review the script yourself — it's short and readable; (2) note that SKILL.md mentions an `alert` command and threshold flags that are not implemented in scripts/health.py, so don’t rely on that functionality until it’s added; (3) install psutil from a trusted environment (pip install psutil) or run the script in a sandbox if you prefer; (4) run with least privilege (no need for root) and verify outputs match expectations. If you need alerting with custom thresholds, either extend the script safely or ask the author for an updated release.
功能分析
Type: OpenClaw Skill Name: sys-health-pro Version: 1.0.0 The skill bundle is a standard system health monitoring tool that uses the 'psutil' library to collect CPU, memory, disk, and network statistics. The Python script (scripts/health.py) and the agent instructions (SKILL.md) align perfectly with the stated purpose, showing no signs of data exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
Name/description, declared dependency (psutil), and the included script all align: a local system monitor for CPU/memory/disk/network. However SKILL.md documents an `alert` subcommand with CLI threshold flags that is not implemented in scripts/health.py, which is an inconsistency.
Instruction Scope
Runtime instructions are limited to running the shipped script (status/report/watch). They do not request secrets, read unrelated system files, or contact external endpoints. The only issue: SKILL.md instructs use of an `alert` command and threshold flags that the script does not implement — users or agents following the doc will get errors or unexpected behavior.
Install Mechanism
No install spec in the skill bundle, but _meta.json suggests installing the well-known pip package 'psutil', which is proportionate for system metrics. No downloads from arbitrary URLs or unusual installers.
Credentials
No environment variables, credentials, or config paths are requested. The script operates with typical local permissions and uses psutil for system stats only.
Persistence & Privilege
Skill is not marked always:true and does not request elevated or persistent privileges. It does not modify other skills or system-wide agent config.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install sys-health-pro
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /sys-health-pro 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of system-health-monitor. - Monitors CPU, memory, disk, and network usage. - Sends alerts when anomalies are detected. - Provides on-demand status checks and detailed reports. - Supports configurable alert thresholds. - Suitable for servers, studios, and personal computers.
元数据
Slug sys-health-pro
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Sys Health Pro 是什么?

系统健康监控工具。监控 CPU、内存、磁盘、网络连接等,发现异常时告警。适合服务器/工作室/个人电脑。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 233 次。

如何安装 Sys Health Pro?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install sys-health-pro」即可一键安装,无需额外配置。

Sys Health Pro 是免费的吗?

是的,Sys Health Pro 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Sys Health Pro 支持哪些平台?

Sys Health Pro 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Sys Health Pro?

由 SxLiuYu(@sxliuyu)开发并维护,当前版本 v1.0.0。

💬 留言讨论