{
  "name": "Nouri AI Agent",
  "description": "AI nutrition coach that analyzes meal photos and tracks calories and macros through a team of specialized AI nutritionists on Telegram.",
  "url": "https://nouriagent.com",
  "version": "0.1.0",
  "provider": {
    "organization": "Nouri AI Agent",
    "url": "https://nouriagent.com"
  },
  "documentationUrl": "https://nouriagent.com/about/",
  "capabilities": {
    "streaming": false,
    "pushNotifications": true,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["text", "image"],
  "defaultOutputModes": ["text"],
  "supportedInterfaces": [
    {
      "transport": "telegram",
      "url": "https://t.me/NouriAgent_bot"
    },
    {
      "transport": "web",
      "url": "https://nouriagent.com"
    }
  ],
  "skills": [
    {
      "id": "analyze-meal-photo",
      "name": "Analyze meal from photo",
      "description": "Estimate calories, macros, and portion sizes from a single meal photo without manual logging.",
      "tags": ["nutrition", "calorie-counter", "meal-tracking", "photo-analysis"],
      "examples": [
        "Send a photo of your lunch and get calories and macros",
        "Check nutrition facts from a restaurant dish"
      ]
    },
    {
      "id": "macro-tracking",
      "name": "Track macros from photos",
      "description": "Log protein, carbs, and fats over time based on meal photos.",
      "tags": ["macros", "protein", "tracking"]
    },
    {
      "id": "nutrition-coaching",
      "name": "Personalized nutrition coaching",
      "description": "Conversational guidance on nutrition goals, habits, and meal planning.",
      "tags": ["coaching", "nutrition-advice"]
    }
  ],
  "endpoints": {
    "telegram": "https://t.me/NouriAgent_bot"
  }
}
