Windows Remote
Control remote Windows machines via SSH. Use when executing commands on Windows, checking GPU status (nvidia-smi), running scripts, or managing remote Windows systems. Triggers on "run on Windows", "e
Control remote Windows machines via SSH. Use when executing commands on Windows, checking GPU status (nvidia-smi), running scripts, or managing remote Windows systems. Triggers on "run on Windows", "e
Real data. Real impact.
Emerging
Developers
Per week
Open source
Skills give you superpowers. Install in 30 seconds.
Execute commands on remote Windows machines via SSH.
Set environment variables in
~/.openclaw/openclaw.json under skills.windows-remote.env:
{ "skills": { "windows-remote": { "env": { "WINDOWS_SSH_HOST": "192.168.1.100", "WINDOWS_SSH_PORT": "22", "WINDOWS_SSH_USER": "Administrator" } } } }
Or export directly:
export WINDOWS_SSH_HOST="192.168.1.100" export WINDOWS_SSH_PORT="22" export WINDOWS_SSH_USER="Administrator"
scripts/win-exec.sh "echo connected"
scripts/win-exec.sh "nvidia-smi"
scripts/win-exec.sh "powershell -Command 'Get-Process | Select-Object -First 10'"
scripts/win-exec.sh "python C:\\path\\to\\script.py"
Execute a single command on the remote Windows machine.
scripts/win-exec.sh "<command>"
Quick GPU status check (nvidia-smi wrapper).
scripts/win-gpu.sh scripts/win-gpu.sh --query # Compact output
Upload files to the remote machine via SCP.
scripts/win-upload.sh <local-file> <remote-path>
Download files from the remote machine.
scripts/win-download.sh <remote-path> <local-file>
scripts/win-exec.sh "tasklist | findstr ollama"
scripts/win-exec.sh "net start <service-name>"
scripts/win-exec.sh "python -c \"import torch; print(torch.cuda.is_available())\""
scripts/win-exec.sh "wmic logicaldisk get size,freespace,caption"
| Issue | Solution |
|---|---|
| Connection refused | Check SSH service: |
| Permission denied | Verify SSH key in or |
| Timeout | Check firewall rules, verify IP/port |
| Command not found | Use full path or check PATH on Windows |
No automatic installation available. Please visit the source repository for installation instructions.
View Installation Instructions1,500+ AI skills, agents & workflows. Install in 30 seconds. Part of the Torly.ai family.
© 2026 Torly.ai. All rights reserved.