Data & Analysis ✓ NVIDIA · Official tao-daftdataset-validationschema-validationcross-reference-checkingnvidia-tao

TAO DAFT Dataset Validator

Validate TAO DAFT dataset structure, schemas, and cross-references with tao-daft validate.

FollowSkills review · FSRS-2.0
Not recommended
59/ 100 5-point scale 3.0 / 5
Trust17 / 25 · 3.4/5

The skill limits its declared tools to Read and Bash and targets validation of local datasets; there is no evidence of credential theft, covert exfiltration, or destructive behavior. However, Bash can install dependencies and execute commands, while explicit execution confirmation, data-flow disclosure, and rollback guidance are absent. NVIDIA authorship, Apache-2.0 licensing, and the supplied official provenance support attribution, but repository license metadata is NOASSERTION, so full marks are not justified.

Reliability9 / 20 · 2.3/5

The workflow is internally coherent: check the dependency, inspect CLI help, choose a format, run validation, and interpret exit status. It also supplies several diagnosable troubleshooting cases. The dependency is unpinned, no selected-skill test suite or reproducible static evidence is provided, and format inference coverage is limited; the static ceiling therefore applies.

Adaptability12 / 15 · 4.0/5

Triggers, DAFT versus non-DAFT boundaries, ambiguity handling, and exclusion of info/convert workflows are clearly stated. Input/output contracts, broader format coverage, Chinese-language support, and mainland-China environment fit are not documented; dependency installation may also depend on network reachability, so the score is below full marks.

Convention10 / 15 · 3.3/5

The documentation is well layered with quick starts, prerequisites, CLI conventions, limitations, and troubleshooting. Version, author, and Apache-2.0 license are stated. The benchmark notes a missing recommended Examples section and an author-format issue; changelog, explicit maintenance ownership, and an update path are also absent, so points are deducted.

Effectiveness7 / 15 · 2.3/5

The core task—running tao-daft validate for structure, schema, and cross-reference checks—is directly supported by usable commands, format discovery, and result-interpretation guidance. No representative output for this skill is independently verifiable, and the result depends on an external CLI; static review therefore supports the capped score of 7.

Verifiability4 / 10 · 2.0/5

The supplied SKILL.md, skill card, evaluation file, and benchmark report are auditable and mutually consistent about triggers and workflow. However, the benchmark contains only one task and there is no independently reproducible committed test suite or CI coverage for this skill, preventing a higher score.

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
  • Before executing Bash, confirm authorization, the target path, and the effects of dependency installation; the skill lacks explicit confirmation and rollback steps.
  • Verify the installed nvidia-tao-daft version and supported format slugs first, because the documentation says CLI flags may drift across versions.
  • Chinese output and mainland-China network compatibility are unspecified; dependency installation may not reach the default package index directly.
See the full review method →

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

This skill guides an agent through NVIDIA TAO DAFT dataset validation with tao-daft validate. It covers structural, schema, and cross-reference checks for a dataset, scene, or parent directory. The agent discovers supported formats and flags from the installed CLI rather than relying on a fixed list. It is limited to DAFT layouts and exits non-zero when validation fails.

Checks whether nvidia-tao-daft is installed, reads local dataset directories, infers a format from directory markers when possible, and runs tao-daft --version, tao-daft validate --help, format-specific help, and tao-daft validate <format> --path <path>. It explains how to read the VALIDATION RESULTS block and the VALIDATION PASSED or VALIDATION FAILED status, including how to capture large output for review.

  1. A data engineer needs to verify that a TAO DAFT dataset conforms to its selected format before downstream use.
  2. A team preparing a dataset with meta.json, media/, and text/ needs to validate cosmos-reason-v1.0 structure.
  3. A team working with contextual/, raw/, and task/ directories needs to validate a metropolis-v3.0 dataset.
  4. A CI pipeline must treat warnings as failures and needs to discover whether the installed format supports --strict.

What are this skill's strengths and limitations?

Pros
  • Defines a complete workflow from dependency preflight and format discovery through result interpretation.
  • Supports a single dataset, scene, or parent directory containing a dataset tree.
  • Clearly separates format inference, per-format flags, and non-zero failure handling.
  • The skill metadata identifies Apache-2.0 licensing, NVIDIA Corporation as author, and version 0.1.0.
Limitations
  • It validates DAFT only and does not cover COCO, YOLO, or Data Factory JSONL.
  • Supported formats and flags depend on the installed version; older slugs may be retired.
  • The supplied skill text provides no independent test suite or platform-validation evidence.
  • It covers validate only, not tao-daft info or tao-daft convert.

How do you install this skill?

Install the NVIDIA skills collection with: npx skills add nvidia/skills. To target Codex and select this skill, use: npx skills add nvidia/skills --skill tao-validate-dataset-format --agent codex. The skill requires Python 3.10+ and nvidia-tao-daft; install the package with: pip install nvidia-tao-daft. The README does not document additional manual-copy steps for this individual skill.

How do you use this skill?

Ask the agent to “validate this TAO DAFT dataset” or “run tao-daft validate.” In the environment, run: tao-daft --version; tao-daft validate --help; tao-daft validate <format> --help; tao-daft validate <format> --path /path/to/daft-dataset. The format is a positional subcommand and the target must follow --path. If neither the cosmos-reason-v1.0 markers nor contextual/ markers are present, ask the user instead of guessing.

FAQ

Can it validate ordinary COCO or YOLO datasets?
No. The skill is explicitly limited to DAFT; non-DAFT layouts such as COCO, YOLO, and Data Factory JSONL are out of scope.
What dependencies are required?
Python 3.10+ and nvidia-tao-daft are required. Install the package with pip install nvidia-tao-daft and confirm it with tao-daft --version.
What happens when validation fails?
The command prints VALIDATION RESULTS and VALIDATION FAILED, then exits non-zero, making it suitable for scripts and CI.

More skills from this repository

All from NVIDIA/skills

Automation & Ops ✓ NVIDIA · Official

TAO Workflow Launch Gate

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

Data & Analysis ✓ NVIDIA · Official

TAO DAFT Dataset Converter

Guides AI agents through tao-daft conversion between supported NVIDIA TAO DAFT dataset formats.

Dev & Engineering ✓ NVIDIA · Official

TAO Hugging Face Model Integrator

Connect Hugging Face computer-vision models to NVIDIA TAO training, ONNX export, and TensorRT deployment workflows.

Data & Analysis ✓ NVIDIA · Official

TAO Grounding DINO Open-Vocabulary Detection

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

Data & Analysis ✓ NVIDIA · Official

TAO AutoML Tuning

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

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 SegFormer Semantic Segmentation

Guidance for training, evaluating, exporting, and deploying TAO SegFormer models.

Data & Analysis ✓ NVIDIA · Official

Mask Grounding DINO Training & Deployment

Train and deploy text-guided open-vocabulary instance segmentation models.

Data & Analysis ✓ NVIDIA · Official

TAO DEFT AOI Improvement Loop

Automates evaluation, defect augmentation, mining, retraining, and deployment gating for PCB inspection models.

Data & Analysis ✓ NVIDIA · Official

TAO Depth Anything v2

Train, evaluate, export, and deploy monocular depth models from single RGB images with NVIDIA TAO.

Data & Analysis ✓ NVIDIA · Official

TAO Mask2Former Segmentation

Guides NVIDIA TAO workflows for training and deploying Mask2Former segmentation models.

Data & Analysis ✓ NVIDIA · Official

TAO PyT Image Classification

Train, evaluate, optimize, and deploy PyTorch image classifiers with NVIDIA TAO.

Data & Analysis ✓ NVIDIA · Official

TAO MAE Vision Pretraining

Guides NVIDIA TAO through masked-autoencoder pretraining and fine-tuning for visual representations.

Data & Analysis ✓ NVIDIA · Official

TAO Deformable DETR Object Detection

Guides end-to-end training, evaluation, export, quantization, and deployment of lightweight Deformable DETR detectors in NVIDIA TAO.

Data & Analysis ✓ NVIDIA · Official

TAO VCN Classification Gap Analysis

Find the weakest VCN classification samples and turn them into augmentation targets.

Data & Analysis ✓ NVIDIA · Official

TAO ChangeNet Root Cause Analyzer

Uses image evidence to identify why NVIDIA TAO Visual ChangeNet classification experiments fail.

Dev & Engineering ✓ NVIDIA · Official

NeMo Relay Plugin Builder

Guides reusable NeMo Relay runtime behavior into configurable plugins.

Automation & Ops ✓ NVIDIA · Official

DOCA Telemetry Utils

Discover telemetry counters, translate Data IDs, and verify BlueField support before committing exporter configuration.

Dev & Engineering ✓ NVIDIA · Official

AMC Sample Dataset Calibration

Verify a running NVIDIA AutoMagicCalib service end to end with its bundled sample dataset.

Dev & Engineering ✓ NVIDIA · Official

NVIDIA DOCA Public Knowledge Map

Routes agents to authoritative DOCA docs, samples, versions, and install paths.

Related skills