Weather

Look up current weather and short forecast for a location via Open-Meteo (no API key required).

XAIHT Updated

File contents

Weather skill

Base URL: https://api.open-meteo.com/v1/forecast.

Compose:

?latitude=${input.latitude}&longitude=${input.longitude}
&current=temperature_2m,weather_code,wind_speed_10m
&hourly=temperature_2m,precipitation

Issue with chat_agent_apirer. Return the parsed JSON's current and hourly blocks. Open-Meteo is free for non-commercial use and does not require an API key.

XAIHT/Tlamatini/tree/main/Tlamatini/agent/skills_pkg/weather commit bcac26b586

Frequently asked questions

npx skillmds@latest add xaiht/weather