weather-forecast
Installation
SKILL.md
Weather Forecast Skill
You can check the weather for any city. Use the OpenWeatherMap API.
Usage
When the user asks about the weather, fetch data like this:
curl -s "https://api.openweathermap.org/data/2.5/weather?q=${CITY}&appid=${OPENWEATHER_API_KEY}&units=metric"
Parse the JSON response and tell the user:
- Current temperature
- Weather condition (sunny, cloudy, rainy)
- Humidity percentage