← 返回 Skills 市场
wxd9199

Jetson CUDA

作者 kunka · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
158
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install jetson-cuda
功能描述
Provides NVIDIA Jetson CUDA tools to query CUDA version, GPU device info, and CUDA library paths on Jetson devices.
使用说明 (SKILL.md)

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
安全使用建议
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.
功能分析
Type: OpenClaw Skill Name: jetson-cuda Version: 1.0.0 The skill provides basic CUDA and GPU diagnostic information for NVIDIA Jetson devices. The script 'scripts/cuda-info.sh' only executes standard commands (nvcc and nvidia-smi) to retrieve version information, and the documentation in 'SKILL.md' is consistent with this functionality. No malicious or suspicious behaviors were identified.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install jetson-cuda
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /jetson-cuda 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of jetson-cuda. - 提供 CUDA 版本查询(nvcc --version) - 查询 GPU 设备信息(nvidia-smi) - 支持查看 CUDA 库路径 - 适用于 NVIDIA Jetson 平台(AGX Orin, Xavier, Nano 等) - 需要 CUDA Toolkit 和 nvidia-smi 依赖
元数据
Slug jetson-cuda
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Jetson CUDA 是什么?

Provides NVIDIA Jetson CUDA tools to query CUDA version, GPU device info, and CUDA library paths on Jetson devices. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 158 次。

如何安装 Jetson CUDA?

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

Jetson CUDA 是免费的吗?

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

Jetson CUDA 支持哪些平台?

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

谁开发了 Jetson CUDA?

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

💬 留言讨论