Weather Open-Meteo
PassAudited by ClawScan on May 1, 2026.
Overview
This looks like a benign weather lookup skill, but the package is documentation-only and refers to PowerShell scripts that are not included, so verify any scripts before running them.
Before installing or using it, check that any referenced .ps1 weather scripts are actually present and review them before execution. Avoid changing PowerShell execution policy unless necessary. Weather queries will disclose the selected city coordinates/timezone to Open-Meteo, which is expected for this skill.
Findings (2)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
The weather functionality may not work from the supplied package, and users might be tempted to download or run similarly named scripts that were not part of this reviewed artifact set.
SKILL.md presents these as included runnable scripts, but the supplied manifest/code-presence information shows only markdown files and no code files. This creates a packaging/provenance gap if users go looking for scripts elsewhere.
- `weather-en.ps1` - English version - `weather-cn.ps1` - Chinese version (Pinyin)
Only run PowerShell scripts that are actually included in the installed package and that you have inspected or obtained from a trusted source.
If run, PowerShell may allow more scripts to execute for your user account, which can matter beyond this weather skill.
This troubleshooting command changes PowerShell script execution behavior for the whole current user profile, not just this skill. It is user-directed and purpose-aligned, but it affects future script execution.
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
Use this command only if needed, understand the effect, inspect scripts before running them, and consider restoring your prior execution policy afterward.
