AIPM
Theme

Getting started

Install the AIPM CLI.

Install the CLI once on your machine before you use, publish, or manage skills. The current verified release is AIPM CLI 0.3.1.

Choose an install method

Pick the option that matches your machine. All methods install the same aipm command.

npm

npm install -g @aipm-registry/cli

via Homebrew

brew install https://github.com/abhisri2090/aipm/releases/download/cli-v0.3.1/aipm.rb

via Windows PowerShell

irm https://github.com/abhisri2090/aipm/releases/download/cli-v0.3.1/install.ps1 | iex

via macOS

curl -fsSL https://github.com/abhisri2090/aipm/releases/download/cli-v0.3.1/install.sh | sh

via Scoop

scoop install https://github.com/abhisri2090/aipm/releases/download/cli-v0.3.1/aipm.json

Check the install

After installing, confirm the command is on your PATH and check your local setup.

aipm --version
aipm doctor # (optional)

Next, follow the use guide to install skills into a project, or the publishing guide to publish your first package.