← Back to Skills Marketplace
silverkiwi

Weather TV style

by silverkiwi · GitHub ↗ · v1.0.2
cross-platform ✓ Security Clean
1847
Downloads
5
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install weather-infographic
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.
Usage Guidance
This skill appears internally consistent, but consider these practical cautions before installing: - GEMINI_API_KEY: The script sends prompts (including the address you provide) to Google’s Gemini API using this key — ensure you trust the key and are comfortable sending any PII (addresses) to the image service. Monitor API usage and costs. - Output file: The script writes a binary image to the provided output path. Avoid pointing it at sensitive system paths to prevent accidental overwrite. - Dependencies: SKILL.md suggests pip installing google-generativeai and requests; review the packages and install them in a virtualenv to limit system impact. - Privacy: If you or your users supply private addresses, those addresses and the generated weather data will be included in prompts sent to an external model. If these tradeoffs are acceptable, the skill looks coherent with its stated purpose.
Capability Analysis
Type: OpenClaw Skill Name: weather-infographic Version: 1.0.2 The skill is designed to generate a weather infographic using the Gemini API and Open-Meteo weather data. It requires a `GEMINI_API_KEY` (declared in `SKILL.md`), installs standard Python dependencies (`google-generativeai`, `requests`), fetches weather data from a legitimate public API (`api.open-meteo.com`), and saves the generated image locally. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection against the OpenClaw agent. The prompts constructed for the Gemini model are for image generation and do not contain harmful instructions.
Capability Assessment
Purpose & Capability
Name/description, SKILL.md, and the included Python script all focus on: fetching weather from Open-Meteo, generating a seasonal background and final image via Google's Gemini image API, and writing an output image. The single required env var (GEMINI_API_KEY) is appropriate for the stated image-generation purpose.
Instruction Scope
Runtime instructions and the script only fetch weather from Open-Meteo, call the Gemini image generation API, and write a single output file. The script requires address/lat/lon inputs (which are sent to Gemini as prompt context) but does not read unrelated files, other environment variables, or system credentials.
Install Mechanism
No packaged install spec is required; SKILL.md suggests installing google-generativeai and requests via pip which matches the script imports. This is a standard, proportionate dependency list for the task.
Credentials
Only GEMINI_API_KEY is required and is used for the image-generation client. No unrelated secrets or multiple credentials are requested. The script does not access other env vars or config paths.
Persistence & Privilege
Skill is not always-enabled (always: false) and does not request system-wide configuration changes or long-lived privileges. It is user-invocable and can be invoked by the agent as normal.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install weather-infographic
  3. After installation, invoke the skill by name or use /weather-infographic
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
- 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).
v1.0.0
init
Metadata
Slug weather-infographic
Version 1.0.2
License
All-time Installs 1
Active Installs 1
Total Versions 2
Frequently Asked Questions

What is Weather TV style?

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. It is an AI Agent Skill for Claude Code / OpenClaw, with 1847 downloads so far.

How do I install Weather TV style?

Run "/install weather-infographic" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Weather TV style free?

Yes, Weather TV style is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Weather TV style support?

Weather TV style is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Weather TV style?

It is built and maintained by silverkiwi (@silverkiwi); the current version is v1.0.2.

💬 Comments