← 返回 Skills 市场
276
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install weather-cli
功能描述
获取全球城市天气预报(使用 wttr.in 免费 API)
安全使用建议
This skill looks like documentation for a 'weather' command rather than an implemented skill. Before installing or enabling it, consider:
- Ask the author for the actual implementation or an install spec (how the 'weather' binary is provided). Without that, the agent cannot perform requests shown in the examples.
- If you plan to use a system 'weather' binary or install a third-party package, verify the package source and inspect its code — the SKILL.md does not provide it.
- The doc suggests using apt-get to install curl/jq — be aware that running package installs affects your system and requires privileges; prefer verifying packages from trusted repos.
- The data source is wttr.in (HTTP). If you integrate it yourself, check that your implementation uses the official wttr.in endpoints and doesn't send data to any other server.
- No credentials are requested, which is good. If you want a safer, usable skill, request that the maintainer add explicit runtime instructions (example curl commands to wttr.in) or an install section that installs a verified wrapper script from a known source.
Confidence is medium because the issue appears to be missing/insufficient implementation rather than malicious intent, but the lack of clarity means the skill is not ready for safe autonomous use.
功能分析
Type: OpenClaw Skill
Name: weather-cli
Version: 1.0.0
The skill bundle provides documentation for a weather CLI tool that utilizes the legitimate wttr.in service. It includes standard installation instructions for common dependencies (curl, jq) and usage examples for fetching weather data. No executable code, malicious instructions, or indicators of data exfiltration were found in SKILL.md or _meta.json.
能力评估
Purpose & Capability
The skill claims to provide a 'Weather CLI' using wttr.in, and shows usage examples for a 'weather' command, but the skill bundle contains no code, no install spec, and no wrapper that implements that command. It's unclear how the agent is expected to execute the shown commands; simply documenting a CLI without providing the binary or a clear runtime instruction is disproportionate to the stated purpose.
Instruction Scope
SKILL.md tells users to ensure curl and jq are installed and shows sample invocations, but it does not provide explicit runtime instructions for the agent (e.g., exact curl calls to wttr.in) nor any guidance about how the 'weather' command is provided. It also suggests apt-get (Debian/Ubuntu) which assumes an environment; this is not harmful but narrows applicability and may mislead the agent/operator.
Install Mechanism
There is no install spec (instruction-only skill). That is low-risk from an installation standpoint — nothing will be downloaded or written by the registry. However, because no implementation is provided, end-users would have to obtain or implement the 'weather' CLI themselves.
Credentials
The skill requests no environment variables, no credentials, and no config paths. This is proportionate for a read-only weather lookup service backed by wttr.in.
Persistence & Privilege
The skill does not request always: true and does not modify system or other skills. Autonomous invocation is allowed by default but combined with the other issues this increases the importance of clarifying runtime behavior.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install weather-cli - 安装完成后,直接呼叫该 Skill 的名称或使用
/weather-cli触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of weather-cli.
- Provides free global weather forecasts via the wttr.in API, no API key required.
- Supports querying by city name (Chinese or English).
- Allows unit selection (Celsius or Fahrenheit) and optional full or JSON output.
- Requires curl (all modes) and jq (for JSON mode).
- Example usage and parameter descriptions included in documentation.
元数据
常见问题
Weather Cli 是什么?
获取全球城市天气预报(使用 wttr.in 免费 API). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 276 次。
如何安装 Weather Cli?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install weather-cli」即可一键安装,无需额外配置。
Weather Cli 是免费的吗?
是的,Weather Cli 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Weather Cli 支持哪些平台?
Weather Cli 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Weather Cli?
由 nickcen(@nickcen)开发并维护,当前版本 v1.0.0。
推荐 Skills