← Back to Skills Marketplace
wxd9199

Jetson Tegrastats

by kunka · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
143
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install tegrastats
Description
Real-time monitoring of NVIDIA Jetson GPU status, memory usage, CPU temperature, and frequency information.
README (SKILL.md)

tegrastats

NVIDIA Jetson GPU/内存/温度实时监控工具。

功能

  • 实时 GPU 状态监控
  • 内存使用情况
  • CPU 温度监控
  • 频率信息

命令

# 一次性输出
tegrastats

# 持续监控 (1秒间隔)
tegrastats --interval 1000

# 停止监控
tegrastats --stop

依赖

  • tegrastats (系统自带)
Usage Guidance
This package is plausibly just a wrapper for the Jetson 'tegrastats' binary and does not request credentials or network access. However, the included Python script contradicts the SKILL.md: it runs tegrastats with both --interval and --stop and a 3-second timeout, which will not produce the continuous monitoring behavior described — it may immediately stop an existing monitor or return nothing. Before installing or enabling this skill: (1) inspect or run the script in a safe environment (non-root) to confirm behavior; (2) prefer running the documented tegrastats commands manually on your Jetson device; (3) ask the publisher for clarification or an updated script that respects --interval without --stop; and (4) be mindful that the skill assumes the presence of tegrastats on a Jetson device — it’s not appropriate for other platforms. If you need continuous monitoring, modify the script to call tegrastats with the desired interval and without --stop (and remove the short timeout).
Capability Assessment
Purpose & Capability
The name and description match a Jetson monitoring tool and the SKILL.md correctly references the system tegrastats binary. However the registry metadata does not declare any OS restriction even though tegrastats is Jetson-specific (Linux/ARM). This mismatch is minor but worth noting.
Instruction Scope
SKILL.md documents interactive usage (one-shot, continuous with --interval, stop). The included script always runs ['tegrastats','--interval','1000','--stop'] with a 3s timeout and prints output — combining --interval and --stop is inconsistent with the documented continuous monitoring behavior and will likely just stop monitoring or produce no useful continuous output. The instructions do not attempt to read unrelated files or secrets, so the concern is about incoherent behavior (likely a bug or sloppy packaging) rather than data-exfiltration.
Install Mechanism
This is instruction-only with no install spec; nothing is downloaded or written to disk by an installer. The only shipped code is a small Python script.
Credentials
The skill declares no required environment variables, credentials, or config paths. The code likewise does not access environment variables, credentials, or network endpoints.
Persistence & Privilege
The skill is not marked always:true and does not request persistent privileges or modify other skills. Autonomous invocation is allowed (default) but there are no additional privilege escalations.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install tegrastats
  3. After installation, invoke the skill by name or use /tegrastats
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of tegrastats skill. - Provides real-time monitoring of NVIDIA Jetson GPU status, memory usage, CPU temperature, and frequency information. - Supports one-time and continuous output modes. - Allows stopping of monitoring with a specific command. - Requires the system-bundled tegrastats tool.
Metadata
Slug tegrastats
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Jetson Tegrastats?

Real-time monitoring of NVIDIA Jetson GPU status, memory usage, CPU temperature, and frequency information. It is an AI Agent Skill for Claude Code / OpenClaw, with 143 downloads so far.

How do I install Jetson Tegrastats?

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

Is Jetson Tegrastats free?

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

Which platforms does Jetson Tegrastats support?

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

Who created Jetson Tegrastats?

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

💬 Comments