Weather Cn
PassAudited by ClawScan on Apr 17, 2026.
Overview
The skill's code, runtime instructions, and requirements are consistent with a simple Python-based weather/AQI fetcher that calls wttr.in and Open‑Meteo and does not request unrelated credentials or elevated privileges.
This skill appears coherent and implements a straightforward weather + AQI fetcher using wttr.in and Open‑Meteo; it does not request secrets. Before installing, review the bundled script if you can, and be aware it will make outbound HTTP requests to public services (so running it requires network access and is subject to those services' rate limits and privacy policies). If you prefer caution, run the script in a sandbox or isolated environment. If you need stronger guarantees, verify the remainder of the code (the truncated portion) to ensure no unexpected network endpoints or local-file/credential reads are present.
