Weather via OpenMeteo (via openmeteo-sh cli; simple ver)

v1.2.1

Get current weather and forecasts for any city or coordinates using free OpenMeteo API. Use when the user asks about weather, temperature, rain, snow, wind,...

4· 1.1k·3 current·5 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description ask for weather lookups and the skill requires only the `openmeteo` CLI binary; no unrelated binaries, env vars, or permissions are requested. The README and SKILL.md consistently describe using the Open-Meteo API via the openmeteo-sh CLI.
Instruction Scope
Runtime instructions stay within weather queries (constructing quoted CLI args, selecting params, summarizing results). Two behaviors to be aware of: (1) the skill says to use the user's default city/country from session context if no location is provided (this requires access to conversation/session metadata, which is normal but should be expected), and (2) it instructs the agent to carry over previously used query parameters to follow-ups (this is convenient but could cause the agent to request more variables than strictly necessary in subsequent queries). No instructions read files, env vars, or send data to unexpected endpoints.
Install Mechanism
This is an instruction-only skill with no install spec (lowest risk). The README provides optional installation commands for the openmeteo-sh CLI (brew tap, apt repo, or from-source via GitHub). Those install instructions point to the project's GitHub and a GitHub Pages-hosted apt repo; they are typical but should be validated by the user before running on their machine.
Credentials
No environment variables, credentials, or config paths are required. The only external access is the openmeteo CLI making HTTPS requests to Open-Meteo endpoints (as documented).
Persistence & Privilege
The skill does not request persistent/always-included privileges (always:false). It does allow normal autonomous invocation (platform default), which is expected for skills and not a concern here given the limited scope.
Assessment
This skill appears to be what it claims: a thin wrapper instructing the agent to call the openmeteo-sh CLI and summarize results. Before installing/use: (1) ensure you have the openmeteo binary from a trusted source (brew/apt/GitHub) and inspect that code if you install from a third-party tap/repo; (2) be aware the agent may use your session default location (if present) and will carry over previously requested parameters into follow-ups — if you prefer not to reuse prior query parameters or default locations, mention that explicitly when asking; (3) the skill does not request any API keys or system credentials, and network calls are limited to Open-Meteo endpoints as documented.

Like a lobster shell, security has layers — review code before you run it.

current-weathervk970302rjhh5p2af5t0jgnp3vs8156knforecastvk970302rjhh5p2af5t0jgnp3vs8156knlatestvk970302rjhh5p2af5t0jgnp3vs8156knopenmeteovk970302rjhh5p2af5t0jgnp3vs8156kntemperaturevk970302rjhh5p2af5t0jgnp3vs8156kntoken-efficientvk970302rjhh5p2af5t0jgnp3vs8156knweathervk970302rjhh5p2af5t0jgnp3vs8156kn

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

🌤 Clawdis
Binsopenmeteo

Comments