Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions website/docs/public/v1/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down