daily-info

PassAudited by ClawScan on Feb 19, 2026.

Overview

The skill's declared purpose (date + weather aggregation) matches its instructions and requirements; it is instruction-only, requests no credentials, and relies on web queries and simple local commands to produce results.

This skill appears coherent and low-risk, but note the following before installing: it makes live HTTP requests (wttr.in, Open‑Meteo, search services) which will reveal the queried city and your agent's IP to those external services — if you care about privacy, ask users for explicit permission to use their location or allow manual city input. Confirm whether your agent environment permits running shell commands (date/curl) and that outbound network access is acceptable. Clarify the output separator (the SKILL.md gives both '---' and '======' as instructions) and whether you prefer wttr.in or Open‑Meteo as primary. If you need stricter privacy, modify the skill to avoid direct external queries or to use a vetted weather API with an explicit API key controlled by you.