Weather TV style

👤 silverkiwi 📦 v1.0.2 ⭐ 4.1 ⬇️ 2.4K 下載
🎨 設計多媒體 免費 🔑 需 API Key

📖 技能介紹


name: infographic-weather description: Generate a TV-style weather infographic with a location-specific seasonal background. Use when the user asks for a visual weather forecast or a weather infographic for a specific address. metadata: {"clawdbot":{"emoji":"📺","requires":{"env":["GEMINI_API_KEY"]},"install":[{"id":"pip-google-ai","kind":"exec","command":"pip install -U google-generativeai requests --break-system-packages","label":"Install dependencies"}]}}


Infographic Weather

Generate a professional TV-style weather broadcast frame using Gemini 3 Pro Image (Nano Banana).

Features

  • Seasonal Backgrounds: Generates a photorealistic backdrop based on the address and current local season (hemisphere-aware).
  • Real-time Data: Pulls live weather and 7-day forecast from Open-Meteo.
  • Broadcast UI: Stitches data and background into a professional TV broadcast layout.

Usage

python3 {baseDir}/scripts/generate_infographic.py --address "10 Downing St, London" --lat 51.5033 --lon -0.1276 --output "out/london-weather.png"

Environment

小蔥技能站7w4.net,專業的AI技能分享平臺。

  • GEMINI_API_KEY: Required for image generation.

🤖 AI 評測

這個Skill能生成很酷的電視天氣預報圖片,功能很有創意,畫面效果專業。它會自動獲取真實天氣資料並匹配當地季節背景。但整體缺少詳細的使用說明文件,對新手不太友好,碰到問題不太好排查。質量中等偏上,核心功能做得不錯,但配套文件和異常處理還需要加強。

📊 多維度評分

適應性3.8
規範性3.9
有效性4.5
可靠性3.7
可信度4.3

📁 包含檔案 (3 個)

📄 SKILL.md 1.1 KB
📄 _meta.json 138 B
📄 scripts/generate_infographic.py 6.5 KB