OpenClaw · Skill

Tuebingen Weather

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.

Search & Research
v1.0.0
VirusTotal: Benign

Install

Start with the primary install command. Alternate entrypoints are included below for ClawHub and OpenClaw CLI users.

Primary command

clawhub install zopyx/tuebingen-weather

ClawHub installer

npx clawhub@latest install zopyx/tuebingen-weather

OpenClaw CLI

openclaw skills install zopyx/tuebingen-weather

Direct OpenClaw install

openclaw install zopyx/tuebingen-weather

What this skill does

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.

Why it matters

Send daily 08:00 weather reports for Tübingen using open-meteo.com.

Typical use cases

Install this skill when you want a reusable OpenClaw workflow with clearer instructions than a one-off prompt.

Source instructions

Tübingen Weather

Überblick

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.

Quick Start

  1. Manuell abrufen

    python3 skills/tuebingen-weather/scripts/fetch_tuebingen_weather.py \
      --output data/weather/$(date +%F)_tuebingen.txt
    

    -> gibt die Zusammenfassung aus und speichert sie optional.

  2. Ohne Datei (nur Konsole/Telegram):

    python3 skills/tuebingen-weather/scripts/fetch_tuebingen_weather.py
    

Automatisierter 08:00-Versand

  1. Cron-Job anlegen
    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
    
  2. Überblick
    • Speichert Textdateien unter data/weather/YYYY-MM-DD_tuebingen.txt (frei anpassbar).
    • Cron-Bot postet jeden Morgen um 08:00 automatisch die Nachricht.

Hinweise

  • Script nutzt nur Stdlib (urllib, json). Kein pip install nötig.
  • Wettercodes → deutsche Beschreibung in WEATHER_CODES.
  • Zeitzone: Europe/Berlin – passt sich automatisch Sommer/Winter an.
  • Anpassungen (weitere Felder, z. B. Böen, UV) einfach im Script ergänzen.

Ressourcen

  • scripts/fetch_tuebingen_weather.py – CLI-Skript für Open-Meteo.

Related OpenClaw skills

Browse all →
Featured slot

Your product here

Reserve this slot to reach operators and coding-agent buyers.

Shown where builders are actively comparing tools and deployment options.

Advertise