Pi Health
/install pi-health
Pi Health
Run the health check script:
bash scripts/health.sh
What It Checks
| Check | Source | Warning | Critical |
|---|---|---|---|
| CPU Temperature | thermal_zone0 | >70°C | >80°C |
| Throttling | vcgencmd get_throttled | any flag set | under-voltage |
| Voltages | vcgencmd measure_volts | — | — |
| Memory | free -m | >75% | >90% |
| Disk | df / | >75% | >90% |
| CPU Frequency | cpufreq sysfs | — | — |
| Load Average | /proc/loadavg | >nCPU | >2×nCPU |
| Fan | hwmon sysfs | — | — |
| Overclock | config.txt | detected | — |
| Power | dmesg | — | under-voltage |
Exit Codes
0— Healthy (all checks passed)1— Warnings (non-critical issues)2— Critical (needs immediate attention)
Requirements
- Raspberry Pi OS (Bookworm or later)
vcgencmd(optional but recommended — comes withlibraspberrypi-bin)bc(standard on Pi OS)- No external dependencies or API keys
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install pi-health - After installation, invoke the skill by name or use
/pi-health - Provide required inputs per the skill's parameter spec and get structured output
What is Pi Health?
Raspberry Pi health monitor. Check CPU temperature, throttling status, voltage levels, memory/disk usage, fan RPM, overclock detection, and power issues. Use when monitoring Pi health, diagnosing thermal throttling, checking for under-voltage, or verifying system stability on any Raspberry Pi (Pi 3/4/5, arm64/armhf). It is an AI Agent Skill for Claude Code / OpenClaw, with 1481 downloads so far.
How do I install Pi Health?
Run "/install pi-health" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Pi Health free?
Yes, Pi Health is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Pi Health support?
Pi Health is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Pi Health?
It is built and maintained by Jonas Pfalzgraf (@josunlp); the current version is v1.0.0.