Install
openclaw skills install weather-intelligence-digest-freshGenerate daily Weather Intelligence Digest using NOAA/NWS data with customizable locations and alert monitoring.
openclaw skills install weather-intelligence-digest-freshGenerate a daily Weather Intelligence Digest using NOAA / NWS data.
python3, pip.python3 -m venv .venv && source .venv/bin/activate.pip install -r requirements.txt.config.example.json to config.json and customize the locations list with name, lat, lon pairs.python3 weather_digest.py --config config.json --output digest.md
Output is Markdown; convert to PDF/email as needed.
api.weather.gov (no API key required; feel free to customize the User-Agent string in the script).build_digest in weather_digest.py.