From 8b3d549117b36c7593e4a984ce34272eac86d820 Mon Sep 17 00:00:00 2001 From: me_v2 Date: Thu, 5 Feb 2026 10:11:37 +0800 Subject: [PATCH] Update openapi.json add Skills register API desc. --- website/docs/public/v1/openapi.json | 1 + 1 file changed, 1 insertion(+) diff --git a/website/docs/public/v1/openapi.json b/website/docs/public/v1/openapi.json index 187a9b4..6b03742 100644 --- a/website/docs/public/v1/openapi.json +++ b/website/docs/public/v1/openapi.json @@ -1586,6 +1586,7 @@ "post": { "tags": ["skills"], "summary": "Register Skills", + "description": "Register skills by uploading a ZIP compressed file containing skill definitions.\n\n**How to get skills:**\n- Clone the repository: `git clone https://github.com/yourcompany/skills`\n- Or download ZIP from Releases\n\n**How to install:**\n1. Compress the skill folder into a ZIP file\n2. Upload the ZIP file using this API endpoint\n\nThe ZIP file should contain skill files and metadata.", "operationId": "register_skills", "requestBody": { "content": {