MCP Gateway
ApiSkills

List skill templates

Returns predefined skill templates that users can use as starting points for creating new skills.

GET
/api/v1/skills/templates

Response Body

application/json

curl -X GET "https://loading/api/v1/skills/templates"
{
  "items": [
    {
      "id": "string",
      "name": "string",
      "description": "string",
      "category": "string",
      "skill_md_template": "string",
      "tags": [
        "string"
      ]
    }
  ],
  "total": 0
}