Weather 1.0.0

v1.0.0

Provide current weather and forecasts using wttr.in and Open-Meteo APIs without requiring an API key.

1· 1.8k·88 current·100 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description claim current weather via wttr.in and Open‑Meteo without API keys. Declared requirements (only curl) and no environment variables or config paths are appropriate and proportional to that purpose.
Instruction Scope
SKILL.md only shows curl commands against wttr.in and api.open-meteo.com and an example that writes a PNG to /tmp. This stays within the described purpose. Note: queries send location strings to third-party services (privacy consideration) and the examples omit an explicit https:// scheme for wttr.in — using https://wttr.in is recommended.
Install Mechanism
No install spec or code is provided (instruction-only), so nothing is downloaded or installed by the skill itself — lowest install risk.
Credentials
No environment variables or credentials are requested. This is proportionate for a read-only weather lookup skill.
Persistence & Privilege
always:false and no modifications to other skills or system configs. The skill does suggest writing a PNG to /tmp in an example, which is normal and limited in scope.
Assessment
This skill is coherent and lightweight: it merely runs curl against public weather services and needs no API keys or secrets. Before installing, ensure curl is available and be aware that location names you query are sent to third-party servers (privacy implication). Prefer explicit HTTPS URLs (https://wttr.in) when using it. If you plan to let an agent call the skill autonomously, consider whether automatic location queries are acceptable for your privacy policy or usage scenario.

Like a lobster shell, security has layers — review code before you run it.

latestvk97b6yy3gjsdz2ve2v4x9ba71n817zkw

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

🌤️ Clawdis
Binscurl

Comments