docs/docs/en/ai-builder/plugin-manage.md
:::tip Prerequisites
Before reading this page, make sure you have installed the NocoBase CLI and completed initialization as described in AI Builder Quick Start.
:::
The Plugin Management Skill views, enables, and disables NocoBase plugins — it automatically identifies local or remote environments, selects the appropriate execution backend, and verifies operations through read-back validation.
Prompt mode
What plugins does the current environment have?
CLI mode
nb plugin list
It will list all plugins along with their enabled status and version information.
Prompt mode
Help me enable the localization plugin
CLI mode
nb plugin pm enable <localization>
The Skill will enable plugins in order, with a read-back verification after each enable to confirm enabled=true.
Prompt mode
Help me disable the localization plugin
CLI mode
nb plugin disable <localization>
What should I do if a plugin doesn't take effect after enabling?
Some plugins require an application restart to take effect after being enabled. The Skill will indicate in the results whether a restart is needed.