What problem does it solve? This Skill removes the friction of manually typing SSH connection details by providing a preconfigured script that connects to a specific remote server (armbian at 192.168.2.2) and runs commands directly from the command line. ## Core Features & Use Cases - Interactive SSH Sessions: Launch a full interactive terminal session to the remote server with a single command. - Remote Command Execution: Run one or multiple shell commands on the remote server and capture the output, e.g. uptime; free -h; df -h. - Multi-Client Support: Automatically detects and uses either OpenSSH (ssh) or PuTTY (plink) depending on what is installed. - Use Case: When you need to quickly check disk space or system load on your armbian server, invoke this Skill to run the diagnostic commands remotely without remembering the host, port, or credentials. ## Quick Start Ask the assistant to connect to the armbian server via SSH and run a command such as checking uptime and disk usage.