← Back to Skills Marketplace
wxd9199

Jetson Tools

by kunka · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
162
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install jetson-tools
Description
Provides system monitoring, performance analysis, and status info for NVIDIA Jetson devices including GPU, CPU, memory, temperature, and JetPack version.
README (SKILL.md)

jetson-tools

NVIDIA Jetson 开发板工具集。提供系统监控、性能分析、GPU状态查看等功能。

功能

  • tegrastats 实时监控
  • Jetson 设备信息查询
  • GPU/内存/CPU 状态
  • 温度监控
  • JetPack 版本信息

命令

# 监控系统状态
jetson-stats

# 查看设备信息
jetson-info

# GPU 状态
jetson-gpu

# 温度监控
jetson-temp

依赖

  • tegrastats
  • jetson_release
Usage Guidance
This skill looks like a small Jetson monitoring helper, but the package is inconsistent: SKILL.md expects multiple commands (jetson-info, jetson-gpu, jetson-temp) while only jetson-stats.sh is included, and dependencies (tegrastats, jetson_release) are mentioned but not declared in metadata. Before installing: (1) ask the author for the missing scripts or an updated package, (2) verify tegrastats is installed on your device, (3) inspect any other scripts you receive for unexpected network calls or credential use, and (4) run the script in a sandbox or on a non-production Jetson first. If you don't get clarification, treat this package as incomplete and avoid trusting it on sensitive devices.
Capability Assessment
Purpose & Capability
The skill's stated purpose (Jetson system monitoring) matches the included script (jetson-stats.sh) which uses tegrastats and standard /proc/system utilities. However, SKILL.md lists additional commands (jetson-info, jetson-gpu, jetson-temp) that are not present in the file manifest, and the skill metadata declares no required binaries while SKILL.md lists dependencies (tegrastats, jetson_release). These inconsistencies suggest incomplete packaging or sloppy metadata.
Instruction Scope
Runtime instructions are limited to running local monitoring commands and do not perform network access or request credentials, which is appropriate for the stated purpose. The provided script reads local system files (/proc/cpuinfo, free, df) — normal for a monitor — but SKILL.md references commands that don't exist in the package, giving the agent ambiguous guidance on what to run.
Install Mechanism
This is an instruction-only skill with no install spec and a single small shell script; nothing is downloaded or written to disk by an installer, so install risk is low.
Credentials
No environment variables, credentials, or config paths are requested. The script operates on local system info only, so requested privileges are proportional to a monitoring tool.
Persistence & Privilege
always is false and the skill does not request persistent or elevated platform privileges. It does not modify other skills or system-wide configuration.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install jetson-tools
  3. After installation, invoke the skill by name or use /jetson-tools
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of jetson-tools. - Provides tools for NVIDIA Jetson boards: system monitoring, performance analysis, and GPU status. - Includes commands for real-time monitoring, device info, GPU/memory/CPU stats, and temperature checks. - Displays JetPack version information. - Requires tegrastats and jetson_release dependencies.
Metadata
Slug jetson-tools
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Jetson Tools?

Provides system monitoring, performance analysis, and status info for NVIDIA Jetson devices including GPU, CPU, memory, temperature, and JetPack version. It is an AI Agent Skill for Claude Code / OpenClaw, with 162 downloads so far.

How do I install Jetson Tools?

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

Is Jetson Tools free?

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

Which platforms does Jetson Tools support?

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

Who created Jetson Tools?

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

💬 Comments