← 返回 Skills 市场
lei335

weather

作者 lonika · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
125
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install weather23
功能描述
Get current weather and forecasts (no API key required).
安全使用建议
This skill is coherent and low-risk: it will make network requests to wttr.in and Open-Meteo using curl and will send whatever location text you provide to those services. Ensure you are comfortable with that network traffic and avoid sending sensitive or private location strings. Confirm curl is available on your system. If you need stronger privacy guarantees, consider using Open-Meteo (JSON) with coordinates or hosting your own weather endpoint, and note the minor ownerId mismatch in metadata if provenance is important to you.
功能分析
Type: OpenClaw Skill Name: weather23 Version: 1.0.0 The skill is a straightforward utility for retrieving weather information using well-known public APIs (wttr.in and open-meteo.com) via curl. The instructions in SKILL.md are consistent with the stated purpose and do not contain any malicious commands, data exfiltration attempts, or prompt injection attacks.
能力评估
Purpose & Capability
The name/description (weather, no API key) align with the runtime instructions to query wttr.in and Open-Meteo via curl. Minor metadata inconsistency: registry Owner ID (kn74...) differs from _meta.json ownerId (kn70...), which looks like a bookkeeping mismatch but does not affect functionality.
Instruction Scope
SKILL.md only instructs the agent to run curl against wttr.in and api.open-meteo.com and optionally write a PNG to /tmp; these actions are appropriate for a weather skill. Note: queries send the location strings to third-party services, so location data will be transmitted to those endpoints.
Install Mechanism
No install spec and no code files — the skill is instruction-only and requires only the curl binary to be present. This is low risk and proportionate to the stated purpose.
Credentials
The skill requests no environment variables, credentials, or config paths, which is appropriate for a read-only weather lookup service.
Persistence & Privilege
always is false and the skill does not request persistent system changes or modify other skills. It only performs ephemeral network calls and optional writes to /tmp.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install weather23
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /weather23 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release. - Provides current weather and forecasts without requiring an API key. - Supports wttr.in for quick or detailed text-based weather info. - Includes Open-Meteo as a JSON fallback option for programmatic access.
元数据
Slug weather23
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

weather 是什么?

Get current weather and forecasts (no API key required). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 125 次。

如何安装 weather?

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

weather 是免费的吗?

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

weather 支持哪些平台?

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

谁开发了 weather?

由 lonika(@lei335)开发并维护,当前版本 v1.0.0。

💬 留言讨论