Dev & Engineering ✓ NVIDIA · Official tao-toolkitcapability-discoveryautomlmodel-catalogworkflow-manifests

TAO Skill Bank Capability Discovery

Query TAO Skill Bank workflows, models, platforms, and AutoML support from packaged manifests.

FollowSkills review · FSRS-2.0
Not recommended
48/ 100 5-point scale 2.4 / 5
Trust15 / 25 · 3.0/5

The skill limits declared tools to Read and Bash and mainly reads packaged manifests to produce capability information; no malware, credential theft, or covert exfiltration is shown. However, it executes scripts from an external path without documenting data flow, user confirmation, dependency integrity, rollback, or abnormal-output boundaries, so points are deducted.

Reliability7 / 20 · 1.8/5

SKILL.md provides consistent routing for general capability, model, and AutoML questions and defines an AutoML schema gate. However, it depends on an external tao-skill-bank path and supplies no bundled scripts, version pinning, abnormal-input handling, or diagnosable failure guidance. Under static calibration, evidence is insufficient for more than 7/10.

Adaptability8 / 15 · 2.7/5

Trigger phrases and scenarios for general capabilities, model lists, and AutoML queries are reasonably clear, and the dependency is declared. Non-fit boundaries, input/output limits, platform differences, Chinese-language support, and reachability in mainland-China networks are not established, so points are deducted.

Convention8 / 15 · 2.7/5

Front matter provides name, description, Apache-2.0 licensing, author, and version; skill-card.md adds use case, risks, and governance context, while repository files provide publication and security channels. However, SKILL.md lacks the recommended Instructions and Examples sections and offers little troubleshooting, changelog, or skill-specific maintenance ownership, so points are deducted.

Effectiveness6 / 15 · 2.0/5

The documented scripts are designated as the source of truth and cover application, data, platform, model-action, and AutoML discovery, plausibly completing the core task. However, the packaged dependency is not supplied, representative outputs and key-path completeness are not directly demonstrated, and static calibration limits the score to at most 7; 6 is awarded.

Verifiability4 / 10 · 2.0/5

A pinned revision, evaluation file, and BENCHMARK.md are present, with reported results for security, correctness, discoverability, and effectiveness. However, coverage is limited to one evaluation task, there is no committed test suite for this skill, and the report is not independently reproducible from the supplied material, so only 4/10 is awarded.

Evidence confidence:Low Reviewed Jul 20, 2026 Reviewed revision 55f18499943e
The upstream repository has new commits since this review. The score still applies to the reviewed revision shown and may not cover the latest changes.
Before you use it
  • Execution depends on external TAO Skill Bank helper scripts; verify the path, script version, manifest completeness, and dependency provenance before deployment.
  • Failure messaging, rollback behavior, and user-confirmation requirements are not documented.
  • AutoML claims depend on a parseable train.schema.json; missing or invalid schemas should not be described as supported.
  • The benchmark contains only one positive task and does not establish negative-trigger behavior, boundary coverage, or cross-environment stability.
See the full review method →

What does this skill do, and when should you use it?

This skill answers what TAO Skill Bank can do, which models and workflows are available, and what supports AutoML. It runs packaged Python helper scripts that generate responses from application, data, model, AutoML, and platform manifests. General capability questions and model or AutoML questions use separate query paths. AutoML support depends on a valid packaged training schema for the model.

Runs scripts/list_tao_capabilities.py for general capability questions and uses its text output as the answer source. The reported coverage includes top-level workflows under applications/ and data/, supported execution platforms, and available model actions such as training, evaluation, inference, export, and TensorRT engine generation when present in the packaged schema manifest. Runs scripts/list_tao_models.py --scope all for model and action queries. Runs the same script with --scope automl, or scripts/list_automl_support.py, for AutoML queries; a model is not described as AutoML-supported when its skills/models/<network>/schemas/train.schema.json is missing or invalid JSON.

  1. A TAO user wants an inventory of the Skill Bank's application and data workflows. Use the general capability query.
  2. A developer needs to verify which actions a TAO model supports, such as training, evaluation, inference, or export. Use the model-list query.
  3. A team is assessing AutoML coverage and needs to identify models with valid packaged training schemas. Use AutoML mode.
  4. A maintainer needs manifest-based answers instead of manually scanning model directories. Use this skill's packaged helper scripts.

What are this skill's strengths and limitations?

Pros
  • Uses packaged application, data, model, platform, and AutoML manifests as the source of truth.
  • Separates general capability, model-action, and AutoML query paths.
  • Defines a clear exclusion rule for models with missing or invalid training schemas.
  • The standalone SKILL.md declares Apache-2.0 licensing and version 0.1.0.
Limitations
  • Requires the packaged TAO Skill Bank helper scripts; the SKILL.md alone cannot perform the queries.
  • The source provides no actual helper-script output examples, test results, or platform inventory.
  • This skill discovers capabilities rather than executing TAO training, deployment, or inference workflows.
  • The source does not document cost, performance, or external-service availability.

How do you install this skill?

Install the skill from NVIDIA's collection with: npx skills add nvidia/skills --skill tao-list-capabilities --yes. To target Codex: npx skills add nvidia/skills --skill tao-list-capabilities --agent codex --yes. The source does not document separate Python dependency installation.

How do you use this skill?

Ask the agent questions such as “what can TAO Skill Bank do”, “list TAO models”, “which TAO workflows are available”, or “what supports AutoML”. For general capabilities, run ${TAO_SKILL_BANK_PATH:-~/tao-skills-external}/scripts/list_tao_capabilities.py --skill-bank ${TAO_SKILL_BANK_PATH:-~/tao-skills-external} --format text. For models, use list_tao_models.py --scope all --format text. For AutoML, use list_tao_models.py --scope automl --format text.

FAQ

Does the source say whether this skill costs money?
No. The supplied source material contains no pricing or cost information.
What permissions does it require?
The SKILL.md allows Read and Bash. It reads local packaged resources and runs helper scripts; the source shows no MCP or network requirement.
Why might a model be absent from the AutoML results?
Its skills/models/<network>/schemas/train.schema.json may be missing or may fail JSON parsing. Under the skill's rules, either condition prevents describing the model as AutoML-supported.
Does this skill train or deploy TAO models directly?
That is not established by this skill. It generates lists of capabilities, model actions, and AutoML support; execution is covered by other TAO skills.

More skills from this repository

All from NVIDIA/skills

Data & Analysis ✓ NVIDIA · Official

TAO Standard Training Workflow

Run a controlled TAO train, evaluate, and export workflow on labeled data.

Data & Analysis ✓ NVIDIA · Official

TAO Person Re-Identification

Train and deploy TAO ReID models for cross-camera person matching.

Data & Analysis ✓ NVIDIA · Official

TAO RT-DETR Object Detection

Guides NVIDIA TAO workflows for training and deploying real-time RT-DETR detectors.

Data & Analysis ✓ NVIDIA · Official

TAO DINO Object Detection

Run NVIDIA TAO workflows for training and deploying DINO 2D object detectors.

Data & Analysis ✓ NVIDIA · Official

TAO MAL Weakly Supervised Segmentation

Train segmentation models from point or box annotations and produce masks with minimal labeling.

Data & Analysis ✓ NVIDIA · Official

TAO CenterPose Pose Estimation Skill

Guides agents through training, evaluation, export, and deployment of CenterPose models for 6-DoF object pose estimation.

Data & Analysis ✓ NVIDIA · Official

TAO NVPanoptix3D

Train and run 3D panoptic reconstruction with occupancy completion from posed RGB images.

Data & Analysis ✓ NVIDIA · Official

TAO Optical Inspection Training

Train and deploy Siamese-network models for manufacturing defect inspection.

Data & Analysis ✓ NVIDIA · Official

TAO Video Action Recognition

Train, evaluate, export, and run inference for RGB, optical-flow, and multi-stream video action models with NVIDIA TAO.

Automation & Ops ✓ NVIDIA · Official

TAO Workflow Launch Gate

Preflight TAO jobs across platforms, credentials, data, containers, and monitoring.

Data & Analysis ✓ NVIDIA · Official

TAO AutoML Tuning

Run governed hyperparameter optimization for NVIDIA TAO networks across supported SDK platforms.

Dev & Engineering ✓ NVIDIA · Official

TAO Sparse4D Training Skill

Guides agents through training, evaluation, export, quantization, and inference for multi-camera temporal 3D detection and tracking.

Data & Analysis ✓ NVIDIA · Official

OCDNet Scene Text Detection

Train and deploy arbitrary-oriented scene text detectors with NVIDIA TAO Toolkit.

Dev & Engineering ✓ NVIDIA · Official

TAO OCRNet Scene Text Recognition

Train and deploy NVIDIA TAO OCRNet models for cropped text recognition.

Data & Analysis ✓ NVIDIA · Official

TAO Grounding DINO Open-Vocabulary Detection

Train and deploy text-guided object detectors without a fixed class vocabulary.

Automation & Ops ✓ NVIDIA · Official

TAO on SLURM

Run TAO training, evaluation, and inference on a remote GPU cluster through SSH, SLURM, and Pyxis/Enroot.

Data & Analysis ✓ NVIDIA · Official

TAO FastFoundationStereo Real-Time Stereo Depth

Run TAO FastFoundationStereo workflows that produce low-latency disparity maps from stereo images.

Automation & Ops ✓ NVIDIA · Official

TAO Jobs on Kubernetes

Submit and monitor NVIDIA TAO GPU training jobs through Kubernetes.

Data & Analysis ✓ NVIDIA · Official

TAO OneFormer Universal Segmentation

Train and deploy one task-conditioned model for panoptic, instance, and semantic image segmentation.

Data & Analysis ✓ NVIDIA · Official

TAO Image Grounding

Convert image-caption pairs into phrase-grounded annotations with pixel-space bounding boxes.

Related skills