mail-use
Installation
SKILL.md
mail-use CLI Skill
Drives the @leeguoo/mail-use Node CLI to read and manage email across
multiple IMAP accounts. Returns a stable JSON contract — every response
includes success: boolean and, on failure, error: string +
error_code: string (machine-readable).
Compatibility — check the CLI version first
If mail-use is not on PATH (command not found / mail-use: not found), install it
non-interactively from GitHub Releases (no npm, no auth) before doing anything else:
curl -fsSL https://raw.githubusercontent.com/leeguooooo/mail-use/main/install.sh | sh
# installs the prebuilt binary to ~/.local/bin — make sure that's on PATH, then re-probe
export PATH="$HOME/.local/bin:$PATH"; mail-use --version