← 返回 Skills 市场
Weather
作者
onlyloveher
· GitHub ↗
· v1.0.0
· MIT-0
127
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install weather-zhouli
功能描述
Get current weather and forecasts (no API key required).
安全使用建议
This skill is lightweight and coherent with its purpose: it uses curl to query wttr.in and Open‑Meteo and requires no secrets. Before installing: (1) verify the publisher/source if you require provenance (metadata shows inconsistent owner/homepage values); (2) be aware network calls go to third-party sites—your IP/address may be visible and wttr.in can infer location if you omit a location parameter; (3) the skill may write temporary files (example saves a PNG to /tmp) so confirm that is acceptable; (4) if you prefer only officially maintained code, consider using a weather client from a known repository. If those points are acceptable, the skill appears safe to use.
功能分析
Type: OpenClaw Skill
Name: weather-zhouli
Version: 1.0.0
The skill provides legitimate instructions and examples for retrieving weather data from well-known public services (wttr.in and open-meteo.com) using standard curl commands. No malicious code, data exfiltration, or prompt injection attempts were found in SKILL.md or skill.yaml.
能力评估
Purpose & Capability
The skill's name/description and runtime instructions match: it retrieves weather via wttr.in and Open‑Meteo and requires only curl. However, there are minor metadata inconsistencies (registry Owner ID differs from _meta.json ownerId, and SKILL.md homepage points to wttr.in while skill.yaml homepage points to clawhub.com). These look like sloppy metadata, not capability mismatch, but you may want to verify the source.
Instruction Scope
SKILL.md only instructs the agent to run curl against wttr.in and api.open-meteo.com and to optionally save a PNG to /tmp. It does not instruct reading local secrets, system files, or unrelated environment variables. Note: calling these endpoints exposes the agent's network address to those services (wttr.in can infer location from IP if no location parameter is used).
Install Mechanism
There is no install spec and no code files — this is an instruction-only skill that runs commands at runtime. That minimizes local persistence and install-time risk.
Credentials
No environment variables or credentials are requested. This is proportionate for a weather lookup skill.
Persistence & Privilege
always is false and the skill does not request persistent presence or modify other skills/configs. Autonomous invocation is allowed by default but is not excessive for a simple utility.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install weather-zhouli - 安装完成后,直接呼叫该 Skill 的名称或使用
/weather-zhouli触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release.
- Get current weather and forecast for any location, no API key required.
- Uses wttr.in (primary) and Open-Meteo (JSON fallback).
- Simple curl commands and format options included.
- Supports compact, full, and image-based forecasts.
元数据
常见问题
Weather 是什么?
Get current weather and forecasts (no API key required). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 127 次。
如何安装 Weather?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install weather-zhouli」即可一键安装,无需额外配置。
Weather 是免费的吗?
是的,Weather 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Weather 支持哪些平台?
Weather 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Weather?
由 onlyloveher(@onlyloveher)开发并维护,当前版本 v1.0.0。
推荐 Skills