1
0
Fork 0
mirror of https://github.com/nbtca/skills.git synced 2026-09-19 22:55:58 +08:00
Public repository for Agent Skills
Find a file
Clas Wen 21822afdaa init
2026-04-02 23:28:34 +08:00
skills/nbtca-repair-ticket-api init 2026-04-02 23:28:34 +08:00
README.md init 2026-04-02 23:28:34 +08:00

Skills Workspace

This repository stores reusable skills for API and engineering workflows.

Focus

  • Primary API workflow: NBTCA repair ticket (event) management
  • Production API base: https://api.nbtca.space
  • Source of truth for endpoints: live OpenAPI (/openapi.yaml or /openapi.json)

Available skill

  • skills/nbtca-api/SKILL.md
    • Skill name: nbtca-repair-ticket-api
    • Purpose: create/query/update repair tickets (events), validate lifecycle actions, and troubleshoot auth/request issues

Authentication (NBTCA)

  • Personal access token env var: NBTCA_PAT
  • PAT exchange script: skills/nbtca-api/scripts/get_access_token_from_pat.sh

Notes

  • Do not rely on repo docs/ for endpoint accuracy.
  • Always confirm request/response schema from live OpenAPI before calling protected routes.