Weather
SkillDev toolsGet current weather and forecasts
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Weather skill
What this skill tells your AI
The instructions your AI receives, as published by gebruder/wirken in skills/weather/SKILL.md and read by ahel’s review.
Get weather information using wttr.in.
Usage
- Current weather:
curl -s "wttr.in/CityName?format=3" - Detailed forecast:
curl -s "wttr.in/CityName" - One-line summary:
curl -s "wttr.in/CityName?format=%l:+%c+%t+%w+%h" - Moon phase:
curl -s "wttr.in/Moon"
Replace spaces in city names with + (e.g., New+York).
For JSON output: curl -s "wttr.in/CityName?format=j1"
Signals
- GitHub stars
- 171
- Forks
- 5
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
weather-gebruder- Source
- github.com/gebruder/wirken