nocobase-plugin-manage

Inspect, enable, or disable NocoBase plugins via nb plugin commands.

45|10|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/nocobase/skills --skill nocobase-plugin-manage
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nocobase-plugin-manage
Source: https://github.com/nocobase/skills/tree/main/skills/nocobase-plugin-manage
Command: npx skills add https://github.com/nocobase/skills --skill nocobase-plugin-manage

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Inspect, enable, or disable NocoBase plugins directly via nb plugin commands without wrappers or fallbacks, ensuring predictable changes in production environments.

Core Features & Use Cases

  • Inspect plugin inventory and enablement state with nb plugin list.
  • Enable or disable plugins using nb plugin enable/disable commands, with immediate post-operation readback.
  • Always verify the resulting state and report success or timeout in a safe, auditable manner.

Quick Start

Run the action you want to perform (inspect, enable, or disable) for the target plugins using direct nb plugin commands.

Frequently Asked Questions about nocobase-plugin-manage

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage NocoBase plugins safely from the command line?

You can manage NocoBase plugins safely using direct nb plugin commands to inspect, enable, or disable plugins. The process ensures predictable changes by verifying the state before and after the operation.

What is the best way to check enabled NocoBase plugins in a specific environment?

The best way to check NocoBase plugins is using the nb plugin list command. This inspects your plugin inventory and enablement state deterministically across different environments without wrappers.

Can I enable or disable NocoBase plugins without using the application UI?

Yes, you can enable or disable NocoBase plugins without the UI by using nb plugin enable or nb plugin disable commands. The operation includes immediate post-operation readback to confirm the resulting state.

Does the nb plugin command verify the state of plugins after execution?

Yes, the nb plugin command always verifies the resulting state after execution. It reports success or timeout in a safe, auditable manner by providing a structured result containing pre_state, post_state, and verification details.

Why should I use direct CLI commands for NocoBase plugin management in production?

You should use direct CLI commands for NocoBase plugin management in production to ensure predictable changes without wrappers or fallbacks. This approach provides structured, auditable results and deterministic state targeting.

Are there limitations when using nb plugin commands to modify my plugin inventory?

The nb plugin commands execute directly without wrappers or fallbacks, meaning operations must target the correct environment precision. Any timeout in post-operation verification will be explicitly reported in the structured result.