---
name: sundial-org/infographic-weather
source: https://app.decimal.ai/s/sundial-org-infographic-weather@1/SKILL.md
source_sha256: deb520f6bf12
---

# 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 New Zealand season.
- **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

```bash
python3 {baseDir}/scripts/generate_infographic.py --address "488 Riddell Road, Saint Heliers, Auckland" --lat -36.8501 --lon 174.8699 --output "out/weather-$(date +%F).png"
```

## Environment
- `GEMINI_API_KEY`: Required for image generation.