Use when the user says "use pixi to install <some nvidia tool>" (or similar) and wants NVIDIA/CUDA/GPU packages installed via Pixi (no sudo/apt), e.g., CUDA toolkit pieces, cuDNN/NCCL, PyTorch CUDA builds, RAPIDS.
Use this skill when the user asks to install NVIDIA tooling via Pixi, especially in the form:
Examples:
This skill provides workflows for setting up No-Sudo, User-Space GPU environments. By installing CUDA toolkits and libraries via Pixi, you avoid modifying the host system (apt install) and ensure perfect reproducibility across different machines.
/usr/local/cuda.pixi.lock guarantees the exact same driver-compatible libraries everywhere.Ensure the correct channels are present in pyproject.toml. The order determines priority.
pixi project channel add nvidia (and pytorch if needed).nvidia MUST be prioritized over conda-forge for all NVIDIA tools and libraries (CUDA, cuDNN, NCCL, etc.), unless the user explicitly requests otherwise.Use specific versions to ensure compatibility between CUDA and the framework. Always prefer the nvidia channel for these packages.
pixi add pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch -c nvidia
Instead of the massive cuda-toolkit, consider adding only what's needed:
pixi add cuda-compiler cuda-libraries-dev
After installation, verify GPU visibility:
pixi run python -c "import torch; print(torch.cuda.is_available())"
nvidia-smi on the host to ensure the installed pytorch-cuda version is supported by the host driver.libcuda.so or libcudart.so are not found, ensure the environment is activated (pixi shell).nvcc and cmake with the Pixi-managed toolkit.npx skills add igamenovoer/pixi-install-nvidia下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer