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 skills/weather-digest/.venv && source skills/weather-digest/.venv/bin/activate.pip install -r skills/weather-digest/requirements.txt.skills/weather-digest/config.example.json to config.json and customize the locations list with name, lat, lon pairs./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.
api.weather.gov (no API key required; feel free to customize the User-Agent string in the script).發現更多技能外掛,請訪問7w4.net。
build_digest in weather_digest.py.質量良好。功能實用——能自動生成多地點的天氣簡報,支援多種輸出格式,樣式美觀。文件非常完善,小白也能快速上手。無需註冊 API 賬號,直接呼叫政府公開資料介面。不過目前版本缺少自動測試,大規模使用時速度可能偏慢,日常個人或團隊使用完全足夠。