Weather via OpenMeteo (via openmeteo-sh cli; simple ver)
PassAudited by ClawScan on May 1, 2026.
Overview
This is a coherent weather skill that runs a disclosed OpenMeteo CLI and sends requested locations to the Open-Meteo service; users should install the CLI only from a source they trust.
This skill appears safe for ordinary weather use. Before installing, make sure you trust the openmeteo-sh CLI source, and remember that requested cities or coordinates are sent to Open-Meteo to retrieve forecasts.
Findings (3)
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.
The agent may run the openmeteo command to answer weather questions.
The skill instructs the agent to invoke a local CLI with user-provided location arguments, which is expected for this weather integration.
openmeteo weather --current --city=Berlin --llm
Keep using the documented quoting pattern for city names and only install a trusted openmeteo CLI.
Installing the prerequisite CLI gives code from the external openmeteo-sh source access to run locally.
The README directs users to install an external CLI package from third-party package sources; this is disclosed and purpose-aligned but depends on trusting that source.
brew tap lstpsche/tap brew install openmeteo-sh
Install only from the official project or a trusted package channel, and review privileged install steps before running them.
The city or coordinates used for a weather query may be sent to Open-Meteo.
Weather lookups require sending the requested city or coordinates to the external Open-Meteo API; the endpoints are clearly disclosed.
This skill invokes the `openmeteo` CLI, which makes HTTPS requests to: - `https://api.open-meteo.com` - `https://geocoding-api.open-meteo.com`
Avoid querying locations you consider sensitive, or review Open-Meteo's privacy practices before use.
