Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add chipi/agentic-ai-homelab --skill dgx-statusgit clone --depth 1 https://github.com/chipi/agentic-ai-homelabWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/chipi/agentic-ai-homelab/dgx-status)<a href="https://agentmods.dev/skills/chipi/agentic-ai-homelab/dgx-status"><img src="https://agentmods.dev/badge/skills/chipi/agentic-ai-homelab/dgx-status/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/chipi/agentic-ai-homelab/dgx-status"><img src="https://agentmods.dev/badge/skills/chipi/agentic-ai-homelab/dgx-status.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00073 | $0.00551 |
| Opus 5 | $0.00036 | $0.00275 |
| Sonnet 5 | $0.00015 | $0.00110 |
| Haiku 4.5 | $0.00007 | $0.00055 |
Grade A, and why
dgx-status scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
for p in 9000 8003; do curl -fsS -o /dev/null -w "$p:%{http_code} " http://127.0.0.1:$p/health 2>/dev/null; done; echo What it actually says
dgx-status
A read-only snapshot of the DGX. Answers "what is the box doing right now" before you deploy, switch modes, or debug a dead endpoint. Never mutates — no mode switch, no up/down, no kill.
Gather (all read-only, over ssh dgx-llm-1)
ssh dgx-llm-1 '
~/bin/gpu-mode-swap.sh status --json
nvidia-smi --query-gpu=memory.used,memory.total,utilization.gpu --format=csv,noheader
nvidia-smi --query-compute-apps=pid,process_name,used_memory --format=csv,noheader
for p in 9000 8003; do curl -fsS -o /dev/null -w "$p:%{http_code} " http://127.0.0.1:$p/health 2>/dev/null; done; echo
docker ps --format "{{.Names}} {{.Status}}" 2>/dev/null || echo "docker ps needs sudo"
'
Report
One compact block:
- mode (code/research/idle/BROKEN-BOTH) +
gpu_compute_app_count - GPU: utilization %. NOTE: on GB10 (unified memory)
nvidia-smimemory.used/totalreturns[N/A]— don't rely on it. Use the compute-appsused_memorybelow (and DCGM/Grafana) for real memory pressure. - compute apps: pid / name / memory — who actually holds the GPU
- vLLM health: which of
:9000/:8003answers - containers: running stacks (or note docker needs sudo)
Flag mismatches
idlebut a compute app is present → a training job / Ollama holds the GPU directly (switching would fight it — see thegpu-modeskill).codebut:9000not healthy → the stack didn't come up cleanly.BROKEN-BOTH, or both ports answering → bad state; surface it, don't fix blindly.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 10d ago First seen · 41 lines · 73 tokens per session scan A 78d2cb356065
dgx-status is a skill published in the GitHub repository chipi/agentic-ai-homelab (2 stars, last pushed today), licensed MIT. It adds 73 tokens to every session and 551 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
agent-sandbox
Agent skill for sandbox - invoke with $agent-sandbox.
github-actions-templates
Create production-ready GitHub Actions workflows for automated testing, building, and deploying applications. Use when setting up CI/CD with GitHub Actions, automating development workflows, or creating reusable workflow templates.
aiq-deploy
Use when asked to install, deploy, run, validate, troubleshoot, or stop NVIDIA AI-Q Blueprint infrastructure.
holoscan-install-container
Install Holoscan SDK via the NGC Docker container. Use for container-based installs; not for native apt/pip/Conda installs.
dynamo-recipe-runner
Select, validate, patch, and deploy existing NVIDIA Dynamo Kubernetes recipes. Use for model/backend/GPU/deployment-mode recipe bring-up; use router-starter for router-only mode work and troubleshoot for broken deployments.
doca-argus
Use this skill when the user is deploying or operating the DOCA Argus Service — the packaged BlueField-side runtime-security container that watches the BlueField and attached host for suspicious activity, integrity violations, and operational anomalies, and forwards findings to a SIEM (Splunk / ELK / Sentinel /…