← 返回 Skills 市场
Weather Test
作者
tongguanghai
· GitHub ↗
· v1.0.0
· MIT-0
124
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install weather-test1
功能描述
Get current weather and forecasts (no API key required).
安全使用建议
This skill is coherent and low-risk: it simply runs curl against wttr.in and Open-Meteo and asks for no secrets. Points to consider before installing: (1) the package metadata contains a differing ownerId/slug — verify the publisher if that matters to you; (2) these are third-party services, so queries go over the network and the service operator may log requests (avoid sending sensitive location data if you care about privacy); (3) the example saves a PNG to /tmp if used — that file is written locally and may be accessible to other users on the same host. If those issues are acceptable, the skill is reasonable to install.
功能分析
Type: OpenClaw Skill
Name: weather-test1
Version: 1.0.0
The skill provides standard instructions for retrieving weather data from legitimate public APIs (wttr.in and open-meteo.com) using curl. The functionality is transparent, aligns with the stated purpose, and does not involve sensitive data access or suspicious execution patterns.
能力评估
Purpose & Capability
Name/description match the instructions: the skill only calls public weather services (wttr.in, open-meteo) using curl. Required binary (curl) is appropriate. One minor metadata inconsistency: _meta.json lists a different ownerId and slug than the registry metadata, which looks like a packaging/metadata mismatch but does not change runtime behavior.
Instruction Scope
SKILL.md contains precise curl examples and explains formats and parameters. Instructions only perform network queries to public weather endpoints and an optional write to /tmp for a PNG; they do not ask the agent to read arbitrary files, environment variables, or other system state.
Install Mechanism
No install spec and no code files — instruction-only. This is the lowest-risk install profile; nothing is downloaded or written by an installer.
Credentials
The skill requests no environment variables or credentials, which is proportional for public, no-key weather APIs. There are no surprising credential requests.
Persistence & Privilege
always:false and default invocation settings are appropriate. The skill does not request persistent presence or modify other skills or system-wide configuration.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install weather-test1 - 安装完成后,直接呼叫该 Skill 的名称或使用
/weather-test1触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the weather skill.
- Provides current weather and forecasts using wttr.in and Open-Meteo, no API key required.
- Supports compact, full, and programmatic weather queries via curl.
- Includes example commands, format codes, and usage tips for both services.
元数据
常见问题
Weather Test 是什么?
Get current weather and forecasts (no API key required). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 124 次。
如何安装 Weather Test?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install weather-test1」即可一键安装,无需额外配置。
Weather Test 是免费的吗?
是的,Weather Test 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Weather Test 支持哪些平台?
Weather Test 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Weather Test?
由 tongguanghai(@tongguanghai)开发并维护,当前版本 v1.0.0。
推荐 Skills