← 返回 Skills 市场
Weather
作者
Peter Steinberger
· GitHub ↗
· v1.0.0
161524
总下载
418
收藏
3905
当前安装
1
版本数
在 OpenClaw 中安装
/install weather
功能描述
Get current weather and forecasts (no API key required).
安全使用建议
Safe for normal weather lookups. Avoid entering precise home coordinates if you do not want those coordinates shared with the weather services.
功能分析
Type: OpenClaw Skill
Name: weather
Version: 1.0.0
The skill bundle is benign. It uses `curl` to fetch weather data from legitimate public APIs (`wttr.in` and `api.open-meteo.com`), as described in `SKILL.md`. The only file operation is writing a temporary image to `/tmp/weather.png`, which is a safe and expected behavior for displaying weather. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, prompt injection attempts against the agent, or obfuscation.
能力评估
Purpose & Capability
The stated purpose is current weather and forecasts, and the artifact only provides commands for wttr.in and Open-Meteo weather lookups.
Instruction Scope
Instructions are user-invoked examples for weather queries; they do not direct autonomous actions, broad file access, credential use, or system changes.
Install Mechanism
There is no installer or executable script in the artifact; metadata only declares a dependency on the curl binary.
Credentials
External network requests are expected for weather data, but queried city names, airport codes, or coordinates are sent to wttr.in or Open-Meteo.
Persistence & Privilege
No background process, privilege escalation, credential storage, or persistent local state is requested; the only file example writes an optional PNG to /tmp/weather.png.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install weather - 安装完成后,直接呼叫该 Skill 的名称或使用
/weather触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
元数据
常见问题
Weather 是什么?
Get current weather and forecasts (no API key required). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 161524 次。
如何安装 Weather?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install weather」即可一键安装,无需额外配置。
Weather 是免费的吗?
是的,Weather 完全免费(开源免费),可自由下载、安装和使用。
Weather 支持哪些平台?
Weather 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Weather?
由 Peter Steinberger(@steipete)开发并维护,当前版本 v1.0.0。
推荐 Skills