← 返回 Skills 市场
Weather
作者
asterisk622
· GitHub ↗
· v1.0.3
· MIT-0
324
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install xiaoding-weather
功能描述
Get current weather and forecasts (no API key required).
安全使用建议
This skill is coherent and lightweight, but remember it issues network requests: the remote services (wttr.in, Open‑Meteo) will see the queried location and your client IP. If you care about location privacy, avoid sending precise addresses or use a privacy-preserving network. Ensure curl is present on the agent host. For programmatic JSON, prefer Open‑Meteo; for quick human-readable output use wttr.in. If you see any additional env vars, install steps, or code files added later, re-check — such changes would need a fresh review.
功能分析
Type: OpenClaw Skill
Name: xiaoding-weather
Version: 1.0.3
The skill provides legitimate instructions for fetching weather data from public APIs (wttr.in and open-meteo.com) using curl. The examples in SKILL.md are standard API usage patterns and do not contain any evidence of data exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
Name/description (weather, no API key) match the declared requirement (curl) and the SKILL.md which calls wttr.in and Open‑Meteo. Asking for curl is reasonable and proportionate.
Instruction Scope
Instructions are limited to curl commands against wttr.in and api.open-meteo.com and include examples for text and PNG outputs. Note: these examples send location queries and your client IP to the external services (privacy consideration), and one example writes a PNG to /tmp. No instructions read local files, environment variables, or other system config.
Install Mechanism
No install spec or code files — instruction-only. This minimizes on-disk risk; nothing is downloaded or executed beyond the user/agent running curl.
Credentials
No environment variables, credentials, or config paths are requested. Requested capabilities are limited to the single binary (curl) required to perform HTTP requests.
Persistence & Privilege
always is false and the skill does not request persistent or system-wide changes. It does not modify other skills or require elevated privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install xiaoding-weather - 安装完成后,直接呼叫该 Skill 的名称或使用
/xiaoding-weather触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
- No visible changes; this is a metadata-only or placeholder version bump.
- All features and documentation remain the same.
v1.0.2
- No file changes detected in this version.
- No updates or new features introduced.
v1.0.1
- Improved documentation for using the weather skill, with clear examples and tips.
- Now highlights two free weather services: wttr.in (primary) and Open-Meteo (fallback, JSON).
- No API key required for either service.
- Updated usage formats for current, compact, and full forecast outputs.
- Enhanced tips for location formats, units, and image output options.
元数据
常见问题
Weather 是什么?
Get current weather and forecasts (no API key required). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 324 次。
如何安装 Weather?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install xiaoding-weather」即可一键安装,无需额外配置。
Weather 是免费的吗?
是的,Weather 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Weather 支持哪些平台?
Weather 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Weather?
由 asterisk622(@asterisk622)开发并维护,当前版本 v1.0.3。
推荐 Skills