Public distribution repository for the Autoskills CLI. Pre-built binaries are published via GitHub Releases.
Install the latest release:
curl -fsSL https://raw.githubusercontent.com/Royaltyprogram/autoskills-cli/main/scripts/install.sh | shInstall a specific release:
AUTOSKILLS_VERSION=<release-tag> curl -fsSL https://raw.githubusercontent.com/Royaltyprogram/autoskills-cli/main/scripts/install.sh | shThe installer selects the newest published release that has a bundle for the current platform (macOS and Linux supported).
If the command "autoskills" is not found after running the script, run the following commands.
echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.zshrc
echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.zprofile
exec zsh -l
Re-upload all local Codex sessions after clearing the saved upload cursor:
autoskills collect --reset-sessionsIf one local session is rejected with Invalid Params, the collector skips that session, records it in the JSON result, and continues with the rest of the backlog.