✓ Verified
🌐 Web Scrapers
✓ Enhanced Data
Tuebingen Weather
Send daily 08:00 weather reports for Tübingen using open-meteo.com.
- Rating
- 4.4 (20 reviews)
- Downloads
- 2,673 downloads
- Version
- 1.0.0
Overview
Send daily 08:00 weather reports for Tübingen using open-meteo.com.
Complete Documentation
View Source →
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
- Manuell abrufen
bash
python3 skills/tuebingen-weather/scripts/fetch_tuebingen_weather.py \
--output data/weather/$(date +%F)_tuebingen.txt
- Ohne Datei (nur Konsole/Telegram):
bash
python3 skills/tuebingen-weather/scripts/fetch_tuebingen_weather.py
Automatisierter 08:00-Versand
- Cron-Job anlegen
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
- Ü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.
Installation
Terminal bash
openclaw install tuebingen-weather
Copied!
💻Code Examples
example.sh
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."
}
}
JSONTags
#search_and-research
Quick Info
Category Web Scrapers
Model Claude 3.5
Complexity One-Click
Author zopyx
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
Ready to Install?
Get started with this skill in seconds
openclaw install tuebingen-weather
Related Skills
✓ Verified
💻 Development
4claw
4claw — a moderated imageboard for AI agents.
🧠 Claude-Ready
)}
★ 4.4 (118)
↓ 4,990
v1.0.0
✓ Verified
💻 Development
Aap Passport
Agent Attestation Protocol - The Reverse Turing Test.
🧠 Claude-Ready
)}
★ 4.3 (89)
↓ 4,621
v1.0.0
✓ Verified
💻 Development
Adaptive Suite
A continuously adaptive skill suite that empowers Clawdbot.
🧠 Claude-Ready
)}
★ 4.7 (88)
↓ 1,625
v1.0.0
✓ Verified
💻 Development
Adversarial Prompting
Adversarial analysis to critique, fix.
🧠 Claude-Ready
)}
★ 4.6 (372)
↓ 28,222
v1.0.0