skills/list 请求的 HTTP 映射接口。Authorization: Bearer ********************{
"cwds": [
"example"
],
"forceReload": false
}curl --location '/v1/yousure/skills/list' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"cwds": [
"example"
],
"forceReload": false
}'{
"result": {
"data": [
{
"cwd": "/workspace/project",
"errors": [
{
"message": "example",
"path": "/workspace/project"
}
],
"skills": [
{
"description": "example",
"enabled": false,
"name": "example",
"path": "/workspace/project",
"scope": "user",
"dependencies": {
"tools": [
{
"type": {},
"value": {},
"command": {},
"description": {},
"transport": {},
"url": {}
}
]
},
"interface": {
"brandColor": "example",
"defaultPrompt": "example",
"displayName": "example",
"iconLarge": "example",
"iconLargeUrl": "https://example.com",
"iconSmall": "example",
"iconSmallUrl": "https://example.com",
"shortDescription": "example"
},
"pluginId": "example_id",
"shortDescription": "example"
}
]
}
]
}
}