botskills
v1.0.17
Published
Skill command line tool for manipulating Microsoft Bot Framework skills
Downloads
182
Readme
Botskills Command Line Tool
The Botskills Tool is a command line tool to manage the Skills connected to your Virtual Assistant solution.
Prerequisite
- Download and install Node Package manager.
Node version 10.14.1 or higher is required for the Bot Framework CLI
- Install @microsoft/botframework-cli
npm install -g botdispatch @microsoft/botframework-cli
- .NET Core runtime: ^2.1.0
Installing
Using npm:
npm install -g botskills@latest
Commands
- 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
- Migrate all the Skills to the new schema configuration settings
How to Use Daily Builds
If you want to play with the very latest versions of bot-solutions, you can opt in to working with the daily builds. This is not meant to be used in a production environment and is for advanced development. Quality will vary and you should only use daily builds for exploratory purposes.
To get access to the daily builds of this library, configure npm to use the MyGet feed before installing.
npm config set registry https://botbuilder.myget.org/F/aitemplates/npm/
To reset the registry in order to get the latest published version, run:
npm config set registry https://registry.npmjs.org/
Further Reading
- Create and customize Skills for your Virtual Assistant - C# & TypeScript
- Skill CLI Tool
- Multilanguage functionality
License
MIT © Microsoft