{
  "schemaVersion": "1.0",
  "item": {
    "slug": "server-health-agent",
    "name": "Server Health Agent",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/sanjay-gthb/server-health-agent",
    "canonicalUrl": "https://clawhub.ai/sanjay-gthb/server-health-agent",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/server-health-agent",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=server-health-agent",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "skill.js",
      "README.md",
      "package.json",
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/server-health-agent"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/server-health-agent",
    "agentPageUrl": "https://openagent3.xyz/skills/server-health-agent/agent",
    "manifestUrl": "https://openagent3.xyz/skills/server-health-agent/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/server-health-agent/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Server Health Agent",
        "body": "Server Health Agent is a production-ready OpenClaw skill designed to provide real-time monitoring of key server health metrics. It helps developers, DevOps engineers, and system administrators quickly assess the operational health of their VPS or server.\n\nThis skill executes safe system-level read-only commands to collect accurate health metrics without modifying the system."
      },
      {
        "title": "Real-Time CPU Monitoring",
        "body": "Uses live system commands (top) to capture current CPU utilization, with fallback mechanisms to ensure reliability even in restricted environments."
      },
      {
        "title": "Memory (RAM) Monitoring",
        "body": "Reports accurate RAM usage percentage using system-level commands and Node.js fallback logic."
      },
      {
        "title": "Disk Usage Monitoring",
        "body": "Provides root filesystem disk utilization, allowing detection of storage pressure or capacity issues."
      },
      {
        "title": "Docker Container Detection",
        "body": "Detects and reports running Docker containers and their status when Docker socket access is available.\n\nGracefully handles environments where Docker access is restricted."
      },
      {
        "title": "Structured Output",
        "body": "Returns structured JSON output optimized for OpenClaw automation workflows and downstream processing."
      },
      {
        "title": "Use Cases",
        "body": "This skill is useful for:\n\nVPS health monitoring\nDevOps automation workflows\nInfrastructure monitoring\nTroubleshooting performance issues\nDetecting resource bottlenecks\nMonitoring containerized environments\nAutomated system health checks"
      },
      {
        "title": "Example Output",
        "body": "{\n  \"success\": true,\n  \"skill\": \"server-health-agent\",\n  \"timestamp\": \"2026-02-20T12:00:00Z\",\n  \"server_health\": {\n    \"cpu_percent\": \"12.44\",\n    \"ram_percent\": \"21.33\",\n    \"disk_usage\": \"51%\",\n    \"docker_status\": \"openclaw-openclaw-gateway-1: Up 2 hours\"\n  }\n}"
      }
    ],
    "body": "Server Health Agent\n\nServer Health Agent is a production-ready OpenClaw skill designed to provide real-time monitoring of key server health metrics. It helps developers, DevOps engineers, and system administrators quickly assess the operational health of their VPS or server.\n\nThis skill executes safe system-level read-only commands to collect accurate health metrics without modifying the system.\n\nKey Features\nReal-Time CPU Monitoring\n\nUses live system commands (top) to capture current CPU utilization, with fallback mechanisms to ensure reliability even in restricted environments.\n\nMemory (RAM) Monitoring\n\nReports accurate RAM usage percentage using system-level commands and Node.js fallback logic.\n\nDisk Usage Monitoring\n\nProvides root filesystem disk utilization, allowing detection of storage pressure or capacity issues.\n\nDocker Container Detection\n\nDetects and reports running Docker containers and their status when Docker socket access is available.\n\nGracefully handles environments where Docker access is restricted.\n\nStructured Output\n\nReturns structured JSON output optimized for OpenClaw automation workflows and downstream processing.\n\nUse Cases\n\nThis skill is useful for:\n\nVPS health monitoring\nDevOps automation workflows\nInfrastructure monitoring\nTroubleshooting performance issues\nDetecting resource bottlenecks\nMonitoring containerized environments\nAutomated system health checks\nExample Output\n{\n  \"success\": true,\n  \"skill\": \"server-health-agent\",\n  \"timestamp\": \"2026-02-20T12:00:00Z\",\n  \"server_health\": {\n    \"cpu_percent\": \"12.44\",\n    \"ram_percent\": \"21.33\",\n    \"disk_usage\": \"51%\",\n    \"docker_status\": \"openclaw-openclaw-gateway-1: Up 2 hours\"\n  }\n}"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/sanjay-gthb/server-health-agent",
    "publisherUrl": "https://clawhub.ai/sanjay-gthb/server-health-agent",
    "owner": "sanjay-gthb",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/server-health-agent",
    "downloadUrl": "https://openagent3.xyz/downloads/server-health-agent",
    "agentUrl": "https://openagent3.xyz/skills/server-health-agent/agent",
    "manifestUrl": "https://openagent3.xyz/skills/server-health-agent/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/server-health-agent/agent.md"
  }
}