Back to Registry View Author Profile
Official Verified
weather-intelligence-digest
Generate daily Weather Intelligence Digest using NOAA/NWS data with customizable locations and alert monitoring.
skill-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/dannyboy1241/weather-intelligence-digest-freshOr
Weather Intelligence Digest
Generate a daily Weather Intelligence Digest using NOAA / NWS data.
Setup
- Dependencies:
python3,pip. - Optional but recommended:
python3 -m venv .venv && source .venv/bin/activate. pip install -r requirements.txt.- Copy
config.example.jsontoconfig.jsonand customize thelocationslist withname,lat,lonpairs.
Usage
python3 weather_digest.py --config config.json --output digest.md
Output is Markdown; convert to PDF/email as needed.
Configuration Notes
- Data source:
api.weather.gov(no API key required; feel free to customize the User-Agent string in the script). - Each location fetches forecast + alerts; add/remove fields as needed.
- Extend the template by editing
build_digestinweather_digest.py.
Metadata
AI Skill Finder
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skill Add to Configuration
Paste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-dannyboy1241-weather-intelligence-digest-fresh": {
"enabled": true,
"auto_update": true
}
}
}Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.