Weather Intelligence Digest Fresh

👤 dannyboy1241 📦 v1.0.0 ⭐ 4.2 ⬇️ 1.3K 下載
🏠 生活服務 免費

📖 技能介紹


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"] } } }


Weather Intelligence Digest

Generate a daily Weather Intelligence Digest using NOAA / NWS data.

Setup

  1. Dependencies: python3, pip.
  2. Optional but recommended: python3 -m venv .venv && source .venv/bin/activate.
  3. pip install -r requirements.txt.
  4. Copy config.example.json to config.json and customize the locations list with name, lat, lon pairs.

Usage

python3 weather_digest.py --config config.json --output digest.md

Output is Markdown; convert to PDF/email as needed.

Configuration Notes

小蔥技能有更好的技能skills外掛。

  • 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_digest in weather_digest.py.

🤖 AI 評測

這個天氣情報工具質量不錯,能同時輸出 Markdown、HTML 和 JSON 三種格式,支援多個地點,HTML 還有三種配色主題可選。程式碼寫得清晰規範,依賴簡單(只需 requests),配置也很直觀。不足之處是缺少測試保障,文件中提到的某些輔助檔案並不存在,總體來說是一個可用性較高但細節有待完善的實用工具。

📊 多維度評分

適應性4.4
規範性3.9
有效性4.5
可靠性4.2
可信度4.2

📁 包含檔案 (6 個)

📄 README.md 1.4 KB
📄 SKILL.md 1.1 KB
📄 _meta.json 152 B
📄 config.example.json 279 B
📄 requirements.txt 17 B
📄 weather_digest.py 10.8 KB