← 返回 Skills 市场
Weather Open‑Meteo
作者
DiogoSousa
· GitHub ↗
· v0.1.5
722
总下载
0
收藏
0
当前安装
6
版本数
在 OpenClaw 中安装
/install weather-open-meteo
功能描述
Get current weather and forecasts via open-meteo.com with optional fallback to wttr.in if available. No API key required.
安全使用建议
This skill appears coherent and limited to fetching weather from public APIs and formatting results with jq. Before installing: ensure you are comfortable with the agent making outbound requests (these calls reveal your IP and request headers to open-meteo and wttr.in). Also note one example uses http://wttr.in for PNG retrieval — prefer HTTPS if you need confidentiality. No API keys or credentials are required.
功能分析
Type: OpenClaw Skill
Name: weather-open-meteo
Version: 0.1.5
The skill bundle is benign, providing weather information via open-meteo.com and wttr.in using standard `curl` and `jq` commands. The `SKILL.md` clearly outlines the skill's purpose, dependencies, and usage, including examples that demonstrate safe URL encoding with `jq -sRr @uri`. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts against the agent. All network calls are directed to legitimate weather APIs.
能力评估
Purpose & Capability
Name/description (weather via open-meteo, fallback wttr.in) match the actual instructions and required binaries (curl, jq). No unexplained credentials, binaries, or config paths are requested.
Instruction Scope
Runtime instructions perform only network requests to open-meteo and wttr.in and use jq for URL encoding/JSON parsing. This is appropriate for the task. Note: the examples will make outbound HTTP(S) requests (including one wttr.in example using http:// for PNG); those calls expose the caller's IP and request metadata to the remote services.
Install Mechanism
Instruction-only skill with no install spec or downloadable code — lowest-risk installation footprint.
Credentials
No environment variables, credentials, or config paths requested. The required binaries (curl, jq) are proportionate to the described functionality.
Persistence & Privilege
Skill does not request always:true or any elevated persistence or system config changes. Default autonomous invocation is allowed but not unusual; the skill itself does not request additional privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install weather-open-meteo - 安装完成后,直接呼叫该 Skill 的名称或使用
/weather-open-meteo触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.5
address security review feedback on encoding examples.
v0.1.4
address security review feedback on encoding examples.
v0.1.3
rewrite weather-open-meteo SKILL.md with concise format and safer examples.
v0.1.2
Fix – safe URL‑encoding to eliminate RCE risk.
v0.1.1
Add jq dependency and enforce URL‑encoding of user locations.
v0.1.0
First public release – integration with open‑meteo.com
元数据
常见问题
Weather Open‑Meteo 是什么?
Get current weather and forecasts via open-meteo.com with optional fallback to wttr.in if available. No API key required. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 722 次。
如何安装 Weather Open‑Meteo?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install weather-open-meteo」即可一键安装,无需额外配置。
Weather Open‑Meteo 是免费的吗?
是的,Weather Open‑Meteo 完全免费(开源免费),可自由下载、安装和使用。
Weather Open‑Meteo 支持哪些平台?
Weather Open‑Meteo 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Weather Open‑Meteo?
由 DiogoSousa(@vdiogov)开发并维护,当前版本 v0.1.5。
推荐 Skills