← Back to Skills Marketplace
Weather Open-Meteo
by
alexfeng75
· GitHub ↗
· v1.0.0
332
Downloads
0
Stars
3
Active Installs
1
Versions
Install in OpenClaw
/install weather-openmeteo
Description
Get current weather and forecasts using Open-Meteo API (no API key required). Optimized for PowerShell environments with Chinese support.
Usage Guidance
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.
Capability Analysis
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`.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install weather-openmeteo - After installation, invoke the skill by name or use
/weather-openmeteo - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is Weather Open-Meteo?
Get current weather and forecasts using Open-Meteo API (no API key required). Optimized for PowerShell environments with Chinese support. It is an AI Agent Skill for Claude Code / OpenClaw, with 332 downloads so far.
How do I install Weather Open-Meteo?
Run "/install weather-openmeteo" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Weather Open-Meteo free?
Yes, Weather Open-Meteo is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Weather Open-Meteo support?
Weather Open-Meteo is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Weather Open-Meteo?
It is built and maintained by alexfeng75 (@alexfeng75); the current version is v1.0.0.
More Skills