Agent Skills: Remote Docker Debugger

Run commands inside a remote Docker container via the file-based command

UncategorizedID: autohandai/community-skills/nvidia-model-optimizer-debug

Install this agent skill to your local

pnpm dlx add-skill https://github.com/autohandai/community-skills/tree/HEAD/nvidia-model-optimizer-debug

Skill Files

Browse the full folder contents for nvidia-model-optimizer-debug.

Download Skill

Loading file tree…

nvidia-model-optimizer-debug/SKILL.md

Skill Metadata

Name
nvidia-model-optimizer-debug
Description
Run commands inside a remote Docker container via the file-based command

Remote Docker Debugger

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.

Quick Reference

# Check connection
bash tools/debugger/client.sh status

# Connect to server (user must start server.sh in Docker first)
bash tools/debugger/client.sh handshake

# Run a command
bash tools/debugger/client.sh run "<command>"

# Long-running command (default timeout is 600s)
bash tools/debugger/client.sh --timeout 1800 run "<command>"

# Cancel the currently running command
bash tools/debugger/client.sh cancel

# Reconnect after server restart
bash tools/debugger/client.sh flush
bash tools/debugger/client.sh handshake