What problem does it solve?
This Skill solves the problem of managing and automating remote Windows machines from a terminal when direct GUI access is inconvenient or unavailable.
Core Features & Use Cases
- Remote Command Execution (SSH): Run arbitrary Windows commands (e.g., PowerShell, nvidia-smi, system utilities) on a target host.
- GPU Status Checks: Query NVIDIA GPU health/utilization on the remote machine for troubleshooting or monitoring.
- File Transfer (SCP): Upload or download files to/from the remote Windows system for script deployment, data movement, and log collection.
- Use Case: When you need to verify GPU availability and run a training-related script on a remote Windows workstation, you can check nvidia-smi and then execute the required command immediately without logging in interactively.
Quick Start
Set WINDOWS_SSH_HOST, WINDOWS_SSH_USER (and optionally WINDOWS_SSH_PORT, WINDOWS_SSH_KEY, WINDOWS_SSH_TIMEOUT), then run scripts/win-gpu.sh to check remote GPU status.