Skill Name
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).
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 |
|---|---|---|
| ... | ... | ... |