Inspect DGX Station software and route version-aware, CLI-backed workflows
DGX Station AI Skills teaches your AI coding agent how to operate a DGX Station
correctly. It installs four native Agent Skills plus a dependency-free
dgx-assist command-line tool into a project you choose, so that asking your
agent "serve this model" or "why is this GPU unavailable?" produces answers
grounded in your actual hardware instead of recalled generic advice.
The skills route the agent through a fixed workflow: inspect the real Station,
search a pinned snapshot of NVIDIA guidance, resolve an exact named model to a
qualified recipe, run preflight, ask you to approve, then act and verify. Every
mutation requires your confirmation, and dgx-assist only ever stops services
it started and labelled as its own.
The same CLI works without an agent. Add --json and it emits a stable
versioned envelope for scripts and CI; omit it and you get readable headings,
tables, and action previews for terminal use.
You'll install the four DGX Station skills and the dgx-assist CLI into a
project, then drive a qualified vLLM inference workload from a plain-language
request through preflight, approval, launch, and verification.
You'll also be able to:
Two safety rules matter more than the rest, and the skills enforce them for
you: select GPUs by UUID rather than by nvidia-smi index, which is not a CUDA
ordinal on this platform; and treat an unrecognized software build as unknown
rather than assuming it behaves like a qualified one.
Hardware Requirements:
10.3, confirmed by nvidia-smi --query-gpu=compute_cap --format=csvSoftware Requirements:
python3 --versiondocker info | grep -i runtimeclaude --version, codex --version,
gemini --version, or CursorAll required assets can be found in the DGX Station AI Skills playbook repository.
assets/install.sh — Thin wrapper that runs the Python installerassets/installer.py — Installs, updates, migrates, and uninstalls the
skills; writes .dgx-station/install-manifest.json and manages the delimited
NVIDIA block in your agent context fileassets/dgx-assist.pyz — The standalone zipapp CLI providing host
inspection, guidance search, recipe resolution, preflight, service
lifecycle, MIG planning, and diagnosticsassets/skills/dgx-station/ — Platform compatibility, coherency, GPU
selection, container, CDI, and power guidanceassets/skills/dgx-station-inference/ — Exact-model recipe resolution,
preflight, approved launch, verification, and owned service lifecycleassets/skills/dgx-station-mig/ — Driver-discovered MIG inspection,
planning, approved apply, and restoration evidenceassets/skills/dgx-station-diagnose/ — Read-only diagnostics, playbook
correlation, redacted bundles, and one allowlisted fix at a timeassets/AGENTS.md — The managed context block written into your agent's
project context fileassets/install.sh uninstall --target /path/to/project to
remove every manifest-owned file and the delimited context block. The
installer preserves any managed file you modified and leaves unrelated
context untouched. A user-scope CLI installed with install-cli is removed
by deleting ~/.local/bin/dgx-assist. Cached state lives under
~/.cache/dgx-assist/ and ~/.local/state/dgx-assist/ and can be deleted.