Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 1.39 KB

File metadata and controls

45 lines (28 loc) · 1.39 KB

Autoskills CLI

image

Public distribution repository for the Autoskills CLI. Pre-built binaries are published via GitHub Releases.

Installation

Install the latest release:

curl -fsSL https://raw.githubusercontent.com/Royaltyprogram/autoskills-cli/main/scripts/install.sh | sh

Install a specific release:

AUTOSKILLS_VERSION=<release-tag> curl -fsSL https://raw.githubusercontent.com/Royaltyprogram/autoskills-cli/main/scripts/install.sh | sh

The installer selects the newest published release that has a bundle for the current platform (macOS and Linux supported).

Note

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

How it works

image

Usage

Re-upload all local Codex sessions after clearing the saved upload cursor:

autoskills collect --reset-sessions

If 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.