← 返回 Skills 市场
alex098929

Weather Forecast

作者 alex098929 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
571
总下载
1
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install weather-forecast
功能描述
This skill should be used when users ask about weather forecasts, temperature information, or need to retrieve weather data for specific locations. It provid...
安全使用建议
This skill appears safe and does what it says: it runs a local Python script that queries api.open-meteo.com and prints a summary and raw JSON. Before installing, consider: (1) SKILL.md mentions geocoding but provides no provider — the agent may call an external geocoding API (causing outbound network requests) or ask the user for coordinates, so if you have privacy concerns supply coordinates yourself; (2) the script will make outbound HTTPS requests to Open‑Meteo — ensure you’re comfortable with that domain; (3) no credentials or installs are required. If you need deterministic behavior, ask the maintainer to include or document the geocoding method or require the user to provide coordinates.
功能分析
Type: OpenClaw Skill Name: weather-forecast Version: 1.0.0 The weather-forecast skill is a legitimate tool for retrieving weather data from the Open-Meteo API. The core logic in `scripts/get_weather.py` uses Python's standard library to perform safe, parameterized HTTP requests with input validation for coordinates. There is no evidence of data exfiltration, malicious execution, or prompt injection attempts in the instructions (`SKILL.md`) or documentation.
能力评估
Purpose & Capability
Name/description match the included script and reference docs. The script calls only the Open‑Meteo API (a free, no‑auth service) and returns hourly temperature data as promised.
Instruction Scope
SKILL.md correctly describes extracting locations and running the bundled script, but it instructs the agent to 'use geocoding' for city names without providing an implementation or naming a provider — this leaves the agent discretion to call an external geocoding service or to ask the user for coordinates.
Install Mechanism
No install spec is present (instruction-only with a bundled script). The Python script uses only standard libraries and no external downloads or extracted archives are required.
Credentials
The skill declares no environment variables, no credentials, and no config paths. The Open‑Meteo API requires no authentication, so requested access appears proportionate.
Persistence & Privilege
The skill is not always‑on, does not request elevated privileges, and does not modify other skills or system settings. It runs as-needed and only performs outbound requests to the Open‑Meteo API when invoked.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install weather-forecast
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /weather-forecast 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the weather-forecast skill. - Provides hourly temperature forecasts for any worldwide location using the Open-Meteo API. - Supports location extraction from city names or geographic coordinates. - Includes automatic geocoding for common cities and instructions to handle descriptive or coordinate-based queries. - Standardizes weather queries with reusable scripts, consistent error handling, and automated data extraction. - Presents weather summaries in natural language, with support for current and future forecasts.
元数据
Slug weather-forecast
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Weather Forecast 是什么?

This skill should be used when users ask about weather forecasts, temperature information, or need to retrieve weather data for specific locations. It provid... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 571 次。

如何安装 Weather Forecast?

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

Weather Forecast 是免费的吗?

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

Weather Forecast 支持哪些平台?

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

谁开发了 Weather Forecast?

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

💬 留言讨论