← 返回 Skills 市场
Weather Like Test
作者
guxiaolong01
· GitHub ↗
· v0.1.0
970
总下载
1
收藏
3
当前安装
1
版本数
在 OpenClaw 中安装
/install weather-like-test
功能描述
Get current weather and forecasts (no API key required).
安全使用建议
This skill simply runs curl against wttr.in and Open-Meteo to fetch weather — no API keys or local credentials are requested. Before installing, consider: (1) privacy: queries and your IP go to third-party servers (avoid sending exact home addresses if that matters); (2) network policy: the agent will make outbound HTTP(S) requests, which may be restricted in sensitive environments; (3) ensure curl is available on the host. If you need fully offline or private weather data, use a local data source or an enterprise-approved API instead.
功能分析
Type: OpenClaw Skill
Name: weather-like-test
Version: 0.1.0
The skill is benign. It uses `curl` to fetch weather data from legitimate, public APIs (`wttr.in` and `api.open-meteo.com`), as explicitly stated in `SKILL.md`. The instructions are clear, do not attempt prompt injection, and the only file system interaction is writing a temporary image to `/tmp/weather.png`, which is a standard and non-sensitive operation. There is no evidence of data exfiltration, malicious execution, persistence, or obfuscation.
能力评估
Purpose & Capability
The skill's name/description match its behavior: SKILL.md shows curl examples for wttr.in and Open-Meteo, which is exactly what a no-API-key weather helper needs. The only declared binary dependency is curl, which is appropriate.
Instruction Scope
Runtime instructions are limited to curl requests to public weather services and an optional download to /tmp/weather.png. The skill does not instruct reading local files, environment variables, or other system configuration. Note: each request sends the queried location (and the caller's IP) to third-party servers, which is expected but has privacy implications.
Install Mechanism
No install spec or code is present (instruction-only). This is low risk: nothing is written to disk or fetched at install time by the skill itself.
Credentials
No environment variables, credentials, or config paths are requested. The lack of secrets or unrelated credentials is proportionate to the stated purpose.
Persistence & Privilege
The skill does not request persistent presence (always:false) and does not modify other skills or system configuration. Autonomous invocation is allowed by default but not especially concerning here given the minimal scope.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install weather-like-test - 安装完成后,直接呼叫该 Skill 的名称或使用
/weather-like-test触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Test
元数据
常见问题
Weather Like Test 是什么?
Get current weather and forecasts (no API key required). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 970 次。
如何安装 Weather Like Test?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install weather-like-test」即可一键安装,无需额外配置。
Weather Like Test 是免费的吗?
是的,Weather Like Test 完全免费(开源免费),可自由下载、安装和使用。
Weather Like Test 支持哪些平台?
Weather Like Test 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Weather Like Test?
由 guxiaolong01(@guxiaolong01)开发并维护,当前版本 v0.1.0。
推荐 Skills