System Inspector

Lightweight server health inspector. Checks CPU, memory, disk, temperature, network ports, and recent logs in one command. No external dependencies. Returns structured JSON health report. Use when you need a quick system health overview without logging into the machine.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "System Inspector" with this command: npx skills add laolaoqi/sys-inspector

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

ActionDescription
inspectFull system health report
quickLightweight check (CPU + memory only)
alertsOnly return warnings and issues

Pricing

Free — MIT License

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

evens-结算

AI驱动的智能结算助手,支持话题词精准识别、自然语言规则解析、规则确认流程、多种结算模式(达标瓜分/排名赛/混合模式),数据本地处理保障安全。触发词:「一组结算」「帮我结算」「请结算」「结算活动」。

Registry SourceRecently Updated
General

Model Switch

OpenClaw 一键切换AI模型技能。懒人触发词:切到xxx、当前模型、模型问题、添加/移除模型、模型对比/列表。解决"切换模型后为什么总是失败"的痛点。

Registry SourceRecently Updated
General

飞书文档翻译助手

飞书文档翻译助手 — 在飞书文档之间进行中英文互译,支持全文翻译、段落翻译、双语对照。当用户需要翻译飞书文档、英文文档转中文、中文文档转英文、或创建双语版本文档时使用。触发词:翻译飞书文档、文档翻译、中英互译、双语文档、translate feishu doc、飞书英文。

Registry SourceRecently Updated
General

Stock Terminal

Provides Bloomberg-style synthesized stock and market reports via typed commands like open, compare, daily brief, mood, screen smart-money, flow, and news, a...

Registry SourceRecently Updated