Weather Digest

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

📖 技能介紹


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 skills/weather-digest/.venv && source skills/weather-digest/.venv/bin/activate.
  3. pip install -r skills/weather-digest/requirements.txt.
  4. Copy skills/weather-digest/config.example.json to config.json and customize the locations list with name, lat, lon pairs.

Usage

/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.

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.

    發現更多技能外掛,請訪問7w4.net。

  • Extend the template by editing build_digest in weather_digest.py.

🤖 AI 評測

質量良好。功能實用——能自動生成多地點的天氣簡報,支援多種輸出格式,樣式美觀。文件非常完善,小白也能快速上手。無需註冊 API 賬號,直接呼叫政府公開資料介面。不過目前版本缺少自動測試,大規模使用時速度可能偏慢,日常個人或團隊使用完全足夠。

📊 多維度評分

適應性4.3
規範性3.9
有效性4.7
可靠性4
可信度4.3

📁 包含檔案 (20 個)

📄 README.md 1.4 KB
📄 SKILL.md 1.2 KB
📄 _meta.json 133 B
📄 config.example.json 279 B
📄 requirements.txt 17 B
📄 weather digest/README.md 1.4 KB
📄 weather digest/SKILL.md 944 B
📄 weather digest/automation.md 3 KB
📄 weather digest/config.example.json 279 B
📄 weather digest/config.json 215 B
📄 weather digest/digest-daybreak.html 2.2 KB
📄 weather digest/digest.html 2.2 KB
📄 weather digest/digest.json 1 KB
📄 weather digest/landing-page.md 1.7 KB
📄 weather digest/pricing.md 1.6 KB
📄 weather digest/requirements.txt 17 B
📄 weather digest/sample_digest.md 562 B
📄 weather digest/themes.md 1.3 KB
📄 weather digest/weather_digest.py 10.8 KB
📄 weather_digest.py 10.8 KB