Weather
PassAudited by ClawScan on May 1, 2026.
Overview
This weather skill is a simple, disclosed set of curl commands to public weather services and does not request credentials, persistence, or local data access.
This appears safe for normal weather lookups. Be aware that any city, airport code, or coordinates you ask about may be sent to the external weather service being queried.
Findings (1)
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.
Using the skill sends the requested location or coordinates to public weather services.
The skill relies on curl to contact an external weather service. This is disclosed and central to the weather lookup purpose.
curl -s "wttr.in/London?format=3"
Use it for locations you are comfortable sharing with wttr.in or Open-Meteo; avoid sending sensitive or private location details if that matters to you.
