โ† All skills
Tencent SkillHub ยท Developer Tools

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

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,...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

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,...

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
README.md, SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.2.1

Documentation

ClawHub primary doc Primary doc: SKILL.md 7 sections Open source page

OpenMeteo Weather (openmeteo-sh)

Current weather and forecasts (up to 16 days) via openmeteo CLI. No API key required.

Quick reference

openmeteo weather --current --city=Berlin --llm openmeteo weather --current --forecast-days=2 --city=London --llm openmeteo weather --forecast-days=7 --forecast-since=5 --city=Rome --llm openmeteo weather --current --lat=48.85 --lon=2.35 --llm

Location (pick one)

--city=NAME โ€” city name (auto-geocoded) --city=NAME --country=CODE โ€” disambiguate (e.g. Portland --country=US) --lat=NUM --lon=NUM โ€” direct coordinates

Options

--current โ€” current conditions --forecast-days=N โ€” forecast length, 1โ€“16 (default 7) --forecast-since=N โ€” start from day N (1=today, 2=tomorrow). Must be <= forecast-days. --hourly-params=LIST โ€” override hourly variables (comma-separated) --daily-params=LIST โ€” override daily variables (comma-separated) --current-params=LIST โ€” override current variables (comma-separated) --temperature-unit=UNIT โ€” celsius (default) / fahrenheit --llm โ€” always pass this

Variables

Defaults are sensible for general weather. Override only when needed. Current & hourly: temperature_2m โ€” air temp, C apparent_temperature โ€” feels-like, C precipitation โ€” rain+showers+snow, mm precipitation_probability (hourly only) โ€” chance of precipitation, % weather_code โ€” condition, auto-resolved to text wind_speed_10m โ€” wind, km/h wind_gusts_10m โ€” gusts, km/h cloud_cover โ€” cloud cover, % snowfall โ€” snowfall, cm uv_index (hourly only) โ€” UV index Daily: temperature_2m_max / temperature_2m_min โ€” max/min temp, C precipitation_sum โ€” total precipitation, mm precipitation_probability_max โ€” max precipitation chance, % weather_code โ€” dominant condition wind_speed_10m_max โ€” max wind, km/h sunrise / sunset โ€” times snowfall_sum โ€” total snowfall, cm

Rules

Always pass --llm. Quote all user-provided values in shell commands: --city="New York", --city="St. Petersburg". Only known-safe tokens (numbers, single ASCII words) may be unquoted. Never use help subcommand or --raw โ€” work only with what's described here. No location specified -> use the user's default city/country if known from session context. Summarize results naturally โ€” never paste raw output. Use --forecast-days=1 for today, =2 for tomorrow โ€” minimize token waste. Use --forecast-since=N to skip to a specific future day. For targeted questions, override params to fetch only what's needed. When the user switches cities ("and what about London?"), carry over all params used in prior weather queries this conversation โ€” including any added in follow-ups. The new city gets the union of all previously requested params.

Examples

"What's the weather like?" -> openmeteo weather --current --city=Berlin --llm Summarize: "Clear, -12C (feels -17C), wind 9 km/h." "When will the rain stop?" -> openmeteo weather --forecast-days=2 --city=Berlin --hourly-params=precipitation,precipitation_probability,weather_code --llm Find when precipitation hits ~0. Answer: "Should stop around 14:00." "Do I need an umbrella?" -> openmeteo weather --forecast-days=1 --city=Berlin --hourly-params=precipitation,precipitation_probability,weather_code --llm "Yes โ€” 70% chance between 11:00-15:00, up to 2mm." "Weather this weekend in Rome?" -> openmeteo weather --forecast-days=7 --forecast-since=5 --city=Rome --daily-params=temperature_2m_max,temperature_2m_min,weather_code,precipitation_sum --llm Present only Sat/Sun: "Saturday: 14/8C, partly cloudy. Sunday: 16/9C, clear." "Temperature outside?" -> openmeteo weather --current --city=Berlin --current-params=temperature_2m,apparent_temperature --llm "-5C, feels like -9C."

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs
  • SKILL.md Primary doc
  • README.md Docs