mosh

Installation
SKILL.md

mosh - Robust Remote Shell (UDP)

The mosh module provides an enhanced wrapper for the Mobile Shell, ensuring availability by automatically downloading it via pixi if it is missing from the system. It is ideal for roaming and high-latency connections.

When to Activate

  • When connecting to remote servers over unstable or high-latency networks (e.g., cellular data).
  • When the user needs a connection that persists through network changes (roaming).
  • When seeking an interactive SSH alternative with local echo and line editing features.

Core Principles & Rules

  • UDP Requirement: Uses UDP ports (default 60000-61000) instead of TCP.
  • SSH dependency: Requires a functioning SSH command to establish the initial handshake.
  • Cross-Platform: Automatically handles setup via pixi on supported platforms (macOS/Linux).

Patterns & Examples

Basic Connection

# Connect to a remote server using Mosh
Related skills

More from x-cmd/skill

Installs
3
Repository
x-cmd/skill
GitHub Stars
20
First Seen
Apr 10, 2026