tuebingen-weather

Send daily 08:00 weather reports for Tübingen using open-meteo.com. Use when Master wants an automated summary (current conditions + today’s high/low + rain chance) stored locally and forwarded via Telegram.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "tuebingen-weather" with this command: npx skills add zopyx/tuebingen-weather

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.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Team Up

Team Up integration. Manage Organizations. Use when the user wants to interact with Team Up data.

Registry SourceRecently Updated
General

Retriever

Retriever integration. Manage Organizations, Leads, Projects, Pipelines, Users, Filters. Use when the user wants to interact with Retriever data.

Registry SourceRecently Updated
General

Pdf Tool

Work with PDF files including merge, split, extract text, and convert. Use when user needs to combine multiple PDFs, split a PDF into pages, extract text fro...

Registry SourceRecently Updated
General

Salesblink

SalesBlink integration. Manage Organizations, Pipelines, Projects, Users, Filters. Use when the user wants to interact with SalesBlink data.

Registry SourceRecently Updated