nocobase-api-call

Installation
SKILL.md

Goal

Run direct NocoBase API requests in a deterministic, low-dependency way for reusable automation and distribution.

Workflow

  1. Confirm request inputs: HTTP method, endpoint, and optional JSON payload or file.
  2. Ensure authentication config is available:
    • Preferred: read NOCOBASE_URL and NOCOBASE_API_TOKEN from environment variables.
    • Optional fallback: read ./.env in user's current working directory.
    • If token is still missing and ./.env does not exist, create ./.env template first, then ask user to edit token.
    • Continue after user confirms token is set.
  3. Execute scripts/nocobase-api.sh.
  4. Return response JSON and HTTP status; if it fails, show the endpoint/method and the error message.

Mandatory Auth Gate

Related skills
Installs
12
Repository
nocobase/skills
GitHub Stars
29
First Seen
Mar 2, 2026