# 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.

- Skill: `nvidia-tao/replace-with-skill-name-3` (Agent Skill)
- Install (CLI): `npx skillmds@latest add nvidia-tao/replace-with-skill-name-3`
- Raw SKILL.md: https://api.skillmd.com/api/skills/nvidia-tao/replace-with-skill-name-3/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- License: Apache-2.0
- Author: NVIDIA-TAO (https://skillmd.com/u/nvidia-tao)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/nvidia-tao/replace-with-skill-name-3

---


# 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

```bash
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 |
|---|---|---|
| ... | ... | ... |

