Jetson CUDA

v1.0.0

Provides NVIDIA Jetson CUDA tools to query CUDA version, GPU device info, and CUDA library paths on Jetson devices.

0· 153·0 current·0 all-time
bykunka@wxd9199

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for wxd9199/jetson-cuda.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Jetson CUDA" (wxd9199/jetson-cuda) from ClawHub.
Skill page: https://clawhub.ai/wxd9199/jetson-cuda
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install jetson-cuda

ClawHub CLI

Package manager switcher

npx clawhub@latest install jetson-cuda
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & 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
153downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

jetson-cuda

NVIDIA Jetson CUDA 工具集。提供 CUDA 版本查询、GPU 设备信息等功能。

功能

  • CUDA 版本查询 (nvcc --version)
  • GPU 设备信息 (nvidia-smi)
  • CUDA 库路径

使用方法

# 查看 CUDA 信息
jetson-cuda info

# 检查 nvcc
which nvcc
nvcc --version

依赖

  • CUDA Toolkit
  • nvidia-smi

环境要求

  • NVIDIA Jetson (AGX Orin, Xavier, Nano, etc.)
  • CUDA 11.x or 12.x

Comments

Loading comments...