← 返回 Skills 市场
134
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install jetson-temp
功能描述
Real-time monitoring of CPU, GPU, and multiple thermal zone temperatures on NVIDIA Jetson devices running Linux.
使用说明 (SKILL.md)
jetson-temp
NVIDIA Jetson 温度监控工具。实时监控系统温度。
功能
- CPU 温度监控
- GPU 温度监控
- 多个 thermal zone 温度
- 实时更新
使用方法
# 查看当前温度
jetson-temp
依赖
- Linux thermal subsystem (/sys/class/thermal/)
环境要求
- NVIDIA Jetson 设备
- Linux kernel with thermal support
安全使用建议
This skill is small and appears to do only what it says: read Linux thermal zone files and print temperatures. Before installing or trusting it: (1) inspect scripts/temp.sh (already provided) to confirm it matches your expectations; (2) decide how the tool will be made runnable as 'jetson-temp' (installing the script into a directory on PATH or creating an alias); (3) run it on a Jetson device only — on non-Linux systems the path may not exist; and (4) avoid running unknown code as root (no root required here since it only reads /sys, but permission on some devices may vary). If you want, I can produce an installer wrapper or a safer invocation example that runs the script without modifying system files.
能力评估
Purpose & Capability
Name/description state Jetson temperature monitoring and the provided script reads /sys/class/thermal/thermal_zone*/temp — exactly what is needed for that purpose. No unrelated binaries, env vars, or services are requested.
Instruction Scope
SKILL.md tells the user to run a 'jetson-temp' command and documents dependencies (/sys/class/thermal), while the bundle includes a simple scripts/temp.sh that reads thermal_zone*/temp and prints temperatures. This is consistent functionally, but SKILL.md does not document how the script is installed/registered as 'jetson-temp' (minor documentation mismatch). The runtime instructions do not access files or secrets outside the thermal subsystem.
Install Mechanism
No install spec or remote downloads. The only code is a small local bash script (220 bytes). No archives or third-party packages are fetched — minimal disk footprint and low install risk.
Credentials
The skill declares no environment variables, credentials, or config paths and the script likewise does not read any env vars or secrets. It only reads system thermal sensors under /sys, which is appropriate for the stated task.
Persistence & Privilege
The skill is not always-enabled and does not request elevated privileges or modify other skills or system-wide settings. It only reads sensor files and prints output.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install jetson-temp - 安装完成后,直接呼叫该 Skill 的名称或使用
/jetson-temp触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of jetson-temp.
- Monitors CPU and GPU temperatures in real-time.
- Displays temperatures from multiple thermal zones.
- Requires NVIDIA Jetson hardware and Linux with thermal subsystem support.
元数据
常见问题
Jetson Temperature 是什么?
Real-time monitoring of CPU, GPU, and multiple thermal zone temperatures on NVIDIA Jetson devices running Linux. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 134 次。
如何安装 Jetson Temperature?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install jetson-temp」即可一键安装,无需额外配置。
Jetson Temperature 是免费的吗?
是的,Jetson Temperature 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Jetson Temperature 支持哪些平台?
Jetson Temperature 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Jetson Temperature?
由 kunka(@wxd9199)开发并维护,当前版本 v1.0.0。
推荐 Skills