← 返回 Skills 市场
luckisnow

Weather Checker

作者 luckisnow · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
606
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install weather-checker
功能描述
Command-line weather checker tool with global city support, temperature, precipitation, and probability display with emoji formatting
安全使用建议
This appears to be a straightforward, coherent CLI weather tool. Before installing: (1) inspect the included weather_checker.py (the package already contains it) rather than blindly running curl; (2) verify the GitHub homepage/raw URL actually points to the expected repository (the docs use a placeholder 'yourusername'); (3) avoid running any downloaded script with sudo or piping to shell — if you want a global command, create the symlink only after manual inspection; (4) be aware it needs outbound network access to Open‑Meteo (no API keys required). If any of these checks fail or the upstream repo differs from the packaged file, do not install.
功能分析
Type: OpenClaw Skill Name: weather-checker Version: 1.0.0 The skill is classified as suspicious due to installation instructions in `SKILL.md` and `README.md` that involve downloading a script from a remote URL (`curl -O https://raw.githubusercontent.com/yourusername/weather-checker/main/weather_checker.py`) and using `sudo` for system-wide symbolic link creation (`sudo ln -sf $(pwd)/weather_checker.py /usr/local/bin/weather-checker`). While the core `weather_checker.py` script appears benign and performs its stated function, these installation steps introduce supply chain and privilege escalation vulnerabilities, respectively, without clear malicious intent from the skill itself.
能力评估
Purpose & Capability
Name/description match the implementation: the code is a Python CLI that geocodes city names and requests forecast data from Open‑Meteo. Declared required binary (python3) and the pip dependency (requests) are appropriate and proportional.
Instruction Scope
SKILL.md/README only instructs installing requests, downloading the script from the project's raw GitHub URL, and optionally linking it into /usr/local/bin. Runtime behavior in the included Python file matches the documented behavior (calls Open‑Meteo geocoding and forecast endpoints). Minor inconsistencies: README mentions a setup.sh that is not included, and the download URL and homepage use a placeholder username (yourusername) — you should verify the upstream repo before running the curl command.
Install Mechanism
There is no formal install spec in the registry (instruction-only). SKILL.md suggests curl to download the raw script from raw.githubusercontent.com and optionally creating a sudo symlink — these are common but carry the usual risk of executing code you downloaded. Because the skill bundle already contains weather_checker.py, you can inspect the shipped file instead of fetching from the raw URL.
Credentials
The skill requests no environment variables, no credentials, and no config paths. Network access to Open‑Meteo endpoints is required and is consistent with the stated purpose.
Persistence & Privilege
always:false and no special privileges requested. The only persistence the docs suggest is an optional user action to create a symlink (may require sudo) — this is a user-installed convenience and not performed automatically by the skill.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install weather-checker
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /weather-checker 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of weather-checker command-line tool. - Supports weather queries for global cities with temperature, precipitation, and probability display. - Features pretty, simple, and JSON output formats with emoji and color highlighting. - Provides 7-day forecasts using the Open-Meteo API, no API key required. - Includes error handling for network and input issues.
元数据
Slug weather-checker
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Weather Checker 是什么?

Command-line weather checker tool with global city support, temperature, precipitation, and probability display with emoji formatting. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 606 次。

如何安装 Weather Checker?

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

Weather Checker 是免费的吗?

是的,Weather Checker 完全免费(开源免费),可自由下载、安装和使用。

Weather Checker 支持哪些平台?

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

谁开发了 Weather Checker?

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

💬 留言讨论