← Back to Skills Marketplace
233
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install sys-health-pro
Description
系统健康监控工具。监控 CPU、内存、磁盘、网络连接等,发现异常时告警。适合服务器/工作室/个人电脑。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install sys-health-pro - After installation, invoke the skill by name or use
/sys-health-pro - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Sys Health Pro?
系统健康监控工具。监控 CPU、内存、磁盘、网络连接等,发现异常时告警。适合服务器/工作室/个人电脑。 It is an AI Agent Skill for Claude Code / OpenClaw, with 233 downloads so far.
How do I install Sys Health Pro?
Run "/install sys-health-pro" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Sys Health Pro free?
Yes, Sys Health Pro is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Sys Health Pro support?
Sys Health Pro is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Sys Health Pro?
It is built and maintained by SxLiuYu (@sxliuyu); the current version is v1.0.0.
More Skills