← 返回 Skills 市场
silverkiwi

Weather TV style

作者 silverkiwi · GitHub ↗ · v1.0.2
cross-platform ✓ 安全检测通过
1847
总下载
5
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install weather-infographic
功能描述
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.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install weather-infographic
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /weather-infographic 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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
元数据
Slug weather-infographic
版本 1.0.2
许可证
累计安装 1
当前安装数 1
历史版本数 2
常见问题

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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1847 次。

如何安装 Weather TV style?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install weather-infographic」即可一键安装,无需额外配置。

Weather TV style 是免费的吗?

是的,Weather TV style 完全免费(开源免费),可自由下载、安装和使用。

Weather TV style 支持哪些平台?

Weather TV style 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Weather TV style?

由 silverkiwi(@silverkiwi)开发并维护,当前版本 v1.0.2。

💬 留言讨论