Jetson Tools
Provides system monitoring, performance analysis, and status info for NVIDIA Jetson devices including GPU, CPU, memory, temperature, and JetPack version.
MIT-0 · Free to use, modify, and redistribute. No attribution required.
⭐ 0 · 16 · 0 current installs · 0 all-time installs
bykunka@wxd9199
MIT-0
Security Scan
OpenClaw
Suspicious
medium confidencePurpose & 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.
What to consider before installing
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.Like a lobster shell, security has layers — review code before you run it.
Current versionv1.0.0
Download ziplatest
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
SKILL.md
jetson-tools
NVIDIA Jetson 开发板工具集。提供系统监控、性能分析、GPU状态查看等功能。
功能
- tegrastats 实时监控
- Jetson 设备信息查询
- GPU/内存/CPU 状态
- 温度监控
- JetPack 版本信息
命令
# 监控系统状态
jetson-stats
# 查看设备信息
jetson-info
# GPU 状态
jetson-gpu
# 温度监控
jetson-temp
依赖
- tegrastats
- jetson_release
Files
3 totalSelect a file
Select a file to preview.
Comments
Loading comments…
