Manage elizaOS plugins within a project - list, add, remove
Subcommand | Aliases | Description | Arguments | Options |
---|---|---|---|---|
list | l , ls | List available plugins to install into the project (shows v1.x plugins by default) | --all (detailed version info), --v0 (v0.x compatible only) | |
add | install | Add a plugin to the project | <plugin> (plugin name e.g., “abc”, “plugin-abc”, “elizaos/plugin-abc”) | -s, --skip-env-prompt , --skip-verification , -b, --branch , -T, --tag |
installed-plugins | List plugins found in the project dependencies | |||
remove | delete , del , rm | Remove a plugin from the project | <plugin> (plugin name e.g., “abc”, “plugin-abc”, “elizaos/plugin-abc”) | |
upgrade | Upgrade a plugin from version 0.x to 1.x using AI-powered migration | <path> (GitHub repository URL or local folder path) | --api-key , --skip-tests , --skip-validation , --quiet , --verbose , --debug , --skip-confirmation | |
generate | Generate a new plugin using AI-powered code generation | --api-key , --skip-tests , --skip-validation , --skip-prompts , --spec-file |