REPLACE-WITH-SKILL-NAME

One-to-three-sentence description of what the skill does and when to use it. Use when the user asks to "REPLACE-WITH-INTENT-1", "REPLACE-WITH-INTENT-2", or mentions REPLACE-WITH-DOMAIN-TERMS. Include literal trigger phrases the user is likely to say.

NVIDIA-TAO 1efe610 1.1 KB Updated

File contents

Skill Name

Standalone install? If this session was not initialized by the TAO skill bank plugin, run the tao-setup skill first (host preflight, credentials, cross-skill discovery).

Quick start

docker run --gpus all --rm \
  -e <REQUIRED_ENV_VARS> \
  -v /path/to/input:/input \
  -v /path/to/output:/output \
  <container_image> \
  <command>

See tao-skill-bank:tao-run-on-docker for docker run conventions (NGC auth, --gpus, mount patterns).

Inputs

What the user must provide.

Outputs

What the skill produces and where to find it.

Credentials

Env vars the container reads at runtime.

  • <VAR_NAME> — what it's for.

Known pitfalls

Symptom Cause Fix
... ... ...

NVIDIA-TAO/tao-skill-bank/tree/main/templates/skill-skeleton/minimal commit 1efe6101db

Frequently asked questions

npx skillmds@latest add nvidia-tao/replace-with-skill-name-3