← 返回 Skills 市场
josunlp

Pi Health

作者 Jonas Pfalzgraf · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
1481
总下载
0
收藏
4
当前安装
1
版本数
在 OpenClaw 中安装
/install 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).
使用说明 (SKILL.md)

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
安全使用建议
This skill is coherent and the included script matches the description. It performs only local reads (sysfs, /proc, /boot/config.txt, dmesg) and runs standard utilities if available; it does not contact the network or require secrets. Before running, note that some outputs (dmesg, certain sysfs files) may require sufficient permissions and some tools (vcgencmd) are optional. Because the source/homepage is unknown, you can manually inspect scripts/health.sh (it is included) before executing. If you will run it on a production Pi, consider running it interactively (not as an always-on autonomous skill) and review whether you need root privileges for complete output.
功能分析
Type: OpenClaw Skill Name: pi-health Version: 1.0.0 The skill bundle is a Raspberry Pi health monitor. The `SKILL.md` file contains clear, benign instructions to execute the `scripts/health.sh` script, with no evidence of prompt injection. The `health.sh` script uses standard Linux and Raspberry Pi-specific commands (`vcgencmd`, `free`, `df`, `dmesg`, `cat /sys`, `grep /boot/config.txt`) to gather system metrics. It does not perform any network communication, access sensitive user data, attempt persistence, or use obfuscation, aligning perfectly with its stated purpose.
能力评估
Purpose & Capability
The name/description (Pi health monitor) matches the provided files: SKILL.md instructs running scripts/health.sh and the script reads CPU temp, throttling, voltages, memory/disk, fan, overclock and dmesg for power events. Nothing requested (no env vars, no installs) is unrelated to the stated purpose.
Instruction Scope
SKILL.md simply instructs running the bundled script. The script reads standard local system paths (/sys, /proc, /boot, dmesg), invokes expected utilities (vcgencmd, free, df) if present, and prints results. Those reads are appropriate for a local health check; there are no instructions to collect or transmit data externally.
Install Mechanism
There is no install spec — this is instruction-only with an included script. Nothing is downloaded or written to disk by an installer, so install risk is low.
Credentials
The skill requests no environment variables, credentials, or config paths beyond reading local system files needed for monitoring. This is proportionate to the tool's purpose.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or system configuration, and does not persist credentials. It only runs a read-only health-check script (no writes or daemon installation).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install pi-health
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /pi-health 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: CPU temp, throttling, voltage, memory, disk, fan, overclock, power checks
元数据
Slug pi-health
版本 1.0.0
许可证
累计安装 4
当前安装数 4
历史版本数 1
常见问题

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). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1481 次。

如何安装 Pi Health?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install pi-health」即可一键安装,无需额外配置。

Pi Health 是免费的吗?

是的,Pi Health 完全免费(开源免费),可自由下载、安装和使用。

Pi Health 支持哪些平台?

Pi Health 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Pi Health?

由 Jonas Pfalzgraf(@josunlp)开发并维护,当前版本 v1.0.0。

💬 留言讨论