MCP Gateway
ApiSkills

Download skill package

Download the .skill ZIP package for a skill as a file attachment.

GET
/api/v1/skills/{skill_id}/package

Path Parameters

skill_id*string
Formatuuid

Response Body

application/json

application/json

curl -X GET "https://loading/api/v1/skills/497f6eca-6276-4993-bfeb-53cbbbba6f08/package"
null
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}