← Back to Skills Marketplace
wxd9199

Jetson Temperature

by kunka · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
134
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install jetson-temp
Description
Real-time monitoring of CPU, GPU, and multiple thermal zone temperatures on NVIDIA Jetson devices running Linux.
README (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
Usage Guidance
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install jetson-temp
  3. After installation, invoke the skill by name or use /jetson-temp
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug jetson-temp
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Jetson Temperature?

Real-time monitoring of CPU, GPU, and multiple thermal zone temperatures on NVIDIA Jetson devices running Linux. It is an AI Agent Skill for Claude Code / OpenClaw, with 134 downloads so far.

How do I install Jetson Temperature?

Run "/install jetson-temp" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Jetson Temperature free?

Yes, Jetson Temperature is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Jetson Temperature support?

Jetson Temperature is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Jetson Temperature?

It is built and maintained by kunka (@wxd9199); the current version is v1.0.0.

💬 Comments