caiyun-weather
Installation
SKILL.md
Caiyun Weather
Prerequisites
- Get API access and your API key from https://docs.caiyunapp.com/weather-api/.
- Credentials are resolved in order:
$CAIYUN_WEATHER_API_TOKENenvironment variable~/.config/caiyunapp/config.json— JSON keycaiyun_weather_api_token
- Requires coordinates. Ask for latitude and longitude if they are missing.
Quick Start
curl -s "https://api.caiyunapp.com/v2.6/${CAIYUN_WEATHER_API_TOKEN}/<lon>,<lat>/weather?hourlysteps=24&dailysteps=5&unit=metric:v2"