LaunchKit · 2026
Back to Skills

vps-health-auditor

Runs comprehensive diagnostics (CPU, RAM, disk, network, services, uptime) via SSH/local exec, analyzes with Ollama.

0
414 downloads
by @gblockchainnetwork

Setup & Installation

openclaw skills install @gblockchainnetwork/vps-health-auditor

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install vps-health-auditor

What This Skill Does

Runs automated health diagnostics on Linux VPS instances via SSH or local execution. Checks CPU, RAM, disk, network, services, and uptime, then uses a local Ollama LLM to analyze results and generate a PDF or HTML report with recommendations.

Running diagnostics through a local Ollama model keeps server data off third-party APIs while still producing structured, actionable reports.

When to use it

  • Scheduling weekly server audits on a DigitalOcean droplet
  • Diagnosing high CPU usage after a traffic spike
  • Verifying SSH and web server are running after a reboot
  • Getting a quick health snapshot before a production deploy
  • Reviewing disk usage trends across multiple VPS instances

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: audit my VPS at example.com

AGENT
  1. 1Connects to the host via SSH using the provided key
  2. 2Executes healthcheck.sh to collect CPU, RAM, disk, network, and service metrics
  3. 3Sends collected data to Ollama using the report template prompt
  4. 4Ollama analyzes metrics and generates findings with recommendations
  5. 5Outputs a PDF or HTML report to the reports directory
OUTPUT

Health report detailing resource usage, service status, and prioritized recommendations

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

Ollama installed and running on the target or local machineSSH access to the target VPS (private key or credentials)