← 返回 Skills 市场
eternal0404

Eternal System Health

作者 Eternal0404 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
100
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install eternal-system-health
功能描述
System health monitoring and reports
使用说明 (SKILL.md)

system-health

Monitor system health: CPU, memory, disk, processes, and network. Generate health reports.

Usage

# Quick health check
python3 scripts/syshealth.py check

# Generate a full report
python3 scripts/syshealth.py report

# Continuous monitoring
python3 scripts/syshealth.py monitor --interval 60

# Specific checks
python3 scripts/syshealth.py check --category disk

Commands

  • check — Run a quick health check
  • report — Generate a detailed system report
  • monitor — Continuous monitoring with periodic checks

Options

  • --category — Check specific category: cpu, memory, disk, network, processes
  • --interval — Monitoring interval in seconds (default: 60)
  • --output, -o — Write report to file
  • --threshold — Alert threshold percentage for disk/memory (default: 80)
安全使用建议
This skill appears coherent with its purpose, but review before running: the script reads local system files (e.g., /proc), runs system commands (ps, df, ip) and may reveal process command lines and local network information—sensitive on shared machines. The monitor mode runs continuously when used; run it with appropriate privileges and in a trusted environment. If you plan to use output files, verify where reports are written. If you need extra assurance, inspect the remainder of the script (report-writing and monitor loop) locally or run it in a sandbox before deploying on production systems.
功能分析
Type: OpenClaw Skill Name: eternal-system-health Version: 1.0.0 The skill bundle is a standard system health monitoring tool that collects CPU, memory, disk, and network statistics. The Python script `scripts/syshealth.py` uses safe practices for executing system commands (e.g., `df`, `ps`, `ip`) and retrieves information from standard Linux `/proc` files without any signs of data exfiltration, obfuscation, or malicious intent.
能力评估
Purpose & Capability
The SKILL.md and the included Python script both implement CPU, memory, disk, process, network, and uptime checks—consistent with the 'System health monitoring and reports' description. No unrelated binaries, env vars, or services are requested.
Instruction Scope
Runtime instructions only call the bundled Python script with explicit commands (check/report/monitor). The script reads local system interfaces (/proc, df, ps, ip) and prints or writes reports; this is within the expected scope for a health-monitoring tool.
Install Mechanism
There is no install spec; this is an instruction-only skill that ships a Python script. Nothing is downloaded or written to disk by an installer.
Credentials
The skill declares no required environment variables or credentials and the code does not read secrets from env vars. It only accesses local system files and runs standard system commands appropriate for diagnostics.
Persistence & Privilege
always is false and the skill does not request persistent platform privileges or modify other skill/system configurations. The monitor mode runs locally when invoked and may need normal OS permissions to read system state.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install eternal-system-health
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /eternal-system-health 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Built by Jarvis for @Eternal0404
元数据
Slug eternal-system-health
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Eternal System Health 是什么?

System health monitoring and reports. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 100 次。

如何安装 Eternal System Health?

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

Eternal System Health 是免费的吗?

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

Eternal System Health 支持哪些平台?

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

谁开发了 Eternal System Health?

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

💬 留言讨论