My Weather
v1.0.0Provides current weather conditions for any city, airport code, or zip code using wttr.in without requiring an API key.
⭐ 2· 1.2k·7 current·7 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name and intent (weather lookup) align with the SKILL.md which shows curl commands to wttr.in; package.json simply points to SKILL.md. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
Runtime instructions are limited to making HTTP requests to wttr.in (examples using curl and format/query options). The instructions do not ask the agent to read local files, access environment variables, or contact other endpoints. Note: the skill performs outbound network calls to a public service (wttr.in) which is expected for this purpose.
Install Mechanism
No install spec and no code files beyond SKILL.md and a minimal package.json — nothing is written to disk or downloaded. This is the lowest-risk install profile.
Credentials
The skill requires no environment variables, credentials, or config paths. That is proportionate for a simple public-weather lookup service.
Persistence & Privilege
always is false (no forced persistence) and model invocation defaults are unchanged. The skill does not request elevated or persistent system privileges.
Assessment
This skill is small and internally consistent: it just tells the agent to query wttr.in for weather and asks for no secrets or installs. Before installing, consider: (1) network/privacy — queries include location (city, zip, or airport code) which will be sent to a public service (wttr.in); (2) trust — the skill's source/homepage are not provided, so if provenance matters verify the publisher; and (3) execution context — the agent will perform outbound HTTP requests (via curl in examples), so ensure you are comfortable with the agent making network calls. If those points are acceptable, the skill is proportionate to its purpose.Like a lobster shell, security has layers — review code before you run it.
latestvk97365v2d3c31bjawggwdz08xx80y6fr
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
