← 返回 Skills 市场
yuboon

weather-skill-yub

作者 风象南 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
256
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install weather-skill-yub
功能描述
查询全球任意城市天气,支持中文城市名
安全使用建议
This skill is small, self-contained, and does what it says: fetches JSON from wttr.in or returns a local sample in offline mode. Before installing, consider that: (1) the skill will perform plain HTTP requests to wttr.in (use offline mode if you want no network calls); (2) the package's homepage/source are generic (example.com / unknown), so if provenance matters, verify the publisher or run the included tests locally; (3) review the simple scripts/weather.py yourself if you need to confirm there is no unexpected behavior.
功能分析
Type: OpenClaw Skill Name: weather-skill-yub Version: 1.0.0 The skill is a straightforward weather query tool that fetches data from the public wttr.in API. The implementation in scripts/weather.py uses standard Python libraries, includes proper URL encoding for city names, and provides a legitimate offline mode for testing. No indicators of data exfiltration, malicious execution, or prompt injection were found.
能力评估
Purpose & Capability
Name/description say 'query global city weather'; the Python script queries wttr.in and returns temperature, humidity, wind, etc. There are no unrelated binaries, env vars, or config paths requested. (Minor note: the homepage is a placeholder example.com and the package source is 'unknown', but this affects provenance, not behavior.)
Instruction Scope
SKILL.md instructs running the included script and describes an --offline demo mode. The runtime instructions only cause an HTTP request to wttr.in (or return a local sample when offline). The instructions do not read arbitrary files, environment variables, or send data to unexpected endpoints.
Install Mechanism
There is no install specification (instruction-only), and the shipped code is small and self-contained. Nothing is downloaded or extracted at install time.
Credentials
The skill declares no required environment variables, credentials, or config paths. The code likewise does not access secrets or external credentials.
Persistence & Privilege
Skill does not request always:true and does not attempt to modify other skills or system-wide settings. It is user-invocable and may be invoked autonomously by the agent (platform default), which is expected for a skill.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install weather-skill-yub
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /weather-skill-yub 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug weather-skill-yub
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

weather-skill-yub 是什么?

查询全球任意城市天气,支持中文城市名. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 256 次。

如何安装 weather-skill-yub?

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

weather-skill-yub 是免费的吗?

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

weather-skill-yub 支持哪些平台?

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

谁开发了 weather-skill-yub?

由 风象南(@yuboon)开发并维护,当前版本 v1.0.0。

💬 留言讨论