OverviewHistoryStatsSecurity
npx skills add ...
Documentation
SKILL.md
npx skills add nvidia/model-optimizer --skill debug
Run commands inside a remote Docker container via the file-based command relay (tools/debugger). Use when the user says "run in Docker", "run on GPU", "debug remotely", "run test in container", "check nvidia-smi", "run pytest in Docker", or needs to execute any command inside a Docker container that shares the repo filesystem. Requires the user to have started server.sh inside the container first.
npx skills add nvidia/model-optimizer --skill debug
Execute commands inside a Docker container from the host using the file-based command relay.
Read tools/debugger/CLAUDE.md for full usage details — it has the protocol and examples.