nocobase-swagger-fetch

Installation
SKILL.md

Goal

Retrieve live Swagger/OpenAPI JSON from NocoBase for endpoint discovery and request construction.

Workflow

  1. Ensure API authentication is ready by following nocobase-api-call skill rules.
  2. Confirm namespace explicitly (no default in this skill).
  3. Ask the agent to use nocobase-api-call to fetch /swagger:get for the confirmed namespace.
  4. Do not directly call another skill's script path from this skill.
  5. Return raw JSON or pipe to jq for path/operation extraction.
  6. If response indicates 404 Not Found, prompt user to check and enable API Docs plugin, then retry.

Dependency Gate

  • Required dependency skill: nocobase-api-call.
  • If nocobase-api-call is 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.
Related skills
Installs
12
Repository
nocobase/skills
GitHub Stars
29
First Seen
Mar 2, 2026