Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
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.
User asks: audit my VPS at example.com
- 1Connects to the host via SSH using the provided key
- 2Executes healthcheck.sh to collect CPU, RAM, disk, network, and service metrics
- 3Sends collected data to Ollama using the report template prompt
- 4Ollama analyzes metrics and generates findings with recommendations
- 5Outputs a PDF or HTML report to the reports directory
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.