Plugin for getting current weather information.

{
  "schema_version": "v1",
  "name_for_human": "Weather Plugin",
  "name_for_model": "weather",
  "description_for_human": "Plugin for getting current weather information.",
  "description_for_model": "Plugin for getting current weather information.",
  "auth": {
    "type": "none"
  },
  "api": {
    "type": "openapi",
    "url": "https://gptweather.skirano.repl.co/openapi.yaml",
    "is_user_authenticated": false
  },
  "logo_url": "https://gptweather.skirano.repl.co/logo.png",
  "contact_email": "pietro.schirano@gmail.com",
  "legal_info_url": "https://example.com/legal"
}