5.8k★by silverkiwi
infographic-weather – OpenClaw Skill
infographic-weather is an OpenClaw Skills integration for coding workflows. 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.
Skill Snapshot
| 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. OpenClaw Skills integration. |
| owner | silverkiwi |
| repository | silverkiwi/weather-infographic |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @silverkiwi/weather-infographic |
| last updated | Feb 7, 2026 |
Maintainer

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.
No README available.
Permissions & Security
Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.
Requirements
- OpenClaw CLI installed and configured.
- Language: Markdown
- License: MIT
- Topics:
FAQ
How do I install infographic-weather?
Run openclaw add @silverkiwi/weather-infographic in your terminal. This installs infographic-weather into your OpenClaw Skills catalog.
Does this skill run locally or in the cloud?
OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.
Where can I verify the source code?
The source repository is available at https://github.com/openclaw/skills/tree/main/skills/silverkiwi/weather-infographic. Review commits and README documentation before installing.
