← 返回 Skills 市场
2449
总下载
3
收藏
15
当前安装
1
版本数
在 OpenClaw 中安装
/install weathercli
功能描述
Get current weather conditions and forecasts for any location worldwide. Returns structured data with temperature, humidity, wind, precipitation, and more. No API key required.
安全使用建议
This appears coherent, but before installing: (1) verify the GitHub repository (pjtf93/weathercli) and read the source or release checksums to ensure the binary matches expectations; (2) prefer installing from a trusted package/release or build from source if you have concerns; (3) be aware 'go install' requires the Go toolchain and network access; (4) the skill uses Open‑Meteo (no API key) so no credentials are needed — verify that behavior in the source if you need higher assurance; (5) if you do not want the agent to call external binaries autonomously, disable autonomous invocation or avoid installing the CLI on hosts the agent can access.
功能分析
Type: OpenClaw Skill
Name: weathercli
Version: 0.1.0
The `SKILL.md` file includes explicit instructions for installing the `weathercli` tool using `go install github.com/pjtf93/weathercli/cmd/weathercli@latest` if it's not available. While the stated purpose of the skill is benign (retrieving weather information), instructing an AI agent to fetch and execute code from an external GitHub repository represents a supply chain risk. This is a risky capability without clear malicious intent, as it allows arbitrary code execution from an external source, fitting the criteria for 'suspicious'.
能力评估
Purpose & Capability
Name/description claim retrieving weather data aligns with the SKILL.md which documents a CLI that uses Open‑Meteo (no API key). The declared lack of required env vars/credentials matches the stated purpose.
Instruction Scope
Runtime instructions only tell the agent to call the local weathercli binary (with --json recommended) and how to interpret outputs; they do not instruct reading unrelated files, harvesting environment variables, or sending data to unexpected endpoints.
Install Mechanism
There is no automatic install spec in the registry (lowest risk). SKILL.md suggests installing via 'go install github.com/pjtf93/weathercli' or downloading releases from GitHub — a normal user-side install path but it requires trusting that third‑party GitHub repo/source and a networked build/install.
Credentials
The skill requests no environment variables, credentials, or config paths, consistent with using a free, no‑key API (Open‑Meteo).
Persistence & Privilege
always is false and the skill does not request persistent/system privileges. It can be invoked autonomously (platform default), which is expected for skills of this type.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install weathercli - 安装完成后,直接呼叫该 Skill 的名称或使用
/weathercli触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
- Initial release of weathercli.
- Provides real-time current weather and detailed forecast (daily or hourly) for any location worldwide—no API key required.
- Supports flexible location input, human-readable and JSON outputs, and structured data including temperature, humidity, wind, precipitation, UV index, and more.
- Includes location search with coordinates and timezone info.
- Easy CLI usage with clear error messages, best practices, and installation instructions.
- Uses Open-Meteo API with worldwide coverage and local timezone adjustment.
元数据
常见问题
Weathercli 是什么?
Get current weather conditions and forecasts for any location worldwide. Returns structured data with temperature, humidity, wind, precipitation, and more. No API key required. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2449 次。
如何安装 Weathercli?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install weathercli」即可一键安装,无需额外配置。
Weathercli 是免费的吗?
是的,Weathercli 完全免费(开源免费),可自由下载、安装和使用。
Weathercli 支持哪些平台?
Weathercli 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Weathercli?
由 pjtf93(@pjtf93)开发并维护,当前版本 v0.1.0。
推荐 Skills