dynamo: Skill for Claude Code

.agents/skills/troubleshoot-dynamo/SKILL.md

troubleshoot-dynamo is a skill for Claude Code, Codex from ai-dynamo/dynamo. It costs 57 tokens per session (1,168 once invoked), scanned C, original, no licence file.

A skill for diagnosing unhealthy NVIDIA Dynamo deployments, meaning running instances of the system. It investigates failures involving Kubernetes workloads, model caches, storage, workers, routers, endpoints, and benchmark jobs.

In plain words
What is it for?
Use it when pods, model-cache jobs, persistent storage, workers, frontend or router health, endpoints, or benchmark jobs fail.
Why use it?
It helps identify why a deployment is failing after normal setup, instead of treating every problem as a configuration or bring-up task.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing. Also seen: installed under .agents/ (shared by several agents).

This is ai-dynamo/dynamo's own configuration. It tells Claude Code and Codex how to work on dynamo itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything dynamo configures →

Reuse

Borrowing it

Nothing to install: this file belongs to ai-dynamo/dynamo. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/ai-dynamo/dynamo/main/.agents/skills/troubleshoot-dynamo/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/ai-dynamo/dynamo

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for troubleshoot-dynamo

README.md
[![agentmods](https://agentmods.dev/badge/skills/ai-dynamo/dynamo/troubleshoot-dynamo.svg)](https://agentmods.dev/skills/ai-dynamo/dynamo/troubleshoot-dynamo)
Your own site
<a href="https://agentmods.dev/skills/ai-dynamo/dynamo/troubleshoot-dynamo"><img src="https://agentmods.dev/badge/skills/ai-dynamo/dynamo/troubleshoot-dynamo.svg" alt="Measured on agentmods" height="20"></a>
Per session 57 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,168 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00057 $0.01168
Opus 5 $0.00028 $0.00584
Sonnet 5 $0.00011 $0.00234
Haiku 4.5 $0.00006 $0.00117

Measured 8d ago against content hash 480b5c92c538, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade C, and why

troubleshoot-dynamo scanned grade C 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 8d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/collect_dynamo_debug_bundle.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

Harvests environment variableshighData exfiltration

Enumerating or grepping the environment for keys collects credentials unrelated to what the mod says it does.

- Will not collect secrets or print Hugging Face tokens; some failure modes (auth) may need user-side inspection.
.agents/skills/troubleshoot-dynamo/SKILL.md · 163 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

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.

  1. 8d ago First seen · 163 lines · 57 tokens per session scan C 480b5c92c538

Subscribe to this mod's changes

troubleshoot-dynamo is a skill published in the GitHub repository ai-dynamo/dynamo (7,983 stars, last pushed today), with no licence file. It adds 57 tokens to every session and 1,168 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it C with 1 finding (harvests environment variables). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

troubleshoot-sandbox

Troubleshoot OpenSandbox issues by running diagnostics (logs, inspect, events, summary) via CLI or HTTP API to diagnose sandbox failures like OOM, crash, image pull errors, network problems, etc.

opensandbox-group/OpenSandbox · 48 tokens

neuron-debugger

Debug and monitor Neuron AI applications with Inspector APM, event observability, logging, and performance analysis. Use this skill whenever the user mentions debugging, monitoring, observability, performance analysis, tracing, Inspector, or needs to understand why an agent is behaving a certain way. Also trigger for…

neuron-core/neuron-ai · 90 tokens

routing-calibration-loop

Calibrates routing changes against a live router endpoint with executable probes, local DSL validation, versioned deploys, and structured failure review. Use when tuning signals, projections, decisions, or maintained route examples against a real apiserver.

vllm-project/semantic-router · 53 tokens

plano-observability-debugging

Improve Plano tracing and debugging workflows. Use for sampling strategy, span attributes, and trace query-based root-cause analysis.

katanemo/plano · 32 tokens

k8s-service-path

Trace the Kubernetes service path — Service to selector to pods to EndpointSlices to readiness, plus Ingress routing. Use when a service is getting no traffic, an ingress is not routing, or someone asks why a workload is unreachable inside a cluster.

automateyournetwork/netclaw · 55 tokens

cluster-events

Analyze cluster-wide Kubernetes events to identify issues and patterns. Aggregates Warning events, detects high-frequency patterns, and correlates related events.

scitix/siclaw · 30 tokens