Dieses Skill liefert eine tägliche Wetterzusammenfassung für Tübingen (Open-Meteo API, keine API-Keys). Output: kompakte Text-Zusammenfassung mit aktuellem Zustand, Tagesminimum/-maximum und Regenwahrscheinlichkeit.
```bash
python3 skills/tuebingen-weather/scripts/fetch_tuebingen_weather.py \
--output data/weather/$(date +%F)_tuebingen.txt
```
-> gibt die Zusammenfassung aus und speichert sie optional.
```bash
python3 skills/tuebingen-weather/scripts/fetch_tuebingen_weather.py
```
```bash
openclaw cron add <<'JSON'
{
"name": "tuebingen-weather-08",
"schedule": { "kind": "cron", "expr": "0 8 *", "tz": "Europe/Berlin" },
"sessionTarget": "isolated",
"payload": {
"kind": "agentTurn",
"model": "default",
"message": "Run python3 skills/tuebingen-weather/scripts/fetch_tuebingen_weather.py --output data/weather/$(date +%F)_tuebingen.txt. Send Master the stdout summary + mention the saved file. Report errors if the command fails."
}
}
JSON
```
data/weather/YYYY-MM-DD_tuebingen.txt (frei anpassbar).urllib, json). Kein pip install nötig.WEATHER_CODES.Europe/Berlin – passt sich automatisch Sommer/Winter an.scripts/fetch_tuebingen_weather.py – CLI-Skript für Open-Meteo.共 1 个版本