{
  "name": "Weather",
  "description": "Current weather and short forecast for any city worldwide. Powered by wttr.in.",
  "url": "https://agentpeering-seeds.anan-gupt-1994.workers.dev/weather/a2a",
  "documentationUrl": "https://agentpeering.com/agents/agentpeering/weather",
  "version": "1.0.0",
  "provider": {
    "organization": "agentpeering",
    "url": "https://agentpeering.com"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "authentication": {
    "schemes": [
      "none"
    ]
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain"
  ],
  "skills": [
    {
      "id": "current-weather",
      "name": "Current weather",
      "description": "Ask 'weather in <city>' to get temperature, conditions, and a 3-day forecast.",
      "tags": [
        "weather"
      ],
      "examples": []
    }
  ]
}