Get the command-line tool to install and manage AI coding agents directly in your projects
npm install -g shipai-clishipai --versionshipai listshipai install safety-guardianInstall for all users on your system
npm install -g shipai-cliInstall for a specific project
npm install shipai-cliAlternative package manager
pnpm add -g shipai-clishipai listSee all available AI agents with descriptions and categories
shipai install safety-guardianInstall a safety agent to protect your project from destructive commands
shipai statusSee which agents are installed and their configuration
If you get a permission error, try using sudo or fix npm permissions:
sudo npm install -g shipai-cliCheck your Node.js version. ShipAI CLI requires Node.js 16 or higher:
node --versionIf the command isn't found, check your npm global path:
npm config get prefix