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-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-aoi)<a href="https://agentmods.dev/skills/nvidia-tao/tao-skill-bank/tao-run-deft-aoi"><img src="https://agentmods.dev/badge/skills/nvidia-tao/tao-skill-bank/tao-run-deft-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-aoi"><img src="https://agentmods.dev/badge/skills/nvidia-tao/tao-skill-bank/tao-run-deft-aoi.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 3 findings, up to high
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- high Privilege Escalation · line 158 Code accesses credential files (SSH keys, AWS credentials, etc.). This could indicate credential theft attempts.Fix: Remove references to credential paths. Use environment variables or secrets managers. For docs, use placeholder paths (e.g., /path/to/config). Never load .env or token files in production code paths.
- medium MCP Rug Pull · line 128 Docker image references without a specific tag (:latest is implicit) or digest (@sha256:...) can be silently replaced by a malicious image.Fix: Pin the image: image:tag or image@sha256:abc123
- medium Excessive Agency · line 174 Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
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.00155 | $0.04636 |
| Opus 5 | $0.00077 | $0.02318 |
| Sonnet 5 | $0.00031 | $0.00927 |
| Haiku 4.5 | $0.00015 | $0.00464 |
Grade A, and why
tao-run-deft-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 12d 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 — 267 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Skill: tao-run-deft-aoi
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).
Execution Contract
Treat this as a disk-backed state machine, not as a prose recipe.
- Preserve every explicit user value.
epoch 1meansnum_epochs=1anditeration 1meansmax_iterations=1; a heuristic or spec default applies only when the user did not supply that parameter. Show the source of every run parameter (user,spec, ordefault) in the Pre-Flight Summary. Preserve the customer's metric name, operator, target, unit, evaluator, and constraints. The approvedmetric_contractis the source of truth for evaluation, checkpoint selection, completion, and reporting. - After the user approves the Summary, set
PYTHON=$(bash scripts/deft_python.sh), then initializedeft_state.jsononce with"$PYTHON" scripts/init_deft_state.py, passing Preflight's exact GPU model/memory, resolved--network-mode, activation source, and selected absolute Python. The resultingexecution_policyis immutable run state. Never hand-author or reinitialize it on resume. - On startup, after context compaction, before every stage, and before any
completion claim, run
"$PYTHON" scripts/deft_context.py --state ... --stage .... Use its durablenext_stageplus the state file'sstatus,current_iteration,iterations.*.status,stage_completed, and latesteventsentry to resume. Do not infer progress from assistant prose or from an artifact that is not recorded in state. - Invoke the mapped underlying skill after reading the DEFT overlay. Do not replace a missing/unread stage reference or a failed skill call with guessed shell commands, inline Python, a different output tree, or data fabricated from the KPI set.
- After initialization, run install/fetch/login/container commands through
"$PYTHON" scripts/deft_exec.py --state ... -- <command>. Air-gap mode rejects egress and installs, injects offline flags, and enforces no-pull. Selected platforms must enforce the equivalent policy. - Commit every stage with
"$PYTHON" scripts/commit_stage.py; it verifies the stage's required inputs and atomically updates both the resume snapshot and orderedeventsarray insidedeft_state.json. Never edit the state file with inline Python, jq, heredocs, or an editor. Fix rejected evidence; never fabricate state. For evaluate, pass the metric result, checkpoint, inference CSV, and threshold directly tocommit_stage.py. Pass positive measured--duration-secfrom backend elapsed time or a host timer for executed stages. A documented--skipmay record0; negative durations are always rejected. - Claim the loop complete only after
"$PYTHON" scripts/finalize_run.pycreates the handoff artifacts, successfully commitsloop_stop, and a fresh read ofdeft_state.jsonshowsstatus == "complete",iterations.baseline.status == "complete", and the final iteration'sstatus == "complete". A checkpoint, inference CSV, report, or assistant message is not completion evidence by itself.
What ships with it
47 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.
- .env.example 1.9 KB
- agents/reporter.md 863 B
- BENCHMARK.md 4.0 KB
- eval.config 12 KB
- eval.slow-manual.config 13 KB
- evals/evals.json 3.2 KB
- references/air-gap.md 3.1 KB
- references/baseline_spec.yaml 4.7 KB
- references/data-layout.md 11 KB
- references/DEFT_Loop_Report.html 43 KB
- references/deft_state.json 3.5 KB
- references/metric-contract.md 4.7 KB
- references/network-bootstrap.md 724 B
- references/pipeline-and-state.md 21 KB
- references/preflight.md 20 KB
- references/prepare-for-inference.md 7.8 KB
- references/rca-artifact-manifest.json 1.7 KB
- references/REPORT_RENDERING.md 13 KB
- references/scripts-and-agents.md 14 KB
- references/tao-analyze-gaps-visual-changenet.md 5.3 KB
- references/tao-generate-anomalies.md 20 KB
- references/tao-mine-aoi-images.md 16 KB
- references/tao-route-visual-changenet-samples.md 2.7 KB
- references/visual-changenet.md 16 KB
- scripts/align_token_usage.py 12 KB runs code
- scripts/analyze_kpi.py 22 KB runs code
- scripts/changenet_data_pair_prepare.py 8.6 KB runs code
- scripts/commit_stage.py 32 KB runs code
- scripts/deft_context.py 2.7 KB runs code
- scripts/deft_exec.py 6.6 KB runs code
- scripts/deft_python.sh 1.5 KB runs code
- scripts/finalize_run.py 1.6 KB runs code
- scripts/init_deft_state.py 23 KB runs code
- scripts/metric_contract.py 12 KB runs code
- scripts/prepare_inference_spec.py 11 KB runs code
- scripts/record_metric_result.py 5.3 KB runs code
- scripts/render_report.py 37 KB runs code
- scripts/resolve_mining_pool.py 5.0 KB runs code
- scripts/resolve_versions_key.py 2.6 KB runs code
- scripts/stage_backbone.py 11 KB runs code
- scripts/validate_training_csv.py 12 KB runs code
- skill-card.md 4.4 KB
- skill.oms.sig 11 KB
- tests/test_changenet_init_state_contract.py 2.4 KB runs code
- tests/test_changenet_report_rendering.py 50 KB runs code
- tests/test_preflight_cli_contracts.py 1.3 KB runs code
- tests/test_runtime_hygiene.py 5.5 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.
- 12d ago First seen · 267 lines · 155 tokens per session scan A 7ea9fd09db49
tao-run-deft-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 155 tokens to every session and 4,636 once invoked, about $0.0008 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-08-30.
Other skills, from other repositories
memory-merger
Merges mature lessons from a domain memory file into its instruction file. Syntax: /memory-merger >domain [scope] where scope is global (default), user, workspace, or ws.
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-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.
minicpm5-deploy-litert
Run MiniCPM5-2B or MiniCPM5-1B on-device with Google's LiteRT-LM runtime — the litert-lm CLI or its OpenAI-compatible server on a desktop, the Kotlin API or the AI Edge Gallery app on Android, the same .litertlm bundle on CPU or GPU. Use when the user says "LiteRT", "LiteRT-LM", "litertlm", ".litertlm", "Android"…
amc-run-rtsp-calibration
Calibrate a new dataset from live RTSP camera streams via the AutoMagicCalib REST API. Use when the user provides RTSP URLs or asks to calibrate live cameras; VIOS records clips, AMC ingests them, then runs calibration.