There are 2 ways to install a plugin, through the Controller App or through the Blitz CLI.

CLI Command

Install Latest Version

Install the latest version of a plugin.

Terminal
blitz install <plugin_name>

Install Specific Version

Install a specific version of a plugin.

Terminal
blitz install <plugin_name>@<version>
plugin_name
string
required

The name of the plugin

version
number

The version of the plugin you want to install

Controller App

Currently you can only install the latest version of a plugin from the app.

1

Edit A Bot

Click on the pencil icon on one of your bot’s cards.

2

Find Plugins Input

Find the “Add New Plugin” section.

3

Specify Plugin

Enter the name of the plugin you want to install into the input.

4

Install

Click “Add” to install the plugin.