Get current weather and forecasts (no API key required).
Security Analysis
high confidenceThe skill is internally consistent with its stated purpose: it provides weather via wttr.in and Open-Meteo using curl, requires no credentials or installs, and the runtime instructions stay on-task (minor metadata mismatch noted).
Name/description claim 'no API key required' and the instructions call only to wttr.in and open-meteo (both free/no-key). However, SKILL.md metadata lists curl as a required binary while the registry metadata shows 'Required binaries: none' — a small inconsistency (curl is reasonably required for the documented usage).
SKILL.md only instructs making HTTP requests to wttr.in and open-meteo and saving an optional PNG to /tmp; it does not instruct reading unrelated files, accessing credentials, or sending data to unexpected endpoints.
No install spec and no code files — instruction-only skill. This minimizes disk footprint and is appropriate for a curl-based weather helper.
The skill requests no environment variables or credentials, which is proportionate to its function. (curl availability is the only operational dependency.)
always:false and no special persistence requested. The skill can be invoked autonomously by the agent per platform defaults, but it does not request elevated or permanent privileges.
Guidance
This skill uses curl to fetch weather from wttr.in and Open‑Meteo and does not request any keys or install software. Before installing: ensure you are comfortable with the agent making outbound HTTP requests (queries will include the location you ask for), confirm curl is available on the host if you want the one-liners to work, and note the small metadata mismatch (registry says no required binaries while SKILL.md lists curl). If you want to avoid network access or remote logging of queried locations, do not enable this skill or restrict the agent's network permissions.
Latest Release
v1.0.0
More by @steipete
Published by @steipete on ClawHub