openclaw 网盘下载
OpenClaw

技能详情(站内镜像,无评论)

首页 > 技能库 > Rpi Cpu Monitor

树莓派 CPU 温度监控。当需要监控树莓派 CPU 温度时使用此 skill。功能:(1) 读取当前 CPU 温度,(2) 设置定时监控任务,(3) 温度超标时自动告警。支持 crontab 方案(零消耗,推荐)和 OpenClaw cron 方案。

系统与自动化

作者:archerwei @archerweiye

许可证:MIT-0

MIT-0 ·免费使用、修改和重新分发。无需归因。

版本:v1.0.0

统计:⭐ 0 · 413 · 1 current installs · 1 all-time installs

0

安装量(当前) 1

🛡 VirusTotal :可疑 · OpenClaw :可疑

Package:archerweiye/rpi-cpu-monitor

安全扫描(ClawHub)

  • VirusTotal :可疑
  • OpenClaw :可疑

OpenClaw 评估

The skill's functionality (Raspberry Pi CPU temperature monitoring) matches the included script, but it silently reads a hard-coded, user-specific gateway token file and fails to declare that sensitive config requirement or the expected Raspberry Pi binary (vcgencmd), so it needs review before installing.

目的

The skill's stated purpose (read temperature, schedule checks, alert on high temp) matches the script. However the code expects a Raspberry Pi tool (vcgencmd) and access to a local OpenClaw gateway API — neither of these requirements are declared in the skill metadata. The script also hard-codes a path with a specific username (/home/weiye/.openclaw/gateway-token), which is not coherent with a general-purpose skill.

说明范围

SKILL.md instructs creating and scheduling the provided script. The script reads a local file (/home/weiye/.openclaw/gateway-token) to construct an Authorization header and posts to http://localhost:3000/api/..., which means it accesses a user-specific secret and calls a local agent API. The skill did not document or request that secret or the config path. This is scope creep relative to the declared 'no required config paths / env vars'.

安装机制

There is no install spec (instruction-only) and the repository includes the monitoring script. No remote downloads or archive extraction are requested, so install risk is low.

证书

requires.env and required config paths are empty, yet the script accesses a sensitive token file at a hard-coded path. It does not provide a documented, configurable way to supply that token (for example via an environment variable or a documented path), and the path includes a specific username which will cause failures or unintended behavior. The lack of declared credentials/configs is disproportionate to the skill's metadata.

持久

The skill does not request always: true, does not modify other skills, and does not demand system-wide changes beyond adding a cron job (which is user-initiated). Its runtime behavior is limited to the scheduled script.

安装(复制给龙虾 AI)

将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。

请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Rpi Cpu Monitor」。简介:树莓派 CPU 温度监控。当需要监控树莓派 CPU 温度时使用此 skill。功能:(1) 读取当前 CPU 温度,(2) 设置定时监控任务,(3) 温度超标…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/archerweiye/rpi-cpu-monitor/SKILL.md
(来源:yingzhi8.cn 技能库)

SKILL.md

打开原始 SKILL.md(GitHub raw)

暂无本地缓存内容,可在后台执行详情同步。