
Weather
Description
Provides weather forecast based on location. Includes temperature, precipitation, cloud cover, wind and much more.
Details
https://weather--vicentescode.repl.co/.well-known/ai-plugin.json
{
"schema_version": "v1",
"name_for_human": "Weather",
"name_for_model": "Weather",
"description_for_human": "Provides weather forecast based on location. Includes temperature, precipitation, cloud cover, wind and much more.",
"description_for_model": "Provides weather forecast based on location. Includes temperature, precipitation, cloud cover, wind and much more.",
"auth": {
"type": "none"
},
"api": {
"type": "openapi",
"url": "https://weather--vicentescode.repl.co/openapi.yaml",
"is_user_authenticated": false
},
"logo_url": "https://weather--vicentescode.repl.co/logo.png",
"contact_email": "support@promptapps.ai",
"legal_info_url": "https://promptapps.ai/weatherplugin/legal.html"
}
https://weather--vicentescode.repl.co/openapi.yaml
openapi: 3.0.1
info:
title: Weather
description: Allows users to fetch current and forecasted weather information based on location. You MUST ALWAYS convert the plugin response to the units that are most useful to your user, when in doubt assume USA/Enlish units.
version: 'v1.2'
servers:
- url: https://weather--vicentescode.repl.co
paths:
/weathernow:
get:
operationId: getWeatherNow
summary: Get the current weather information based on city, state, and country. You MUST ALWAYS convert the plugin response to the units that are most useful to your user, when in doubt assume USA/Enlish units.
parameters:
- in: query
name: city
schema:
type: string
required: true
description: The city name.
- in: query
name: state
schema:
type: string
required: false
description: The state code (optional).
- in: query
name: country
schema:
type: string
required: true
description: The country code.
responses:
"200":
description: OK
content:
application/json:
schema:
type: object
additionalProperties: true
/weatherforecast:
get:
operationId: getWeatherForecast
summary: Get up to 16 day weather forecast (first day is always the current date) based on city, state, and country. THINK STEP BY STEP TO ADJUST THE NUMBER OF DAYS IN THE QUERY CNT TO COVER THE DAYS THE USER WANTS.
parameters:
- in: query
name: cnt
schema:
type: string
required: false
description: Number of days up to 16 for weather forecast (optional). First day is always the current date. THINK STEP BY STEP TO ADJUST THE NUMBER OF DAYS IN THE QUERY CNT TO COVER THE DAYS THE USER WANTS.
- in: query
name: city
schema:
type: string
required: true
description: The city name.
- in: query
name: state
schema:
type: string
required: false
description: The state code (optional).
- in: query
name: country
schema:
type: string
required: true
description: The country code.
responses:
"200":
description: OK
content:
application/json:
schema:
type: object
additionalProperties: true
Discover other plugins from the weather category

Weather
Plugin for getting current weather information.
0 Comments

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

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