← Back to Skills Marketplace
laolaoqi

System Inspector

by new · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
12
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install sys-inspector
Description
Lightweight server health inspector. Checks CPU, memory, disk, temperature, network ports, and recent logs in one command. No external dependencies. Returns...
README (SKILL.md)

System Inspector

Zero-dependency system health check for AI agents.

Runs entirely locally via shell commands. No npm packages, no API calls, no dependencies. Just pure bash + standard Linux tools.

Usage

action: "inspect"

Returns:

{
  "cpu": { "load": [0.35, 0.21, 0.18], "cores": 4, "temp_c": 52.3 },
  "memory": { "total_gb": 3.6, "used_gb": 2.1, "available_gb": 1.5, "percent": 58 },
  "disk": { "total_gb": 114, "used_gb": 13, "percent": 12 },
  "uptime_days": 5.4,
  "top_processes": [
    { "pid": 91204, "name": "node", "cpu": 12, "mem": 460 }
  ],
  "top_listeners": [
    { "port": 18792, "process": "node" }
  ],
  "health_score": 85,
  "warnings": []
}

Actions

Action Description
inspect Full system health report
quick Lightweight check (CPU + memory only)
alerts Only return warnings and issues

Pricing

Free — MIT License

Usage Guidance
This skill looks safe for basic, read-only Linux host health checks. Before installing, be comfortable with the agent seeing local system metrics, and note that the current handler does not actually inspect ports or recent logs despite the description.
Capability Analysis
Type: OpenClaw Skill Name: sys-inspector Version: 1.0.0 The skill bundle is a legitimate system monitoring tool that uses standard Linux utilities (e.g., awk, df, free, uptime) to generate health reports. The logic in handler.sh is transparent, lacks network connectivity or data exfiltration attempts, and strictly adheres to the functionality described in SKILL.md.
Capability Assessment
Purpose & Capability
The core purpose is coherent with the handler: it collects local CPU, memory, disk, uptime, and temperature data. However, the documentation also advertises network ports, recent logs, top processes, and top listeners, which the included handler does not actually implement.
Instruction Scope
The available actions are fixed to inspect, quick, and alerts through OPENCLAW_ACTION. There is no arbitrary user-controlled shell command construction, destructive workflow, or instruction that overrides user intent.
Install Mechanism
There is no install script or remote download, and the included handler is small and readable. The metadata declares no required binaries or OS restriction even though the script is Linux-oriented and uses common local utilities.
Credentials
Read-only local system inspection is proportionate for a system inspector, but users should expect the agent to see host resource and health details from the machine where it runs.
Persistence & Privilege
The artifacts show no credentials, privilege escalation, writes to protected locations, background service, scheduled task, persistence, or external network transmission.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install sys-inspector
  3. After installation, invoke the skill by name or use /sys-inspector
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release - lightweight server health check
Metadata
Slug sys-inspector
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is System Inspector?

Lightweight server health inspector. Checks CPU, memory, disk, temperature, network ports, and recent logs in one command. No external dependencies. Returns... It is an AI Agent Skill for Claude Code / OpenClaw, with 12 downloads so far.

How do I install System Inspector?

Run "/install sys-inspector" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is System Inspector free?

Yes, System Inspector is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does System Inspector support?

System Inspector is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created System Inspector?

It is built and maintained by new (@laolaoqi); the current version is v1.0.0.

💬 Comments