OpenClaw Skillv1.0.2

Weather TV style

silverkiwiby silverkiwi
Deploy on EasyClawdfrom $14.9/mo

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.

How to use this skill

OpenClaw skills run inside an OpenClaw container. EasyClawd deploys and manages yours — no server setup needed.

  1. Sign up on EasyClawd (2 minutes)
  2. Connect your Telegram bot
  3. Install Weather TV style from the skills panel
Get started — from $14.9/mo
5stars
1,591downloads
0comments
2versions

Latest Changelog

- Updated seasonal backgrounds to be hemisphere-aware (uses current local season for any location).
- Improved usage documentation with an example for London.
- No code or feature changes beyond README/metadata update.
- Added file: .DS_Store (no functional impact).

Tags

latest: 1.0.2

Skill Documentation

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

```bash
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.
Security scan, version history, and community comments: view on ClawHub