nocobase-plugin-manage

Installation
SKILL.md

Goal

Provide a deterministic plugin workflow using only direct nb plugin commands:

  • nb plugin list [--env <env>]
  • nb plugin enable [--env <env>] <plugin...>
  • nb plugin disable [--env <env>] <plugin...>

This skill must not route plugin operations through wrapper scripts or fallback channels.

Scope

  • Inspect plugin inventory/state from CLI runtime (nb plugin list [--env <env>]).
  • Enable plugins with nb plugin enable [--env <env>] <plugin...>.
  • Disable plugins with nb plugin disable [--env <env>] <plugin...>.
  • Always perform readback with nb plugin list after writes.

Non-Goals

Installs
167
Repository
nocobase/skills
GitHub Stars
35
First Seen
Apr 11, 2026
nocobase-plugin-manage — nocobase/skills