Weather Open-Meteo
AdvisoryAudited by Static analysis on Apr 30, 2026.
Overview
No suspicious patterns detected.
Findings (0)
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.
