Jetson CUDA
v1.0.0Provides NVIDIA Jetson CUDA tools to query CUDA version, GPU device info, and CUDA library paths on Jetson devices.
⭐ 0· 115·0 current·0 all-time
bykunka@wxd9199
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The skill name, description, SKILL.md, and the included script all align: they check nvcc and nvidia-smi to report CUDA/GPU info. Minor inconsistency: the registry metadata lists no required binaries, but the instructions and script call nvcc and nvidia-smi and the SKILL.md lists them as dependencies.
Instruction Scope
SKILL.md and scripts/cuda-info.sh only run local commands (which nvcc, nvcc --version, nvidia-smi) and print results or errors. There are no instructions to read unrelated files, transmit data externally, or access secrets.
Install Mechanism
This is instruction-only with a small included script and no install spec, so nothing is downloaded or installed by the skill itself.
Credentials
The skill requires no environment variables or credentials. That matches its functionality of querying local CUDA/GPU tools.
Persistence & Privilege
The skill does not request always: true and makes no changes to other skills or system-wide settings; it has ordinary, non-persistent scope.
Assessment
This skill appears to be what it says: a small helper that runs nvcc and nvidia-smi to report CUDA and GPU info. Before installing, be aware: (1) it will execute shell commands on the host (nvcc and nvidia-smi), so only enable it on devices you trust; (2) the metadata does not declare required binaries even though the script uses them—ensure your device actually has CUDA/nvcc or nvidia-smi if you expect useful output; (3) the skill performs no network communication and asks for no credentials. If you want extra caution, inspect scripts/cuda-info.sh yourself and run it manually in a terminal on a test device first.Like a lobster shell, security has layers — review code before you run it.
latestvk97c2032812wnrjtcgbqwjvfcd838c3v
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
