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-train-visual-changenetgit 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-train-visual-changenet)<a href="https://agentmods.dev/skills/nvidia-tao/tao-skill-bank/tao-train-visual-changenet"><img src="https://agentmods.dev/badge/skills/nvidia-tao/tao-skill-bank/tao-train-visual-changenet/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-train-visual-changenet"><img src="https://agentmods.dev/badge/skills/nvidia-tao/tao-skill-bank/tao-train-visual-changenet.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00092 | $0.04498 |
| Opus 5 | $0.00046 | $0.02249 |
| Sonnet 5 | $0.00018 | $0.00900 |
| Haiku 4.5 | $0.00009 | $0.00450 |
Grade A, and why
tao-train-visual-changenet 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 8d 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.
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 — 315 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Visual ChangeNet
Standalone install? If this session was not initialized by the TAO skill bank plugin, run the
tao-setupskill first (host preflight, credentials, cross-skill discovery).
Visual ChangeNet is a TAO Toolkit model for visual inspection and defect detection. It supports two tasks:
- Classify — Binary image classification using a siamese-style architecture with a shared backbone (C-RADIO ViT) and a learnable difference module. Compares image pairs to classify defects as PASS/NO_PASS.
- Segment — Pixel-level change segmentation using a ViT-Large NVDINOv2 backbone. Compares before/after image pairs to produce a binary change mask.
Classify supports the public C-RADIOv2-B backbone and six frozen DINOv3
variants. Read references/dinov3-backbones.md before selecting DINOv3; it
contains the exact variant map, freeze requirement, Hugging Face access rules,
and local-staging overlay. For C-RADIO, use the bundled
scripts/stage_backbone.py and the mount in references/local-docker.md.
Segment specs use model.backbone.type: vit_large_nvdinov2 and the NVDINOv2
checkpoint family. Keep the checkpoint architecture aligned with the backbone
type: NV_DINOV2_518_16_256.ckpt is compatible with the packaged segment
templates, but it must not be used with fan_small_12_p4_hybrid. If you switch
to a different segment backbone, use a matching checkpoint or leave
model.backbone.pretrained_backbone_path empty for default initialization.
Dataclass Schemas
Generated TAO Core schemas are packaged in schemas/<action>.schema.json, with schemas/manifest.json listing available actions. Each generated schema also emits references/spec_template_<action>.yaml from the schema top-level default field. AutoML enablement is declared at the model layer in references/skill_info.yaml via automl_enabled. Runnable AutoML still requires schemas/train.schema.json and references/spec_template_train.yaml to exist and parse. Use the packaged train schema for automl_default_parameters, automl_disabled_parameters, defaults, min/max bounds, enums, option weights, math conditions, dependencies, and popular parameters. Do not expect ~/tao-core at runtime; maintainers regenerate schemas/templates before packaging the skill bank.
What ships with it
39 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.
- BENCHMARK.md 4.0 KB
- eval.config 5.6 KB
- evals/evals.json 858 B
- references/data-formats.md 5.5 KB
- references/dinov3-backbones.md 1.9 KB
- references/local-docker.md 2.1 KB
- references/parent-model-inference.md 2.5 KB
- references/skill_info.yaml 10 KB
- references/spec_template_deploy_classify_evaluate.yaml 1.0 KB
- references/spec_template_deploy_classify_gen_trt_engine.yaml 430 B
- references/spec_template_deploy_classify_inference.yaml 1.0 KB
- references/spec_template_deploy_segment_evaluate.yaml 533 B
- references/spec_template_deploy_segment_gen_trt_engine.yaml 419 B
- references/spec_template_deploy_segment_inference.yaml 537 B
- references/spec_template_evaluate.yaml 4.1 KB
- references/spec_template_export.yaml 3.1 KB
- references/spec_template_inference.yaml 4.1 KB
- references/spec_template_quantize.yaml 2.8 KB
- references/spec_template_segment_evaluate.yaml 4.4 KB
- references/spec_template_segment_inference.yaml 4.4 KB
- references/spec_template_segment_train.yaml 4.4 KB
- references/spec_template_segment.yaml 2.1 KB
- references/spec_template_train.yaml 3.2 KB
- references/tao-deploy-visual-changenet.md 6.7 KB
- references/tao-deploy-visual-changenet.skill_info.yaml 4.3 KB
- references/troubleshooting.md 4.8 KB
- references/tuning-parameters.md 3.9 KB
- schemas/evaluate.schema.json 79 KB
- schemas/inference.schema.json 79 KB
- schemas/manifest.json 34 KB
- schemas/segment_evaluate.schema.json 79 KB
- schemas/segment_inference.schema.json 79 KB
- schemas/segment_train.schema.json 79 KB
- schemas/train.schema.json 80 KB
- scripts/stage_backbone.py 4.9 KB runs code
- scripts/validate_vcn_dataset.py 12 KB runs code
- skill-card.md 3.8 KB
- skill.oms.sig 12 KB
- tests/test_validate_vcn_dataset.py 4.1 KB runs code
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.
- 8d ago First seen · 315 lines · 92 tokens per session scan A 1f767c28086c
tao-train-visual-changenet is a skill published in the GitHub repository NVIDIA-TAO/tao-skill-bank (88 stars, last pushed today), licensed Apache-2.0. It adds 92 tokens to every session and 4,498 once invoked, about $0.0005 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-03.
Other skills, from other repositories
yolo-master-agent
Use when the user wants to train, validate, predict, track, export, benchmark, tune, inspect, or orchestrate YOLO-Master / Ultralytics experiments in this repository, including LoRA, MoE, multimodal inference/evaluation, and solutions workflows.
yolo-pipeline
YOLO detection, segmentation, classification, and pose estimation setup, training workflow, evaluation metrics, and XAI verification.
spark-environment-setup
Set up a working ML training/inference environment on NVIDIA DGX Spark (GB10, aarch64, CUDA 13). Use when installing PyTorch/Unsloth/TRL/vLLM on DGX Spark, hitting libcudart or wheel-ABI errors on aarch64, or choosing between NGC containers and bare pip installs.
spark-memory-thermal-ops
Manage unified memory and thermals during long-running ML jobs on NVIDIA DGX Spark. Use when planning memory headroom for a training run on GB10, when a job OOMs on unified memory, or when monitoring temperature and power during multi-hour training.
spark-training-gotchas
Preflight and diagnose the ten known failure modes for ML training on NVIDIA DGX Spark. Use when a training run on DGX Spark fails to start, OOMs below the 128GB limit, slows down mid-run, or before any multi-hour training job on GB10.
llama-cpp
Runs LLM inference on CPU, Apple Silicon, and consumer GPUs without NVIDIA hardware. Use for edge deployment, M1/M2/M3 Macs, AMD/Intel GPUs, or when CUDA is unavailable. Supports GGUF quantization (1.5-8 bit) for reduced memory and 4-10× speedup vs PyTorch on CPU.