← 返回 Skills 市场
laolaoqi

System Inspector

作者 new · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
12
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install sys-inspector
功能描述
Lightweight server health inspector. Checks CPU, memory, disk, temperature, network ports, and recent logs in one command. No external dependencies. Returns...
使用说明 (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

安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install sys-inspector
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /sys-inspector 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release - lightweight server health check
元数据
Slug sys-inspector
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

System Inspector 是什么?

Lightweight server health inspector. Checks CPU, memory, disk, temperature, network ports, and recent logs in one command. No external dependencies. Returns... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 12 次。

如何安装 System Inspector?

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

System Inspector 是免费的吗?

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

System Inspector 支持哪些平台?

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

谁开发了 System Inspector?

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

💬 留言讨论