← 返回 Skills 市场
alexfeng75

Weather Open-Meteo

作者 alexfeng75 · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
332
总下载
0
收藏
3
当前安装
1
版本数
在 OpenClaw 中安装
/install weather-openmeteo
功能描述
Get current weather and forecasts using Open-Meteo API (no API key required). Optimized for PowerShell environments with Chinese support.
安全使用建议
Do not run or allow this skill to change your system until you verify the actual scripts. The SKILL.md repeatedly references .ps1 files (weather-en.ps1, weather-cn.ps1, weather.ps1, etc.), but the registry/scan shows no code files included — ask the author for the full script sources or an updated package. If you obtain the scripts, inspect them for: (1) unexpected network endpoints beyond open-meteo.com, (2) any code that reads/writes sensitive files or transmits data elsewhere, and (3) obfuscated or encoded commands. Be cautious about running Set-ExecutionPolicy RemoteSigned — it relaxes script execution restrictions; only apply it after reviewing the scripts and preferably run them in a sandbox or limited account first. If the author provides the missing .ps1 files, re-run the evaluation with those file contents; if they cannot be provided, treat the skill as incomplete and avoid executing the referenced commands.
功能分析
Type: OpenClaw Skill Name: weather-openmeteo Version: 1.0.0 The analyzed files consist entirely of documentation and metadata for a weather skill. They describe the skill's functionality, usage, creation process, and publishing steps, all centered around using the legitimate Open-Meteo API. There is no evidence of prompt injection against the AI agent, data exfiltration, malicious execution, persistence mechanisms, or obfuscation. Instructions like `Set-ExecutionPolicy RemoteSigned` are standard for running local PowerShell scripts and, while a potential vulnerability enabler if the scripts were malicious, do not indicate malicious intent within the provided documentation itself. All mentioned external network calls are to the legitimate `api.open-meteo.com`.
能力评估
Purpose & Capability
The name/description (PowerShell-optimized Open‑Meteo weather) matches the instructions (Invoke-WebRequest to open-meteo endpoints, city DB, WMO code translation). However the skill's SKILL.md and README refer to multiple .ps1 script files (weather-en.ps1, weather-cn.ps1, weather.ps1, etc.) while the registry metadata indicated no code files are present — this mismatch is unexpected and should be resolved.
Instruction Scope
Instructions tell the agent/user to cd into ~/.openclaw/workspace/skills/weather-openmeteo and execute local PowerShell scripts and to edit a $cityCoords hash table. They also recommend running Set-ExecutionPolicy RemoteSigned, which changes the user's PowerShell execution policy and increases risk if unreviewed. Crucially, the runtime steps depend on local .ps1 scripts that are referenced but not actually included in the package metadata — instructing to execute missing scripts is a coherence problem.
Install Mechanism
There is no install spec and no automated installer — this is an instruction-only skill (lower installation risk). Documentation references standard git and clawhub commands for publishing; nothing is downloaded from untrusted URLs.
Credentials
The skill requests no environment variables or credentials and only needs network access to the public Open‑Meteo API (no API key). That is proportionate to the stated purpose.
Persistence & Privilege
always is false and the skill does not request elevated or persistent platform privileges. It does ask the user to potentially change PowerShell execution policy (a local security impact) but does not request platform-wide or cross-skill configuration changes.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install weather-openmeteo
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /weather-openmeteo 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug weather-openmeteo
版本 1.0.0
许可证
累计安装 3
当前安装数 3
历史版本数 1
常见问题

Weather Open-Meteo 是什么?

Get current weather and forecasts using Open-Meteo API (no API key required). Optimized for PowerShell environments with Chinese support. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 332 次。

如何安装 Weather Open-Meteo?

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

Weather Open-Meteo 是免费的吗?

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

Weather Open-Meteo 支持哪些平台?

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

谁开发了 Weather Open-Meteo?

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

💬 留言讨论