Weather Like Test
v0.1.0Get current weather and forecasts (no API key required).
⭐ 1· 870·2 current·2 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The skill's name/description match its behavior: SKILL.md shows curl examples for wttr.in and Open-Meteo, which is exactly what a no-API-key weather helper needs. The only declared binary dependency is curl, which is appropriate.
Instruction Scope
Runtime instructions are limited to curl requests to public weather services and an optional download to /tmp/weather.png. The skill does not instruct reading local files, environment variables, or other system configuration. Note: each request sends the queried location (and the caller's IP) to third-party servers, which is expected but has privacy implications.
Install Mechanism
No install spec or code is present (instruction-only). This is low risk: nothing is written to disk or fetched at install time by the skill itself.
Credentials
No environment variables, credentials, or config paths are requested. The lack of secrets or unrelated credentials is proportionate to the stated purpose.
Persistence & Privilege
The skill does not request persistent presence (always:false) and does not modify other skills or system configuration. Autonomous invocation is allowed by default but not especially concerning here given the minimal scope.
Assessment
This skill simply runs curl against wttr.in and Open-Meteo to fetch weather — no API keys or local credentials are requested. Before installing, consider: (1) privacy: queries and your IP go to third-party servers (avoid sending exact home addresses if that matters); (2) network policy: the agent will make outbound HTTP(S) requests, which may be restricted in sensitive environments; (3) ensure curl is available on the host. If you need fully offline or private weather data, use a local data source or an enterprise-approved API instead.Like a lobster shell, security has layers — review code before you run it.
latestvk97cjq619ke5b2gs3d2k6bn6f1810b8ztestvk97cjq619ke5b2gs3d2k6bn6f1810b8z
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
🌤️ Clawdis
Binscurl
