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 NVIDIA-TAO/tao-skill-bank --skill tao-run-deft-od-aoigit clone --depth 1 https://github.com/NVIDIA-TAO/tao-skill-bankWrote 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/nvidia-tao/tao-skill-bank/tao-run-deft-od-aoi)<a href="https://agentmods.dev/skills/nvidia-tao/tao-skill-bank/tao-run-deft-od-aoi"><img src="https://agentmods.dev/badge/skills/nvidia-tao/tao-skill-bank/tao-run-deft-od-aoi/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/nvidia-tao/tao-skill-bank/tao-run-deft-od-aoi"><img src="https://agentmods.dev/badge/skills/nvidia-tao/tao-skill-bank/tao-run-deft-od-aoi.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.00081 | $0.02317 |
| Opus 5 | $0.00041 | $0.01158 |
| Sonnet 5 | $0.00016 | $0.00463 |
| Haiku 4.5 | $0.00008 | $0.00232 |
Grade A, and why
tao-run-deft-od-aoi scanned grade A with 0 findings 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 yesterday.
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.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 220 lines — stays where its author put it; the contents beside it link to each section on GitHub.
TAO DEFT OD AOI
This application is a disk-backed RT-DETR loop for one foreground class,
defect. Its core is real-data-only; AnomalyGenNext synthesis is an optional
route with separate preparation, generation, and admission gates.
References
Read only the references needed for the current stage:
- intake and launch:
references/defaults.md,references/data-contract.md,references/source-manifest.md, andreferences/preflight.md; - orchestration:
references/pipeline.mdandreferences/scripts-and-agents.md; - gaps and retrieval:
references/gap-routing.mdandreferences/tao-analyze-gaps-od-map.md; - training and selection:
references/training-policy.md; - optional synthesis:
references/anomalygen-pool.md.
Start
Select an installed platform, read its skill, then invoke
tao-launch-workflow. The single launch review must include the four normalized
COCO roles, trainable RT-DETR base checkpoint, maximum iterations, image and
Data Services containers, GPU shape, and expected runtime. After approval,
copy assets/default_policy.yaml, fill its required values, and initialize once:
scripts/init_deft_od_aoi.py \
--config /workspace/deft_policy.yaml \
--output-dir /new/results/deft_contract
Never reinitialize an existing result. The validator requires disjoint KPI,
test, defective-real, and verified-clean roles; every COCO must declare only
defect. KPI and test may mix boxed and boxless images because they never enter
training. Every defective-real image needs at least one box, while clean images
remain explicit zero-annotation COCO entries.
Loop boundary
The loop composes existing bank actions:
tao-train-rtdetrinference on KPI and test.- Two
tao-analyze-gaps-od-mapactions: loose confidence for FP routing and strict confidence for FN routing. tao-generate-image-embeddingswith one frozen SigLIP encoder, followed bytao-mine-od-imagesunique-neighbor matching against the real or clean role.- Application-owned admission and cumulative binary COCO assembly.
- Direct
tao-train-rtdetrtraining from the same frozen base checkpoint, then KPI-only checkpoint selection. Test remains report-only.
What ships with it
31 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.
- assets/default_policy.yaml 1.4 KB
- evals/evals.json 691 B
- references/anomalygen-pool.md 2.2 KB
- references/data-contract.md 2.0 KB
- references/defaults.md 1.8 KB
- references/gap-routing.md 1.8 KB
- references/pipeline.md 3.0 KB
- references/preflight.md 2.1 KB
- references/scripts-and-agents.md 1.9 KB
- references/source-manifest.md 1.6 KB
- references/tao-analyze-gaps-od-map.md 1.2 KB
- references/training-policy.md 2.1 KB
- scripts/admit_deft_od_aoi_coco.py 11 KB runs code
- scripts/commit_deft_od_aoi_stage.py 3.7 KB runs code
- scripts/init_deft_od_aoi.py 8.3 KB runs code
- scripts/prepare_deft_od_aoi_measurement.py 5.7 KB runs code
- scripts/prepare_deft_od_aoi_retrieval.py 10 KB runs code
- scripts/prepare_deft_od_aoi_synthesis.py 6.8 KB runs code
- scripts/prepare_deft_od_aoi_training.py 7.0 KB runs code
- scripts/resolve_deft_od_aoi_synthesis.py 4.6 KB runs code
- scripts/select_deft_od_aoi_training.py 7.1 KB runs code
- scripts/tests/test_admit_deft_od_aoi_coco.py 4.5 KB runs code
- scripts/tests/test_commit_deft_od_aoi_stage.py 2.2 KB runs code
- scripts/tests/test_init_deft_od_aoi.py 5.4 KB runs code
- scripts/tests/test_prepare_deft_od_aoi_measurement.py 2.4 KB runs code
- scripts/tests/test_prepare_deft_od_aoi_retrieval.py 3.7 KB runs code
- scripts/tests/test_prepare_deft_od_aoi_synthesis.py 3.1 KB runs code
- scripts/tests/test_prepare_deft_od_aoi_training.py 2.7 KB runs code
- scripts/tests/test_resolve_deft_od_aoi_synthesis.py 2.5 KB runs code
- scripts/tests/test_select_deft_od_aoi_training.py 2.9 KB runs code
- skill-card.md 2.2 KB
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.
- yesterday Changed · +137 lines e03be2509d9c
- 2d ago First seen · 83 lines · 81 tokens per session scan A d4fb6286350a
tao-run-deft-od-aoi is a skill published in the GitHub repository NVIDIA-TAO/tao-skill-bank (88 stars, last pushed today), licensed Apache-2.0. It adds 81 tokens to every session and 2,317 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-10.
Other skills, from other repositories
fair-esm2
Embed proteins with Meta AI's ESM-2 (fair-esm package). Use this skill when: (1) Extracting per-residue or per-sequence embeddings for downstream ML, (2) Masked-LM likelihood / mutation effect scoring, (3) Contact prediction from a sequence.
evo2
Score, embed, and generate DNA sequences with Evo 2, a long-context genomic foundation model. Use this skill when: (1) Computing per-nucleotide or per-sequence likelihoods for variant effect scoring, (2) Embedding genomic windows for downstream classification, (3) Generating DNA conditioned on a prefix, (4) Scoring…
openfold3
Structure prediction using OpenFold3, an open-weights PyTorch reproduction of AlphaFold3 from the AlQuraishi Lab. Use this skill when predicting protein/nucleic-acid/ligand complex structures with an Apache-2.0-licensed AF3 reimplementation.
boltz
Structure prediction for protein, nucleic-acid, and small-molecule complexes with Boltz-2 (Passaro & Wohlwend et al. 2025, github.com/jwohlwend/boltz). Reach for this skill to validate designed binders against a target, to co-fold a protein with a SMILES or CCD ligand, or to get an open-source AlphaFold3 alternative…
scgpt
Embed and annotate single-cell expression data with scGPT, a foundation model for single-cell biology. Use this skill when: (1) Producing cell embeddings from an AnnData for clustering/integration, (2) Zero-shot or fine-tuned cell-type annotation, (3) Gene-level representation for perturbation/GRN tasks. For…
solublempnn
Inverse-fold a backbone with SolubleMPNN — ProteinMPNN retrained on a soluble-PDB subset (Dauparas et al. 2022) — for sequences biased toward cytosolic expression and reduced aggregation. Reach for this skill when designs from vanilla ProteinMPNN are aggregating or going to inclusion bodies, when redesigning a…