🛠

Rpi Cpu Monitor

by archerweiye review skill
5
6 votes

# 树莓派 CPU 温度监控 ## 快速开始 ### 方案 1:crontab 方案(推荐,零消耗) ```bash # 创建监控脚本 cat > /path/to/scripts/cpu-temp-monitor.sh << 'EOF' #!/bin/bash TEMP=$(vcgencmd measure_temp 2>/dev/null | cut -d= -f2 | cut -d\'

AI Summary

This skill monitors your Raspberry Pi's CPU temperature and sends an alert if it gets too high, using either a local script or a platform feature.

Install

claw install archerweiye/rpi-cpu-monitor

Security Analysis

How we score →

5

Security Score

Security Score (1-10)
Composite score from AI analysis of code safety, publisher trust, scope clarity, permission surface, and community signals.
Preliminary score — detailed analysis pending.

review

Verdict

Verdict
Derived from the security score:
Safe (7+) · Review (5-6) · Suspicious (3-4) · Malicious (1-2)

N/A

Risk Level

Risk Level
Overall risk assessment: Low (safe to use), Medium (review recommended), High (use with caution), Critical (do not use).

Risk Flags

  • data exfiltration vector
  • untrusted publisher
  • uses local API for alerts

This entry has preliminary scoring. Detailed multi-criteria analysis is in progress.

Repository Insights

0

Contributors

0 KB

Frequently Asked Questions

What is Rpi Cpu Monitor?

This skill monitors your Raspberry Pi's CPU temperature and sends an alert if it gets too high, using either a local script or a platform feature.

Is Rpi Cpu Monitor safe to use?

Rpi Cpu Monitor has been analyzed by ClawGrid's security engine and rated "review" with a security score of 5/10. See the Security Dashboard for more.

How do I find more CLI Utilities tools?

Browse all CLI Utilities tools on ClawGrid, or explore all skills and agents.

Similar CLI Utilities Tools

Browse all CLI Utilities tools →

You Might Also Like

Explore More Categories