health-check

Aggregate VPS system metrics and classify health as OK, WARN, FAIL, or UNKNOWN.

1|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/jannolan200211-ship-it/my-cosmos-backup --skill health-check-jannolan200211-ship-it
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: health-check
Source: https://github.com/jannolan200211-ship-it/my-cosmos-backup/tree/main/03%20Reference/02%20System%20Configs/skills/health-check
Command: npx skills add https://github.com/jannolan200211-ship-it/my-cosmos-backup --skill health-check-jannolan200211-ship-it

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Comprehensive system health monitoring and status classification for OpenClaw VPS deployments. Use when the user asks for a health check, system status, or when automated cron jobs report issues. Classifies health as OK, WARN, or UNKNOWN based on the 5-core-check Status Classification Protocol.

Core Features & Use Cases

  • Gather data from the system using scripts/check.sh to generate raw health data.
  • Read and apply the thresholds from references/STATUS_PROTOCOL.md to determine outcome.
  • Produce a Myanmar-language status report suitable for operator review and incident response.
  • Supports automated cron scheduling every 12 hours to keep health visibility up-to-date.

Quick Start

Run a health check to generate a status report for the current VPS.

Frequently Asked Questions about health-check

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run a VPS health check and classify system status automatically?

Run a VPS health check using scripts/check.sh to aggregate system metrics, then apply the Status Classification Protocol to classify overall health as OK, WARN, FAIL, or UNKNOWN. The script evaluates gateway process, disk space, OpenClaw status, error logs, and session size.

What metrics does the 5-core-check status classification protocol evaluate for OpenClaw deployments?

The 5-core-check status classification protocol evaluates gateway process status, disk space availability, OpenClaw status, error logs, and session size. It aggregates these metrics to produce a deterministic overall health classification of OK, WARN, FAIL, or UNKNOWN.

Can I schedule automated system health monitoring on a cron job?

Yes, you can schedule automated system health monitoring using a 12-hour cron job. The cron triggers the health check script to gather raw system data and generate an updated status report, keeping health visibility current for VPS deployments.

How do I check VPS disk space and gateway process status for incident response?

To check VPS disk space and gateway process status for incident response, run the health check script. It aggregates these metrics alongside error logs and session size, applying threshold rules to generate a Myanmar-language status report for operator review.

What does it mean when a system health check returns a WARN or UNKNOWN status?

A WARN or UNKNOWN status from a system health check indicates that one or more of the five core metrics, such as disk space or error logs, breached threshold rules defined in the Status Classification Protocol. Operators should review the generated report for incident response.

Do I need OpenClaw deployed to use this VPS health monitoring skill?

The health monitoring skill is designed for OpenClaw VPS deployments and evaluates OpenClaw status as one of its core checks. While the script gathers general system metrics, the status classification protocol specifically targets the OpenClaw environment and its gateway processes.