Plugin Management

Prerequisites

Before reading this page, make sure you have installed the NocoBase CLI and completed initialization as described in AI Builder Quick Start.

Introduction

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.

Capabilities

  • View the plugin directory and enabled status.
  • Enable plugins.
  • Disable plugins.

Prompt Examples

Scenario A: Viewing plugin status

Prompt mode

What plugins does the current environment have?

CLI mode

nb pm list

It will list all plugins along with their enabled status and version information.

Viewing plugin status

Scenario B: Enabling a plugin

Prompt mode

Help me enable the localization plugin

CLI mode

nb pm enable <localization>

The Skill will enable plugins in order, with a read-back verification after each enable to confirm enabled=true.

Enabling a plugin

Scenario C: Disabling a plugin

Prompt mode

Help me disable the localization plugin

CLI mode

nb pm disable <localization>

Disabling a plugin

FAQ

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.

  • AI Builder Overview — Overview and installation guide for all AI Builder Skills
  • NocoBase CLI — Command-line tool for installing and managing NocoBase