Data & Analysis ✓ NVIDIA · Official people-attribute-searchperson-augmentationauto-labelingimage-editosmophysical-ai

PAS People Attribute Search Workflow

Augment person-crop datasets and generate searchable attribute labels on OSMO.

FollowSkills review · FSRS-2.0
Not recommended
49/ 100 5-point scale 2.5 / 5
Trust13 / 25 · 2.6/5

The skill requires credential preflight, prohibits secret disclosure, derives storage_url from the active backend, and limits external endpoints to explicit use. However, it processes person images and attributes without clear privacy, retention, least-privilege, final-confirmation, or rollback controls; automatic NIM deployment and output download effects are not fully disclosed, so points are deducted.

Reliability8 / 20 · 2.0/5

The workflow instructions, three YAML files, parameters, and monitoring commands are broadly consistent, and missing credentials, GPU capacity, or endpoints produce defined USER_INPUT_REQUIRED cases. But the scripts, NIM configuration, and referenced troubleshooting materials are absent, so key paths cannot be reproduced statically; abnormal-input, cancellation, and recovery behavior remain thin. The score stays within the static ceiling.

Adaptability10 / 15 · 3.3/5

The name, triggers, input format, three flows, and the non-fit case of container-internal tuning are reasonably clear, and the skill requires user-provided data rather than demo assets. Chinese-language interaction is not addressed, and core operation depends on OSMO, cluster GPUs, NIM services, Hugging Face, and object storage without evidence of mainland-China reachability; boundary and false-trigger evidence is limited, so points are deducted.

Convention9 / 15 · 3.0/5

The documentation covers purpose, prerequisites, flow selection, parameters, timing, monitoring, outputs, and cookbook structure. It declares CC-BY-4.0 AND Apache-2.0 and includes an NVIDIA owner, version, and review date. However, the validator reports a missing recommended Examples section and an invalid author format, while a clear changelog, maintenance contact, and update path are absent, so points are deducted.

Effectiveness6 / 15 · 2.0/5

The skill directly addresses PAS augmentation, auto-labeling, submission, monitoring, and output retrieval. The included evaluation report claims an overall pass and reports 95% skill-assisted effectiveness for Codex. Those results lack independently verifiable artifacts, while operation requires substantial external infrastructure and model-dependent outputs that still need review, so the static score is conservatively limited and reduced.

Verifiability3 / 10 · 1.5/5

A pinned revision scope, complete workflow YAML, configuration files, evaluation tasks, and benchmark report provide auditable material. However, there is no committed test suite, CI coverage for key paths, execution logs, or independently reviewable artifacts; the benchmark figures are primarily report claims and cannot be independently reproduced from the supplied files, so only limited credit is given.

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
  • The skill handles person images, clothing, and attributes; production use should add privacy, authorization, retention, and access-control requirements.
  • The default policy may automatically deploy cluster NIMs and submit long-running GPU-consuming workflows that write to object storage; user confirmation, cancellation, cleanup, and rollback should be specified.
  • Scripts, NIM reference files, and independently reviewable execution artifacts are not supplied; the BENCHMARK.md claims alone should not be treated as proof of reproducibility.
  • Chinese support and mainland-China network reachability are unspecified; external model endpoints, Hugging Face, OSMO, and image/storage services may block deployment.
See the full review method →

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

This NVIDIA skill orchestrates People Attribute Search workflows for the Physical AI data factory on OSMO. It handles flow selection, credential preflight, submit-time interpolation, monitoring, and output retrieval. The pipeline creates controlled clothing or appearance variations for person crops and generates attribute captions and search queries. It is best suited to teams that already operate OSMO with GPU capacity and the required inference endpoints.

Collects dataset, flow, platform, endpoint, and augmentation inputs; runs credential and readiness checks; selects e2e, augmentation, or auto_labeling workflows; submits OSMO jobs; uses the paidf-augmentation container for image-edit augmentation and MCQ verification; uses the paidf-auto-labeling container for person-attribute captioning; monitors workflow status and task logs; and lists or downloads outputs such as augmented images, captions, verification metadata, and structured datasets.

  1. A data engineer needs controlled clothing variations for person-crop data while generating attribute captions.
  2. A computer-vision team wants image-domain augmentation only, without captioning.
  3. An annotation team has pre-augmented person crops and needs batch-generated attribute captions or search queries.
  4. A Physical AI team needs a monitored and reproducible person-data workflow running through OSMO.

What are this skill's strengths and limitations?

Pros
  • Covers the full PAS path from preflight through submission, monitoring, and retrieval.
  • Supports full, augmentation-only, and labeling-only workflows.
  • Requires storage_url to be derived from the active dataset backend instead of silently using a stale default.
  • Documents commands for workflow status, task logs, data listing, and downloads.
Limitations
  • Requires OSMO, GPU capacity, credentials, and reachable inference endpoints; it is not a standalone local utility.
  • No built-in demo dataset is provided in the source material.
  • Runtime can be substantial: an e2e run for 100 images with three augmentations typically takes about 6–8 hours.
  • The supplied sources provide no test-suite details or evidence of production success rates.

How do you install this skill?

Install the individual skill with the NVIDIA skills CLI: npx skills add nvidia/skills --skill physical-ai-people-attribute-search --yes. The supplied README does not document a separate manual installation procedure.

How do you use this skill?

After installing it in an Agent Skills-compatible client, use a prompt such as “Run PAS on OSMO to augment person crops and generate attribute captions.” Provide a person-crop dataset organized as <person_id>/<view>.jpg, plus OSMO CLI access, Hugging Face credentials, an available GPU pool, and the required inference endpoints. Choose e2e for augmentation plus labeling, augmentation for image editing only, or auto_labeling for labeling only. Consult the --help output of the scripts for exact arguments.

FAQ

Does the source specify a price?
No. It does specify dependencies on OSMO, GPU capacity, Hugging Face credentials, and inference endpoints, so infrastructure and deployment costs may apply.
Do I have to run the full e2e flow?
No. You can run augmentation only or auto-labeling only. If no flow is specified, the skill defaults to e2e.
What can block execution?
Missing credentials, an undetermined storage backend prefix, no online GPU pool, or unavailable inference endpoints can prevent submission or require additional input.

More skills from this repository

All from NVIDIA/skills

Automation & Ops ✓ NVIDIA · Official

OSMO Physical AI Video Augmentation Orchestrator

Safely run video augmentation, auto-labeling, and result-retrieval workflows on OSMO.

Automation & Ops ✓ NVIDIA · Official

Physical AI Infrastructure Resilience

Set up, validate, scale, and recover Physical AI infrastructure for synthetic data generation workflows.

Data & Analysis ✓ NVIDIA · Official

TAO Image Grounding

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

Data & Analysis ✓ NVIDIA · Official

NVIDIA Physical AI Defect Image Generation

Orchestrate defect-image generation, augmentation, inference, and labeling for AOI datasets on OSMO.

Dev & Engineering ✓ NVIDIA · Official

CAD to SimReady Workflow

Converts CAD or source assets into validated, simulation-ready USD through staged authoring, property assignment, conformance, and packaging.

Data & Analysis ✓ NVIDIA · Official

TAO AOI Image Mining

Embed target and source images with one encoder, then mine deduplicated nearest-neighbour AOI images for augmentation.

Writing & Content ✓ NVIDIA · Official

Skill Card Generator

Generates or refreshes governance cards for existing agent skills.

Data & Analysis ✓ NVIDIA · Official

NVIDIA AI-Q Deep Research

Run deep research through a reachable local or self-hosted AI-Q Blueprint backend.

Dev & Engineering ✓ NVIDIA · Official

AMC Sample Dataset Calibration

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

Data & Analysis ✓ NVIDIA · Official

TAO CLIP Fine-Tuning and Deployment

Train and deploy NVIDIA TAO CLIP for image-text retrieval, zero-shot classification, and embedding extraction.

Automation & Ops ✓ NVIDIA · Official

VSS Video Summarizer

Creates timestamped narrative summaries of recorded videos through LVS, with a VLM fallback.

Automation & Ops ✓ NVIDIA · Official

NemoClaw AI Agent User Guide

Directs AI coding assistants to authoritative NemoClaw docs for setup, operations, security, and troubleshooting.

Data & Analysis ✓ NVIDIA · Official

TAO AutoML Tuning

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

Data & Analysis ✓ NVIDIA · Official

NV-Segment-CTMR Medical Image Segmentation

Run CT or MRI NIfTI segmentation and capture inspectable label-map evidence.

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

I4H Mimic Dataset Augmentation

Augment an existing HDF5 recording by cloning trajectories with action and state noise.

Automation & Ops ✓ NVIDIA · Official

Jetson BSP Download Assistant

Downloads and stages version-matched Jetson BSP, rootfs, sources, toolchains, and guides for NVIDIA Auto Setup.

Automation & Ops ✓ NVIDIA · Official

VSS Archive Video Search

Search archived video with natural language and ingest files or RTSP streams into a searchable index.

Data & Analysis ✓ NVIDIA · Official

TAO Mask2Former Segmentation

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

Data & Analysis ✓ NVIDIA · Official

TAO Person Re-Identification

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

Related skills