skills$openclaw/infographic-weather
silverkiwi5.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.

5.8k stars689 forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

nameinfographic-weather
descriptionGenerate 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.
ownersilverkiwi
repositorysilverkiwi/weather-infographic
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @silverkiwi/weather-infographic
last updatedFeb 7, 2026

Maintainer

silverkiwi

silverkiwi

Maintains infographic-weather in the OpenClaw Skills directory.

View GitHub profile
File Explorer
4 files
.
scripts
generate_infographic.py
6.5 KB
_meta.json
469 B
SKILL.md
1.1 KB
SKILL.md

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.
README.md

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.