Jump to related tools in the same category or review the original source on GitHub.

DevOps & Cloud @gblockchainnetwork Updated 7/18/2026 1,308 downloads 0 stars Security: Pass

Vps Health Auditor OpenClaw Plugin & Skill | ClawHub

Looking to integrate Vps Health Auditor into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate devops & cloud tasks instantly, without having to write custom tools from scratch.

What this skill does

--- summary: "VPS Health Auditor: Automated healthchecks for VPS/servers with Ollama-powered reports and recommendations." description: "Runs comprehensive diagnostics (CPU, RAM, disk, network, services, uptime) via SSH/local exec, analyzes with Ollama LLM for actionable insights." triggers: - "audit my VPS" - "check VPS health" - "server health report" - "VPS auditor" read_when: - "VPS health" in message - "server check" in message --- # VPS Health Auditor v1.0.0 ## 🎯 Purpose Detect issues on Linux VPS/servers early. Checks: - System resources (CPU, mem, disk usage) - Network latency/bandwidth - Key services (SSH, web server, DB) - Uptime & logs Generates PDF/HTML report via Ollama. ## 🚀 Quick Start ``` !vps-health-auditor --host example.com --user root --key ~/.ssh/id_rsa ``` ## Files - `scripts/healthcheck.sh`: Multi-platform audit script (Ubuntu/CentOS/Debian) - `reports/template.md`: Ollama prompt for report gen ## Customization Edit `scripts/healthcheck.sh` for custom checks. Add Ollama model in triggers.

Install

ClawHub CLI
openclaw skills install @gblockchainnetwork/vps-health-auditor
Node.js (npx)
npx clawhub@latest install vps-health-auditor

Full SKILL.md

Open original

SKILL.md content below is scrollable.


summary: "VPS Health Auditor: Automated healthchecks for VPS/servers with Ollama-powered reports and recommendations." description: "Runs comprehensive diagnostics (CPU, RAM, disk, network, services, uptime) via SSH/local exec, analyzes with Ollama LLM for actionable insights." triggers:

  • "audit my VPS"
  • "check VPS health"
  • "server health report"
  • "VPS auditor" read_when:
  • "VPS health" in message
  • "server check" in message

VPS Health Auditor v1.0.0

🎯 Purpose

Detect issues on Linux VPS/servers early. Checks:

  • System resources (CPU, mem, disk usage)
  • Network latency/bandwidth
  • Key services (SSH, web server, DB)
  • Uptime & logs Generates PDF/HTML report via Ollama.

🚀 Quick Start

!vps-health-auditor --host example.com --user root --key ~/.ssh/id_rsa

Files

  • scripts/healthcheck.sh: Multi-platform audit script (Ubuntu/CentOS/Debian)
  • reports/template.md: Ollama prompt for report gen

Customization

Edit scripts/healthcheck.sh for custom checks. Add Ollama model in triggers.

ClawHub Registry URL: https://clawhub.ai/gblockchainnetwork/skills/vps-health-auditor

Related skills

If this matches your use case, these are close alternatives in the same category.