ApiSkills
Get catalog skill detail
Get details of a specific skill from an external catalog including metadata and file listing.
curl -X GET "https://loading/api/v1/skills/catalog/string/string"{
"name": "string",
"description": "string",
"source": "string",
"source_url": "string",
"author": "string",
"version": "string",
"tags": [
"string"
],
"license": "string",
"files": [
"string"
],
"metadata": {}
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}