← 返回 Skills 市场
chaosconst

Weather Radar

作者 Bob Yuan · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
111
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install weather-radar
功能描述
Fetch and generate an image of the current weather radar combined with a base map. Use when the user wants to see a rain/weather radar map, current precipita...
安全使用建议
This skill appears coherent and limited to fetching public map and radar tiles and producing a GIF. Before installing, confirm: (1) your agent environment can install/has requests and Pillow or that installing them is acceptable; (2) network access to tile.openstreetmap.org and api.rainviewer.com is allowed and you accept any rate/usage terms (OpenStreetMap requires attribution and has tile usage policies); (3) you want the skill to use a "known user location" — ensure user consent or that the agent supplies coordinates explicitly; and (4) the agent has write access to the output path you choose. If you need stronger guarantees, inspect the script in your environment and run it manually once to verify behavior.
功能分析
Type: OpenClaw Skill Name: weather-radar Version: 1.0.0 The skill is a legitimate tool for generating animated weather radar GIFs by compositing OpenStreetMap tiles with real-time data from the RainViewer API. The Python script (scripts/generate_radar.py) uses standard libraries like Requests and Pillow to fetch and process images, and the instructions in SKILL.md are consistent with the code's functionality. No evidence of data exfiltration, malicious execution, or prompt injection was found.
能力评估
Purpose & Capability
Name/description match the implementation: the included Python script downloads OpenStreetMap tiles and RainViewer radar frames and stitches them into a GIF. No unrelated binaries, credentials, or config paths are requested.
Instruction Scope
Runtime instructions are narrowly scoped to: look up lat/lon, run scripts/generate_radar.py, and send the output GIF. One minor ambiguity: SKILL.md suggests defaulting to the "user's known location" without specifying how that location is obtained or ensuring user consent — this is a privacy/operational consideration rather than a technical inconsistency.
Install Mechanism
No install spec; it's instruction-only with a bundled Python script. Dependencies are standard Python packages (requests, Pillow) and are noted in the README. No downloads from unknown hosts or archive extraction are present.
Credentials
The skill does not require environment variables, credentials, or access to config paths. It makes network calls only to public RainViewer and OpenStreetMap endpoints, which are appropriate for the task.
Persistence & Privilege
always is false and the skill does not request persistent system privileges or to modify other skills. Autonomous invocation is allowed by default but not excessive for this type of utility.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install weather-radar
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /weather-radar 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the weather-radar skill. - Generates composite animated GIFs of current and historical weather radar data overlaid on OpenStreetMap. - Supports custom city names or geographic coordinates; defaults to user location if unspecified. - Default zoom level is 7 for optimal view of weather systems. - Simple Python script provided for generating radar map images. - Requires `requests` and `Pillow` Python packages.
元数据
Slug weather-radar
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Weather Radar 是什么?

Fetch and generate an image of the current weather radar combined with a base map. Use when the user wants to see a rain/weather radar map, current precipita... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 111 次。

如何安装 Weather Radar?

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

Weather Radar 是免费的吗?

是的,Weather Radar 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Weather Radar 支持哪些平台?

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

谁开发了 Weather Radar?

由 Bob Yuan(@chaosconst)开发并维护,当前版本 v1.0.0。

💬 留言讨论