dwd Wetter
Aktuelle Wetterwarnungen für Deutschland zusammenfassen, eine DWD-Stationsvorhersage in echte Einheiten umrechnen, Warngebiete als GeoJSON exportieren und amtliche Warnungen mit Meldungen aus der Bevölkerung abgleichen – über die offene API der DWD-Warnwetter-App ohne Schlüssel mit der dwd-cli.
Installation
-
CLI
dwdinstallieren:npm i -g @maschinenlesbar.org/dwd-cli -
Marketplace hinzufügen (einmalig):
/plugin marketplace add maschinenlesbar-org/plugins -
Plugin installieren:
/plugin install dwd@maschinenlesbar
Voraussetzungen wie API-Schlüssel oder Konten stehen in SKILLS.md.
Skills
Die Beschreibungen der Skills sind englisch – Claude wählt anhand dieser Texte den passenden Skill. Ihre Fragen können Sie trotzdem auf Deutsch stellen.
-
/dwd:dwd-crowd-checkCross-check official DWD warnings against crowd-sourced weather reports near a place, using the dwd-cli. Trigger when the user asks "are people reporting hail/rain/thunder near a city?", "what's the crowd-sourced weather right now?", "is the storm warning actually happening on the ground?", "any reports of flooding/lightning around me?", or wants ground-truth observations from the DWD Warnwetter crowd feed. Filters reports by location and category and summarises what users are actually seeing.
-
/dwd:dwd-station-forecastTurn a raw DWD station-overview into a readable weather forecast, using the dwd-cli. Trigger when the user asks "what's the forecast for Munich/Hamburg?", "weather at DWD station 10865", "will it rain tomorrow in a city?", "compare the forecast for two cities", or wants temperature/wind/precip for a German weather station. Decodes the API's scaled integer arrays (tenths-of-units) and epoch-millisecond timestamps that make the raw payload unreadable.
-
/dwd:dwd-warning-briefingProduce a single ranked severe-weather briefing for Germany from the official DWD warning feeds, using the dwd-cli. Trigger when the user asks "any weather warnings in Germany right now?", "is there a storm/thunderstorm warning?", "what severe weather is DWD warning about?", "weather alerts for the coast", or wants a quick read on current official warnings. Merges the nowcast, Gemeinde (municipality) and coast feeds, ranks by DWD severity level, and reports plain-language headlines instead of three raw JSON envelopes.
-
/dwd:dwd-warning-mapExport active DWD weather warnings as valid GeoJSON for mapping, using the dwd-cli. Trigger when the user asks to "map the thunderstorm warnings", "export DWD warnings as GeoJSON", "show the warning areas on a map", "plot the Gemeinde warnings", or wants the warning polygons as geodata for Leaflet / geojson.io / QGIS. Pulls the nowcast and Gemeinde feeds (coast warnings carry no geometry) and emits a clean FeatureCollection of warning-area polygons.
Details
- Repository
- maschinenlesbar-org/dwd-cli
- CLI
- @maschinenlesbar.org/dwd-cli (Befehl
dwd) - Plugin-Version
- 0.2.0, aus Tag v0.0.8
- Lizenz
- AGPL-3.0-or-later
- Datenbedingungen
- DATA_LICENSE.md
- Schlagwörter
- dwd, wetter, weather, warnings, warnwetter, forecast, geojson, germany, bund.dev