Weather Digest
by @dannyboy1241
Generate daily Weather Intelligence Digest using NOAA/NWS data with customizable locations and alert monitoring.
clawhub install weather-digestπ About This Skill
Weather Digest Skill
Generate a daily Weather Intelligence Digest using NOAA / NWS data.
Setup
1. Dependencies: python3, pip.
2. Optional but recommended: python3 -m venv skills/weather-digest/.venv && source skills/weather-digest/.venv/bin/activate.
3. pip install -r skills/weather-digest/requirements.txt.
4. Copy skills/weather-digest/config.example.json to config.json and customize the locations list with name, lat, lon pairs.
Usage
/exec python3 skills/weather-digest/weather_digest.py --config skills/weather-digest/config.json --output /tmp/digest.md
Output is Markdown; convert to PDF/email as needed.
Configuration Notes
api.weather.gov (no API key required; feel free to customize the User-Agent string in the script).build_digest in weather_digest.py.π‘ Examples
/exec python3 skills/weather-digest/weather_digest.py --config skills/weather-digest/config.json --output /tmp/digest.md
Output is Markdown; convert to PDF/email as needed.
βοΈ Configuration
1. Dependencies: python3, pip.
2. Optional but recommended: python3 -m venv skills/weather-digest/.venv && source skills/weather-digest/.venv/bin/activate.
3. pip install -r skills/weather-digest/requirements.txt.
4. Copy skills/weather-digest/config.example.json to config.json and customize the locations list with name, lat, lon pairs.