CLI setup

CLI setup

Install and manage IFS AI skills from the catalog using the ifs-ai-skills CLI.

Prerequisites

  • Node.js 20 or later
  • Access to the company network via vpn
  • HTTPS or SSH access to Bitbucket

One-time global install

npm install -g ifs-ai-skills --registry=http://ifsaiskills.rnd.ifsdevworld.com:4873

No authentication is required to install from this registry.

Run the CLI

npx ifs-ai-skills

Commands

CommandDescription
addInstall skill(s) from the catalog into .ifs-ai-skills/
listList installed skills
searchSearch the catalog
updateUpdate installed skills
removeRemove installed skills

Install a specific skill

Use the bare skillName or fully qualified path domain/subdomain/skillName:

npx ifs-ai-skills add skillName
npx ifs-ai-skills add domain/subdomain/skillName

Browse Skills on this site to copy the install command for any skill.