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

本技能来自小葱技能站7w4.net。

  • 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