If you find this useful,
Skill Details
Back to Skills

/weather-infographic

by silverkiwi · View on GitHub

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.

View on GitHub

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.

Related Data Skills

/us-market-bubble-detector

Evaluates market bubble risk through quantitative data-driven analysis using the revised Minsky/Kind

/thingsboard-skill

Manage ThingsBoard devices, dashboards, telemetry, and users via the ThingsBoard REST API.

/finnhub

Access Finnhub API for real-time stock quotes, company news, market data, financial statements, and

/rest-to-graphql

Convert REST API routes to a GraphQL schema. Use when migrating APIs or adding a GraphQL layer.