← 返回 Skills 市场
Weather Test
作者
ErhWen Kuo
· GitHub ↗
· v1.0.0
· MIT-0
122
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install weather-test
功能描述
Get current weather and forecasts (no API key required).
安全使用建议
This skill appears coherent and low-risk: it simply runs curl against public weather APIs and requires no secrets. Before installing, confirm you are comfortable allowing the agent to make outbound HTTP requests (the agent may call these endpoints autonomously unless you disable that behavior), and ensure curl is available in the runtime environment. Be aware that queries transmit the location strings you provide to third-party services (wttr.in, open-meteo), so avoid sending sensitive or private location data. Finally, note the small metadata mismatch about the required binary (curl) — that's expected, not malicious; verify curl is present if you want the examples to work.
功能分析
Type: OpenClaw Skill
Name: weather-test
Version: 1.0.0
The skill bundle provides legitimate instructions and examples for retrieving weather data from public, no-API-key services (wttr.in and open-meteo.com) using curl. The content in SKILL.md is well-documented, aligns with the stated purpose, and contains no evidence of malicious execution, data exfiltration, or prompt injection.
能力评估
Purpose & Capability
The skill's name/description (weather, no API key) matches the instructions (curl to wttr.in and Open-Meteo). Minor metadata mismatch: SKILL.md metadata lists curl as a required binary, but the registry 'Requirements' section lists no required binaries. Requiring curl is reasonable for this skill.
Instruction Scope
Runtime instructions are limited to issuing HTTP requests (curl) to public weather services and optionally saving a PNG to /tmp. The instructions do not ask the agent to read unrelated files, access credentials, or transmit data to unexpected endpoints.
Install Mechanism
There is no install spec and no code files — the skill is instruction-only, which minimizes on-disk risk. It relies on existing system tools (curl) rather than downloading artifacts.
Credentials
The skill requests no environment variables, secrets, or config paths. This is proportionate to the stated functionality (public, keyless APIs).
Persistence & Privilege
The skill is not always-enabled and uses the platform default for autonomous invocation. It does not request elevated persistence or modify other skills' configuration.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install weather-test - 安装完成后,直接呼叫该 Skill 的名称或使用
/weather-test触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release: Get current weather and forecasts with wttr.in (default) or Open-Meteo (fallback), no API key required.
- Example curl commands provided for quick, compact, and full weather forecasts.
- Supports weather for cities and airport codes; options for metric/USCS units and forecast image output.
- Open-Meteo integration offers JSON-format weather for programmatic use.
元数据
常见问题
Weather Test 是什么?
Get current weather and forecasts (no API key required). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 122 次。
如何安装 Weather Test?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install weather-test」即可一键安装,无需额外配置。
Weather Test 是免费的吗?
是的,Weather Test 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Weather Test 支持哪些平台?
Weather Test 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Weather Test?
由 ErhWen Kuo(@erhwenkuo)开发并维护,当前版本 v1.0.0。
推荐 Skills