← 返回 Skills 市场
Open-Meteo Weather + Weather Strip
作者
pete dapkus
· GitHub ↗
· v1.0.0
441
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install open-meteo
功能描述
Get weather forecasts via Open-Meteo API (free, no API key). Use when: user asks about weather, temperature, rain probability, UV index, wind, or forecasts f...
安全使用建议
This skill appears to do exactly what it claims: fetch weather from Open‑Meteo and render an SVG/HTML strip. Before installing or running: 1) Ensure you are comfortable with the skill writing output files when --output is used (check paths to avoid overwriting important files). 2) Confirm python3 and curl are available in the runtime environment. 3) If you plan to let an agent call the skill autonomously, be aware it can run the scripts and write files without further prompts — limit agent permissions or run in a sandbox if you want stricter containment. If you need extra assurance, review the included scripts line-by-line (they only call Open‑Meteo endpoints and use standard libraries).
功能分析
Type: OpenClaw Skill
Name: open-meteo
Version: 1.0.0
The skill bundle is classified as suspicious due to several vulnerabilities. The `scripts/weather.sh` script is susceptible to shell injection, as it directly interpolates command-line arguments (e.g., latitude, longitude) into a `curl` command without sanitization, potentially allowing arbitrary command execution if the agent passes untrusted user input. Additionally, `scripts/weather_strip.py` has a potential Cross-Site Scripting (XSS) vulnerability where `loc["name"]` from the `--schedule` argument is directly embedded into the generated HTML's JavaScript data, and a potential Server-Side Request Forgery (SSRF) vulnerability due to direct interpolation of `lat`/`lon` into `urllib.request.urlopen` calls. While the skill's stated purpose is benign, these flaws could be exploited by a malicious actor controlling the agent's input.
能力评估
Purpose & Capability
Name/description match the included scripts: weather.sh fetches Open‑Meteo JSON and weather_strip.py builds an SVG/HTML weather strip. There are no unrelated credentials, binaries, or config paths required.
Instruction Scope
SKILL.md directs the agent to run the included scripts and to embed the generated HTML in a digest. The scripts only fetch data from Open‑Meteo (and the SKILL.md shows an example geocoding URL to open-meteo's geocoding API). Note: using --output will write files to arbitrary paths (examples reference a home directory), so verify output paths before running to avoid accidental overwrites.
Install Mechanism
No install spec is provided (instruction-only). The code uses standard tools (curl in the shell script and Python's stdlib in the Python script). No external packages or downloads are installed by the skill.
Credentials
The skill requires no environment variables, API keys, or secrets. It only contacts api.open-meteo.com (and the geocoding API on open-meteo) which matches the declared purpose.
Persistence & Privilege
always is false and the skill does not request elevated or persistent system presence. It does not modify other skills' configs. Autonomous invocation is allowed by default (normal for skills).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install open-meteo - 安装完成后,直接呼叫该 Skill 的名称或使用
/open-meteo触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Open-Meteo API weather skill with interactive SVG Weather Strip widget. Hourly/daily forecasts, multi-city travel scheduling, smooth line graphs, sky gradient backgrounds, scrubber interaction, moon phases, digest integration.
元数据
常见问题
Open-Meteo Weather + Weather Strip 是什么?
Get weather forecasts via Open-Meteo API (free, no API key). Use when: user asks about weather, temperature, rain probability, UV index, wind, or forecasts f... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 441 次。
如何安装 Open-Meteo Weather + Weather Strip?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install open-meteo」即可一键安装,无需额外配置。
Open-Meteo Weather + Weather Strip 是免费的吗?
是的,Open-Meteo Weather + Weather Strip 完全免费(开源免费),可自由下载、安装和使用。
Open-Meteo Weather + Weather Strip 支持哪些平台?
Open-Meteo Weather + Weather Strip 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Open-Meteo Weather + Weather Strip?
由 pete dapkus(@dapkus)开发并维护,当前版本 v1.0.0。
推荐 Skills