← Back to Skills Marketplace
Eternal System Health
by
Eternal0404
· GitHub ↗
· v1.0.0
· MIT-0
100
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install eternal-system-health
Description
System health monitoring and reports
README (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 checkreport— Generate a detailed system reportmonitor— 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)
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install eternal-system-health - After installation, invoke the skill by name or use
/eternal-system-health - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Built by Jarvis for @Eternal0404
Metadata
Frequently Asked Questions
What is Eternal System Health?
System health monitoring and reports. It is an AI Agent Skill for Claude Code / OpenClaw, with 100 downloads so far.
How do I install Eternal System Health?
Run "/install eternal-system-health" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Eternal System Health free?
Yes, Eternal System Health is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Eternal System Health support?
Eternal System Health is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Eternal System Health?
It is built and maintained by Eternal0404 (@eternal0404); the current version is v1.0.0.
More Skills