{
  "name": "ГЗТ Клиника",
  "version": "1.0.0",
  "description": "AI-доступный медицинский ресурс о гормонозаместительной терапии. Поиск статей, информация о врачах и направлениях.",
  "url": "https://usaroofingservice.com",
  "contact": {
    "email": "Zgtmed@gmail.com"
  },
  "supportedInterfaces": [
    {
      "url": "https://usaroofingservice.com/api",
      "transport": "http",
      "description": "Read-only REST API для статей, врачей и направлений клиники"
    }
  ],
  "defaultInputModes": [
    "text"
  ],
  "defaultOutputModes": [
    "text"
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "skills": [
    {
      "id": "search-articles",
      "name": "Поиск статей",
      "description": "Поиск медицинских статей о ГЗТ по теме, симптомам или методам лечения",
      "tags": [
        "поиск",
        "статьи",
        "ГЗТ",
        "медицина"
      ],
      "inputModes": [
        "text"
      ],
      "outputModes": [
        "text"
      ]
    },
    {
      "id": "doctors",
      "name": "Врачи клиники",
      "description": "Информация о специалистах клиники ГЗТ",
      "tags": [
        "врачи",
        "специалисты",
        "андрология"
      ],
      "inputModes": [
        "text"
      ],
      "outputModes": [
        "text"
      ]
    },
    {
      "id": "directions",
      "name": "Направления",
      "description": "Медицинские направления и услуги клиники",
      "tags": [
        "направления",
        "услуги",
        "ГЗТ"
      ],
      "inputModes": [
        "text"
      ],
      "outputModes": [
        "text"
      ]
    }
  ]
}