nocobase-swagger-fetch
Goal
Retrieve live Swagger/OpenAPI JSON from NocoBase for endpoint discovery and request construction.
Workflow
- Ensure API authentication is ready by following
nocobase-api-callskill rules. - Confirm namespace explicitly (no default in this skill).
- Ask the agent to use
nocobase-api-callto fetch/swagger:getfor the confirmed namespace. - Do not directly call another skill's script path from this skill.
- Return raw JSON or pipe to
jqfor path/operation extraction. - If response indicates
404 Not Found, prompt user to check and enableAPI Docsplugin, then retry.
Dependency Gate
- Required dependency skill:
nocobase-api-call. - If
nocobase-api-callis not available, do not continue with fallback script-path calls. - Prompt user to install required skills first (for example:
npx skills add nocobase/skills), then resume.
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.
266nocobase-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.
239nocobase-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.
236nocobase-ui-builder
>-
228nocobase-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.
194nocobase-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.
189