← 返回 Skills 市场
phucanh08

Weather Api 1

作者 phucanh08 · GitHub ↗ · v1.0.1
cross-platform ✓ 安全检测通过
1118
总下载
0
收藏
4
当前安装
2
版本数
在 OpenClaw 中安装
/install weather-api-1
功能描述
Fetch weather data for construction scheduling. Historical data, forecasts, and risk assessment for outdoor work.
安全使用建议
This skill is internally consistent for fetching and assessing weather for construction. Before installing, note: (1) it makes outbound HTTP requests to a public weather API (Open‑Meteo) and will transmit location coordinates — if location privacy is a concern, avoid sharing precise coordinates; (2) the provided Python code depends on packages (requests, pandas) that the runtime must have available; (3) there is a small metadata/version mismatch in the included _meta.json; and (4) as with any skill that calls external services, verify you trust the source and your runtime's network policies. If you need offline operation or stricter privacy, request a variant that runs against an internal weather service or that documents data retention/usage.
功能分析
Type: OpenClaw Skill Name: weather-api-1 Version: 1.0.1 The skill bundle is benign. The Python code in SKILL.md uses the `requests` library to fetch weather data from the legitimate `api.open-meteo.com` endpoint, which aligns with its stated purpose of providing weather information for construction scheduling. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, prompt injection attempts against the agent, or obfuscation. The code only interacts with the specified public API and processes the returned data.
能力评估
Purpose & Capability
Name/description (construction weather, historical/forecast/risk assessment) align with the provided Python client code that calls a public weather API (Open-Meteo) and contains construction-specific risk thresholds. There are no unrelated environment variables, binaries, or config paths requested. Minor note: _meta.json version (1.0.0) differs from registry version (1.0.1) — likely a packaging metadata mismatch but not a security red flag.
Instruction Scope
SKILL.md contains a complete Python implementation that only performs HTTP calls to a public weather API, parses responses, and computes risk assessments. The instructions/code do not direct reading of arbitrary host files, other credentials, or unrelated system state. It will send location coordinates in API requests (expected for weather lookups) — users should be aware that location data is transmitted to the weather API.
Install Mechanism
This is an instruction-only skill with no install spec and no code files executed by an installer. That lowers the installation risk. The code depends on Python packages (requests, pandas) which are not declared as required binaries — the agent/runtime must already provide them; this is an operational consideration but not an incoherence.
Credentials
No environment variables, credentials, or config paths are requested. The skill sensibly does not ask for unrelated secrets. It does perform network calls to a public API (Open-Meteo) which requires no API key in this implementation.
Persistence & Privilege
Skill does not request persistent presence (always: false) and does not attempt to modify other skills or system-wide settings. Model invocation is enabled (default), which is normal for user-invocable skills.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install weather-api-1
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /weather-api-1 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Internal metadata updated in _meta.json. - No user-facing or functional changes.
v1.0.0
Initial release of Weather API for Construction: - Fetches historical and forecast weather data using Open-Meteo API. - Provides structured weather conditions including temperature, humidity, wind speed, and precipitation. - Assesses workability and risk levels for common construction activities based on weather thresholds. - Offers recommendations and a summary of affected activities through risk assessment. - Supports data conversion to pandas DataFrame for easy analysis.
元数据
Slug weather-api-1
版本 1.0.1
许可证
累计安装 4
当前安装数 4
历史版本数 2
常见问题

Weather Api 1 是什么?

Fetch weather data for construction scheduling. Historical data, forecasts, and risk assessment for outdoor work. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1118 次。

如何安装 Weather Api 1?

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

Weather Api 1 是免费的吗?

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

Weather Api 1 支持哪些平台?

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

谁开发了 Weather Api 1?

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

💬 留言讨论