Skip to content

Latest commit

 

History

History
 
 

botskills

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Botskills Command Line tool

The Botskills tool is a command line tool to manage the skills connected to your assistant solution.

Prerequisite

  • Node.js version 10.8 or higher
  • Install the LUDown and LUISGen CLI tools
npm install -g ludown luisgen

Installation

To install using npm

npm install -g botskills

This will install botskills into your global path. To uninstall using npm

npm uninstall -g botskills

Botskills functionality

  • Connect a Skill to your assistant
  • Disconnect a Skill from your assistant
  • Update a Skill from your assistant
  • Refresh connected skills
  • List all Skills connected to your assistant

Daily builds

Daily builds are based on the latest development code which means they may or may not be stable and probably won't be documented. These builds are better suited for more experienced users and developers although everyone is welcome to give them a shot and provide feedback.

You can get the latest daily build of Botskills from the BotBuilder MyGet feed. To install the daily

npm install -g botskills --registry https://botbuilder.myget.org/F/aitemplates/npm/

Further Reading