Sys Health Pro
系统健康监控工具。监控 CPU、内存、磁盘、网络连接等,发现异常时告警。适合服务器/工作室/个人电脑。
MIT-0 · Free to use, modify, and redistribute. No attribution required.
⭐ 0 · 22 · 1 current installs · 1 all-time installs
by@SxLiuYu
MIT-0
Security Scan
OpenClaw
Benign
high confidencePurpose & 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.
Assessment
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.Like a lobster shell, security has layers — review code before you run it.
Current versionv1.0.0
Download ziplatest
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
SKILL.md
System Health Monitor 💻
监控系统资源状态,发现异常及时告警。
功能
- 🖥️ CPU 使用率监控
- 💾 内存使用监控
- 💿 磁盘空间监控
- 🌐 网络连接监控
- 🔔 异常告警
- 📊 定时报告
使用方法
查看当前状态
python3 scripts/health.py status
详细报告
python3 scripts/health.py report
持续监控(每 60 秒)
python3 scripts/health.py watch
设置告警阈值
python3 scripts/health.py alert --cpu 90 --memory 85
示例
# 查看系统状态
python3 scripts/health.py status
# 生成完整报告
python3 scripts/health.py report
Files
3 totalSelect a file
Select a file to preview.
Comments
Loading comments…
