Weather Plugin OpenAgents
Introduction
A simple yet powerful weather plugin that provides current weather information for a specified location. This plugin fetches data from the wttr.in API and presents it in an easy-to-read JSON format.
Github Repo : https://github.com/yuzurushX/Weather-Plugin-OpenAgents
Playground
Provided Information
- Location (Coordinate)
- Time (Local)
- Weather Description
- Current Temperature (Celsius and Fahrenheit)
- Humidity
- Wind (Direction and Speed)
You can customize the provided data by modifying the code, for more information about the wttr.in API check the API documentation.
Usage
extism call plugin.wasm run --wasi --allow-host="wttr.in" --input="City/Area"