Weather Open‑Meteo

PassAudited by ClawScan on May 1, 2026.

Overview

This weather skill looks benign; it uses expected public weather APIs and shell utilities, but the queried location is sent to third-party weather services.

This skill is reasonable for weather lookups and does not require an API key. Before installing, be aware that the location you ask about is sent to Open-Meteo and optionally wttr.in, so use city-level locations rather than exact private coordinates if privacy matters.

Findings (2)

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.