nocobase-publish-manage
Goal
Orchestrate NocoBase backup restore and migration workflows with the current API CLI command surface.
The skill converts user intent into an API-first publish context, carries generated names and local paths between steps, and requires explicit confirmation before restore or migration execution changes target data.
Scope
- Backup list, create, status, download, remove, restore, restore-upload, and restore-status through
nb api backup. - Migration file list, get, create, download, remove, check, and execute through
nb api migration. - Migration rule list, get, and global rule create through
nb api migration rules. - Migration log list, get, and download through
nb api migration logsfor diagnosis. - Same-environment and cross-environment workflows. The default test workflow uses
source_env=devandtarget_env=dev. - Planning, dry explanation, read-only validation, and failure diagnosis from command output.
Non-Goals
More from nocobase/skills
nocobase-data-modeling
Create and manage NocoBase data models through the available data-modeling surface. Use when users want to inspect or change collections, fields, relations, or view-backed schemas in a NocoBase app.
264nocobase-acl-manage
Task-driven ACL governance through nb CLI for role lifecycle, global role mode, permission policy, user-role membership, and risk assessment. Use when users describe business permission outcomes instead of raw command arguments.
237nocobase-workflow-manage
Use when users need to inspect, create, revise, enable, or diagnose NocoBase workflows through the `nb` CLI, including trigger selection, node-chain changes, version safety checks, and execution troubleshooting.
234nocobase-ui-builder
>-
226nocobase-data-analysis
Query and analyze business data in NocoBase via MCP. Use when users want current counts, grouped breakdowns, owner/source distributions, or business summaries across collections, with main data source first and fallback discovery to other enabled data sources.
192nocobase-utils
General-purpose NocoBase reference utilities covering cross-cutting topics such as evaluator engines, expression syntax, UID generation, and more. Use when you need authoritative reference information or reusable snippets that apply across multiple NocoBase features.
186