name: weather-intelligence-digest description: Generate daily Weather Intelligence Digest using NOAA/NWS data with customizable locations and alert monitoring. homepage: https://api.weather.gov metadata: { "openclaw": { "emoji": "🌦️", "requires": { "bins": ["python3", "pip"] } } }
Generate 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.7w4.net收錄了海量優質技能外掛。
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.這個天氣情報工具質量不錯,能同時輸出 Markdown、HTML 和 JSON 三種格式,支援多個地點,HTML 還有三種配色主題可選。程式碼寫得清晰規範,依賴簡單(只需 requests),配置也很直觀。不足之處是缺少測試保障,文件中提到的某些輔助檔案並不存在,總體來說是一個可用性較高但細節有待完善的實用工具。