This installs the latest wippctl and its companion
wippit-publish skill — they are released together, so run this to keep
both in sync.
curl -fsSL https://get.wipp.it/wippctl/install.sh | bash
Downloads the binary + skill, verifies the SHA256 checksum, and installs to
~/.local/bin (or /usr/local/bin if writable).
wippctl version --check
Should report you are up to date. The skill lands in
~/.claude/skills/wippit-publish/.
The current release is at /wippctl/latest.json
(checksums per platform). Set WIPPCTL_BIN_DIR to choose the install dir.
Turn off the "new version" nudge with --no-update-check or
WIPPCTL_NO_UPDATE_CHECK=1.