← Back to Skills Marketplace
135
Downloads
1
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install nvidia-cuda
Description
Use when work targets NVIDIA GPUs for deep learning training, inference, distributed execution, CUDA/Triton kernels, or AI infra tuning. Enforces GPU-aware c...
Usage Guidance
This package appears internally consistent and intended for local GPU tuning and code review. Before running: (1) review the scripts (they are plain Python) if you have policy concerns; (2) be aware they will query GPU drivers, environment variables, and may run GPU workloads (torch.compile, NCCL/DDP smoke tests) which can be compute- and resource-intensive; (3) run in an environment where running torch/CUDA code is safe (not on production nodes with sensitive data); and (4) the skill does not request secrets, but always inspect any third-party code before executing it with elevated privileges or on shared infrastructure.
Capability Analysis
Type: OpenClaw Skill
Name: nvidia-cuda
Version: 0.4.0
The bundle is a professional and comprehensive toolkit for optimizing deep learning workloads on modern NVIDIA GPUs (Hopper/Blackwell). It contains legitimate diagnostic probes (cuda_env_probe.py), static analysis tools for identifying performance anti-patterns (check_training_stack.py), and various benchmarking scripts for attention kernels and distributed training. The instructions in SKILL.md are strictly aligned with the stated purpose of performance tuning and hardware assessment, and the environment variable collection is limited to non-sensitive CUDA/NCCL configuration flags. No evidence of malicious intent, data exfiltration, or harmful prompt injection was found.
Capability Tags
Capability Assessment
Purpose & Capability
Name/description, SKILL.md, README, and all included scripts (env probe, stack scanner, attention benchmark, dataloader/training benchmarks, NCCL/DDP smoke tests) are coherent with an NVIDIA GPU optimization/review skill. No unrelated credentials, binaries, or unusual resources are requested.
Instruction Scope
SKILL.md instructs the agent to probe the local GPU environment (nvidia-smi, torch checks, inspect CUDA env vars), run the bundled scripts, and benchmark or scan code. These actions are appropriate for the stated purpose. The instructions do not request unrelated files, credentials, or network exfiltration.
Install Mechanism
No install spec; this is an instruction-plus-scripts package. Bundled scripts are plain Python, and requirements.txt only lists torch>=2.11. No remote downloads or extract-from-URL installs are specified.
Credentials
The skill declares no required env vars or credentials. Its probes read typical CUDA-related env vars (CUDA_VISIBLE_DEVICES, NCCL_DEBUG, etc.) and local system state via torch and nvidia-smi — all proportional to GPU diagnostics. No secrets or unrelated service tokens are requested.
Persistence & Privilege
always:false and normal model invocation settings. The package does not request permanent presence or attempt to modify other skills or system-wide agent settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install nvidia-cuda - After installation, invoke the skill by name or use
/nvidia-cuda - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.4.0
Add official FA/DDP/FSDP tooling and broader scanner coverage
v0.3.0
Add latest GPU recommendations, sample configs, CI smoke, and NCCL smoke
v0.2.0
Add reusable probes, scanners, and benchmark scripts
v0.1.0
Initial public release
Metadata
Frequently Asked Questions
What is NVIDIA CUDA?
Use when work targets NVIDIA GPUs for deep learning training, inference, distributed execution, CUDA/Triton kernels, or AI infra tuning. Enforces GPU-aware c... It is an AI Agent Skill for Claude Code / OpenClaw, with 135 downloads so far.
How do I install NVIDIA CUDA?
Run "/install nvidia-cuda" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is NVIDIA CUDA free?
Yes, NVIDIA CUDA is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does NVIDIA CUDA support?
NVIDIA CUDA is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created NVIDIA CUDA?
It is built and maintained by 刘旭凯 (@kkellyoffical); the current version is v0.4.0.
More Skills