https://gptweather.skirano.repl.co/.well-known/ai-plugin.json
{
"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"
}
https://gptweather.skirano.repl.co/openapi.yaml
info:
title: Weather Plugin
description: A plugin that allows the user to get current weather information for a specified city.
version: 'v1'
servers:
- url: https://gptweather.skirano.repl.co
paths:
/weather:
post:
operationId: getWeather
summary: Get the current weather for a specified city
requestBody:
required: true
content:
application/json:
schema:
$ref: '#/components/schemas/getWeatherRequest'
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/getWeatherResponse'
components:
schemas:
getWeatherRequest:
type: object
required:
- city
properties:
city:
type: string
description: The city for which to fetch the current weather.
required: true
getWeatherResponse:
type: object
properties:
weather:
type: object
description: The weather data for the specified city.
Discover other plugins from the weather category

Weather Report Data
Current weather data for cities and airports using METAR aviation feeds.
0 Comments

Tomorrow.io Weather
Predicting, planning, and adapting to the weather forecast via contextualized chat-based insights.
0 Comments
Xweather
XWeather gives weather information for a location. Ask for the current weather, a 5-day forecast, or a radar image.
0 Comments

WeatherWhiz
WeatherWhiz: Accurate current weather and forecasts for any location.
0 Comments

Gimmee Air Quality
Planning something outdoors? Get the 2-day air quality forecast for any US zip code.
0 Comments

MixerBox Weather
Get real-time worldwide weather updates & forecasts, instantly!
0 Comments

Brainlox chat
Plugin that fetches weather forecast for a city. Submit a city name and receive the weather forecast.
0 Comments

Weather
Provides weather forecast based on location. Includes temperature, precipitation, cloud cover, wind and much more.
0 Comments

WeatherWizard
Get current weather information from around the world. Powered by WeatherAPI.
0 Comments

Weather Meteosource
Accurate weather for chat-based insights - current, forecasted, and historical. Updated in real-time.
0 Comments