Jump to related tools in the same category or review the original source on GitHub.

DevOps & Cloud @josunlp Updated 7/16/2026 2,235 downloads 1 stars Security: Pass

Pi Health OpenClaw Plugin & Skill | ClawHub

Looking to integrate Pi Health into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate devops & cloud tasks instantly, without having to write custom tools from scratch.

What this skill does

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).

Install

ClawHub CLI
openclaw skills install @josunlp/pi-health
Node.js (npx)
npx clawhub@latest install pi-health

Full SKILL.md

Open original
Metadata table.
namedescription
pi-healthRaspberry 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).

SKILL.md content below is scrollable.

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 with libraspberrypi-bin)
  • bc (standard on Pi OS)
  • No external dependencies or API keys
ClawHub Registry URL: https://clawhub.ai/josunlp/skills/pi-health

Related skills

If this matches your use case, these are close alternatives in the same category.