Plugin Command

Manage ElizaOS plugins.

Usage

elizaos plugins [options] [command]

Subcommands

SubcommandAliasesDescriptionArgumentsOptions
listl, lsList available plugins to install into the project (shows v1.x plugins by default)--all (detailed version info), --v0 (v0.x compatible only)
addinstallAdd 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-pluginsList plugins found in the project dependencies
removedelete, del, rmRemove a plugin from the project<plugin> (plugin name e.g., “abc”, “plugin-abc”, “elizaos/plugin-abc”)
upgradeUpgrade 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
generateGenerate a new plugin using AI-powered code generation--api-key, --skip-tests, --skip-validation, --skip-prompts, --spec-file