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 listafter writes.