Health Check Skill
This skill implements the Status Classification Protocol (5 Core Checks) for VPS deployments.
Workflow
- •Gather Data: Run
scripts/check.shto get raw system data. - •Read Protocol: Load
references/STATUS_PROTOCOL.mdto review status thresholds and classification rules. - •Classify Status: Analyze the gathered data against the protocol thresholds.
- •Report: Deliver a status report in Myanmar language.
5 Core Health Checks
The skill analyzes the following subsystems:
- •Gateway Process: Is the OpenClaw gateway running?
- •Disk Space: Is there sufficient disk space (threshold: 85%/95%)?
- •OpenClaw Status: Are the channels and services online?
- •Error Logs: Are there too many recent errors in the logs?
- •Session Size: Are any session files dangerously large (>5MB)?
Output Guidelines
- •If OK: Provide a brief, natural confirmation in Myanmar.
- •If WARN/FAIL: Provide a detailed report, identifying the specific subsystem, and list remediation steps in Myanmar.
Automated Execution
This skill is also configured to run periodically via Cron (every 12 hours) using the gemini-3-flash model for cost efficiency.