← 返回 Skills 市场
redapp

Whale Weather 🐳

作者 RedApp · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
148
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install whale-weather
功能描述
全球城市天气查询与对比工具。支持中英文城市名,具备多语言输出、动态数据源切换(Open-Meteo)及精准大城市定位功能。
安全使用建议
This skill looks coherent and limited to querying Open‑Meteo and printing results. Before installing/using it: 1) Verify you have python3 available (the scripts call python3 but the registry metadata omitted this). 2) Inspect the included scripts (they’re short) and only run them from a safe environment. 3) Note the code calls only Open‑Meteo endpoints; if you need to route traffic through proxies, be aware the script comment about disabling proxy env variables is inaccurate (the Python urllib call will still respect proxy env vars). 4) Because the source is 'unknown', prefer running the scripts in a sandbox or reviewing them locally before allowing an agent to execute them automatically.
能力评估
Purpose & Capability
The code and SKILL.md align with a weather lookup tool using Open‑Meteo (geocoding-api.open-meteo.com and api.open-meteo.com). However, the repository/registry metadata lists 'required binaries: none' while the scripts enforce the presence of python3 (require_cmd python3). Requiring python3 is reasonable for this skill but the metadata omission is an inconsistency.
Instruction Scope
Runtime instructions only tell the agent to run the included bash scripts, which in turn perform HTTPS calls to Open‑Meteo services and print sanitized results. The scripts do not read arbitrary files, environment secrets, or send data to third‑party endpoints outside Open‑Meteo. One misleading comment claims 'disable proxy env to prevent intercept/injection' but the code does not actually unset proxy environment variables — urllib will still respect HTTP(S)_PROXY if present.
Install Mechanism
There is no install spec; this is instruction + script based and nothing is downloaded or written during install. That is proportionate for a simple CLI-style skill.
Credentials
The skill requests no credentials or config paths (appropriate for a public weather API). The scripts do require python3 at runtime, which is not declared in registry 'required binaries'. There are no environment-variable reads or secret usage in the code.
Persistence & Privilege
always is false and the skill does not request persistent or elevated platform privileges, nor does it modify other skills or system settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install whale-weather
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /whale-weather 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release with Global I18N and Open-Meteo support
元数据
Slug whale-weather
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Whale Weather 🐳 是什么?

全球城市天气查询与对比工具。支持中英文城市名,具备多语言输出、动态数据源切换(Open-Meteo)及精准大城市定位功能。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 148 次。

如何安装 Whale Weather 🐳?

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

Whale Weather 🐳 是免费的吗?

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

Whale Weather 🐳 支持哪些平台?

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

谁开发了 Whale Weather 🐳?

由 RedApp(@redapp)开发并维护,当前版本 v1.0.0。

💬 留言讨论