meteoblue-weather
Installation
SKILL.md
Meteoblue Weather (Meteogram-first)
A meteogram is a dense visual forecast — temperature, precipitation, wind, cloud cover, and sunshine over a multi-day window in a single image. For the vast majority of weather questions, the meteogram is the answer. Reach for the JSON forecast only when the user needs something the image can't easily show (a specific number, a side-by-side comparison verdict, an unusual variable).
Steps
1. Identify the place(s)
Extract the place name(s) from the user's prompt. Can be one place or several. If no place is mentioned, ask for one.
For each place, derive a filesystem-safe slug (lowercase, spaces and punctuation → underscores) — used for image filenames in step 5. e.g. "St Ives" → st_ives, "Bangkok, Thailand" → bangkok_thailand.
2. Check API key
echo ${METEOBLUE_API_KEY:?Please set METEOBLUE_API_KEY — get one at https://www.meteoblue.com/en/weather-api}