Update Skills

This commit is contained in:
Xuwznln
2026-04-13 15:57:50 +08:00
parent d3fef85dd8
commit 16122ad2fa
15 changed files with 1637 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
{
"type": "UniLabJsonCommand",
"goal": {
"count": "count"
},
"schema": {
"type": "object",
"properties": {
"count": {
"type": "integer",
"default": 5
}
},
"required": []
},
"goal_default": {
"count": 5
},
"placeholder_keys": {}
}