Weather Open‑Meteo

AdvisoryAudited by Static analysis on Apr 30, 2026.

Overview

No suspicious patterns detected.

Findings (0)

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.

What this means

The agent may run simple curl and jq commands to fetch and parse weather data.

Why it was flagged

The skill relies on local command-line tools to make HTTP requests and parse JSON. This is expected and disclosed for a weather API skill.

Skill content
The skill **requires** `curl` **and** `jq`.
Recommendation

Install only if you are comfortable with the agent making network requests for weather lookups; no special credentials are required.

What this means

Locations you ask about, including exact coordinates if provided, may be sent to Open-Meteo or wttr.in.

Why it was flagged

Weather lookups disclose the requested city or coordinates to external weather providers. This is purpose-aligned and disclosed, but users should understand the privacy implication.

Skill content
This skill provides current weather and simple forecasts by querying the open‑meteo.com public API. If the geocoding lookup or weather request fails, the skill can fall back to **wttr.in** as a lightweight alternative.
Recommendation

Avoid using exact home or sensitive locations if you do not want them shared with public weather services; prefer general city names when possible.