Quick install

Linux / macOS:

curl -fsSL https://xskill.gcli.cn/install.sh | bash

The script auto-detects OS and architecture, downloads the appropriate pre-built binary from GitHub Releases, and installs it to ~/.local/bin (or /usr/local/bin for root).

Windows (PowerShell):

irm https://xskill.gcli.cn/install.ps1 | iex

Auto-detects architecture, downloads from GitHub Releases, and installs to %USERPROFILE%\.local\bin (or %ProgramFiles%\xskill\bin for admin). The script will prompt you to add it to PATH if needed.