Pulls current conditions and 16-day forecasts from Open-Meteo's free API with geocoding built in. The workflow is straightforward: it resolves the location, fetches weather data via WebFetch, and responds with temperature, precipitation, wind, and humidity. What's nice is the travel intent detection. Ask "what should I pack for Tokyo next week" and it automatically includes clothing advice from a reference guide. It handles ambiguous locations well, distinguishes between hourly and daily resolution based on your question, and even supports up to 92 days of historical weather if you're curious about last month. The WMO weather code lookup is included, so you get "Moderate rain" instead of raw numeric codes. Solid for any assistant that fields weather questions.
npx skills add https://github.com/mateeb11/weather-forecast --skill weather-skill