openmeteo-sh-weather-simpleGet current weather and forecasts for any city or coordinates using free OpenMeteo API. Use when the user asks about weather, temperature, rain, snow, wind,...
Install via ClawdBot CLI:
clawdbot install lstpsche/openmeteo-sh-weather-simpleCurrent weather and forecasts (up to 16 days) via openmeteo CLI. No API key required.
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
--city=NAME — city name (auto-geocoded)--city=NAME --country=CODE — disambiguate (e.g. Portland --country=US)--lat=NUM --lon=NUM — direct coordinates--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 thisDefaults are sensible for general weather. Override only when needed.
Current & hourly:
temperature_2m — air temp, Capparent_temperature — feels-like, Cprecipitation — rain+showers+snow, mmprecipitation_probability (hourly only) — chance of precipitation, %weather_code — condition, auto-resolved to textwind_speed_10m — wind, km/hwind_gusts_10m — gusts, km/hcloud_cover — cloud cover, %snowfall — snowfall, cmuv_index (hourly only) — UV indexDaily:
temperature_2m_max / temperature_2m_min — max/min temp, Cprecipitation_sum — total precipitation, mmprecipitation_probability_max — max precipitation chance, %weather_code — dominant conditionwind_speed_10m_max — max wind, km/hsunrise / sunset — timessnowfall_sum — total snowfall, cm--llm.--city="New York", --city="St. Petersburg". Only known-safe tokens (numbers, single ASCII words) may be unquoted.help subcommand or --raw — work only with what's described here.--forecast-days=1 for today, =2 for tomorrow — minimize token waste.--forecast-since=N to skip to a specific future day."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."
Generated Mar 1, 2026
Individuals use this skill to check current weather and short-term forecasts for daily activities like commuting, outdoor exercise, or event planning. It helps answer questions like 'Do I need an umbrella?' or 'What's the temperature outside?' by providing concise, token-efficient summaries.
Travelers and tourists rely on this skill to get weather forecasts for destinations, aiding in packing decisions and itinerary planning. It supports queries about weekend weather in cities like Rome or forecasts for specific days, using options like --forecast-since to skip to relevant dates.
Farmers and agricultural workers use this skill to monitor weather conditions such as precipitation, temperature, and wind for crop management. It allows targeted queries for variables like snowfall or precipitation probability to inform irrigation and harvesting schedules.
Event planners utilize this skill to assess weather risks for outdoor events like weddings or festivals. By fetching forecasts with parameters like precipitation_probability and wind_speed, they can make contingency plans and communicate updates to stakeholders.
Delivery services and logistics companies integrate this skill to anticipate weather impacts on routes and schedules. Queries for wind gusts, snowfall, or temperature help optimize fleet operations and ensure timely deliveries in varying conditions.
Offer basic weather data for free via this skill, with premium features like extended forecasts or historical data through paid tiers. Monetize by partnering with apps or services that require advanced weather insights, leveraging the open-source CLI for low-cost deployment.
License this skill as a white-label service for businesses in travel, agriculture, or retail to embed weather functionality into their platforms. Provide customization options for branding and specific data parameters, generating revenue through licensing agreements.
Aggregate weather data from user queries to offer analytics services, such as trend reports for industries like insurance or real estate. Use the skill's efficient token usage to collect data at scale, selling insights to clients for risk assessment or market analysis.
💬 Integration Tip
Ensure the openmeteo CLI is installed and accessible in the system PATH, and always include the --llm flag for optimal output formatting in AI interactions.
Get current weather and forecasts (no API key required).
Google Weather API - accurate, real-time weather data. Get current conditions, temperature, humidity, wind, and forecasts. Powered by Google's Weather API fo...
Get current weather conditions and forecasts for any location worldwide. Returns structured data with temperature, humidity, wind, precipitation, and more. No API key required.
Monitor solar weather conditions including geomagnetic storms, solar flares, aurora forecasts, and solar wind data. Uses NOAA Space Weather Prediction Center real-time data.
Weather and pollen reports for any location using free APIs. Get current conditions, forecasts, and pollen data.
Provide current weather and forecasts using wttr.in and Open-Meteo APIs without requiring an API key.