🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

Weather TV style

by @silverkiwi

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.

Versionv1.0.2
Downloads2,101
Installs1
Stars⭐ 5
TERMINAL
clawhub install weather-infographic

πŸ“– About This Skill


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

  • GEMINI_API_KEY: Required for image generation.
  • πŸ’‘ Examples

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