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:4873No authentication is required to install from this registry.
Run the CLI
npx ifs-ai-skillsCommands
| Command | Description |
|---|---|
add | Install skill(s) from the catalog into .ifs-ai-skills/ |
list | List installed skills |
search | Search the catalog |
update | Update installed skills |
remove | Remove installed skills |
Install a specific skill
Use the bare skillName or fully qualified path domain/subdomain/skillName:
npx ifs-ai-skills add skillNamenpx ifs-ai-skills add domain/subdomain/skillNameBrowse Skills on this site to copy the install command for any skill.