← 返回 Skills 市场
wxd9199

Jetson Tegrastats

作者 kunka · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
143
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install tegrastats
功能描述
Real-time monitoring of NVIDIA Jetson GPU status, memory usage, CPU temperature, and frequency information.
使用说明 (SKILL.md)

tegrastats

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

功能

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

命令

# 一次性输出
tegrastats

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

# 停止监控
tegrastats --stop

依赖

  • tegrastats (系统自带)
安全使用建议
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).
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install tegrastats
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /tegrastats 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug tegrastats
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Jetson Tegrastats 是什么?

Real-time monitoring of NVIDIA Jetson GPU status, memory usage, CPU temperature, and frequency information. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 143 次。

如何安装 Jetson Tegrastats?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install tegrastats」即可一键安装,无需额外配置。

Jetson Tegrastats 是免费的吗?

是的,Jetson Tegrastats 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Jetson Tegrastats 支持哪些平台?

Jetson Tegrastats 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Jetson Tegrastats?

由 kunka(@wxd9199)开发并维护,当前版本 v1.0.0。

💬 留言讨论