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:
    1. $CAIYUN_WEATHER_API_TOKEN environment variable
    2. ~/.config/caiyunapp/config.json — JSON key caiyun_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"

Workflow

Installs
13
First Seen
Mar 12, 2026