# Nvmini

> Codex built-in skill for lightweight NVIDIA GPU diagnostics and local CUDA visibility checks before running GPU-heavy experiments or benchmarks.

- Skill: `rycen7822/nvmini` (Agent Skill)
- Install (CLI): `npx skillmds@latest add rycen7822/nvmini`
- Raw SKILL.md: https://api.skillmd.com/api/skills/rycen7822/nvmini/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: Rycen7822 (https://skillmd.com/u/rycen7822)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/rycen7822/nvmini

---

# nvmini
## When to Use
Use when the task needs quick GPU inventory, CUDA availability, memory pressure, driver visibility, or nvidia-smi style diagnostics.
## Do Not Use When
Do not use for unrelated CPU-only Python debugging or broad system administration without GPU context.
## Required Inputs
Local machine access and permission to run read-only GPU diagnostic commands.
## Workflow
1. Check nvidia-smi or equivalent availability.
2. Record GPU model, memory, driver, CUDA visibility, and active processes.
3. Summarize whether the environment is ready for the requested workload.

