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

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "pi-health" with this command: npx skills add josunlp/pi-health

Pi Health

Run the health check script:

bash scripts/health.sh

What It Checks

CheckSourceWarningCritical
CPU Temperaturethermal_zone0>70°C>80°C
Throttlingvcgencmd get_throttledany flag setunder-voltage
Voltagesvcgencmd measure_volts
Memoryfree -m>75%>90%
Diskdf />75%>90%
CPU Frequencycpufreq sysfs
Load Average/proc/loadavg>nCPU>2×nCPU
Fanhwmon sysfs
Overclockconfig.txtdetected
Powerdmesgunder-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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

API Health Checker

Tests API endpoints by sending requests, validating responses, measuring performance, handling authentication, and generating detailed health reports.

Registry SourceRecently Updated
6570Profile unavailable
General

Pi Admin

Raspberry Pi system administration. Monitor resources, manage services, perform updates and maintenance.

Registry SourceRecently Updated
2.9K5Profile unavailable
General

Technitium DNS

Monitor and inspect Technitium DNS Server via its HTTP API. Use for read-only health checks, DNS stats, zones, DHCP leases, token/session validation, and pro...

Registry SourceRecently Updated
360Profile unavailable
General

API Health Monitor

Parses recent OpenClaw session logs for LLM API errors and returns a structured health report.

Registry SourceRecently Updated
1030Profile unavailable