ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified utilities Safety 5/5

openmeteo-weather

Get current weather, hourly and daily forecasts for any city or coordinates worldwide. Use when the user asks about weather, temperature, rain, snow, wind, sunrise/sunset, UV, humidity, pressure, or wants to know if they need an umbrella.

Why use this skill?

Get accurate weather forecasts, hourly data, and current conditions for any location worldwide with this free, no-API-key-required OpenClaw skill.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/lstpsche/openmeteo-weather
Or

What This Skill Does

The openmeteo-weather skill provides OpenClaw agents with the ability to fetch high-precision meteorological data from the Open-Meteo API. It allows agents to retrieve current conditions, hourly forecasts, and daily weather outlooks for any location on Earth. Whether a user needs to know if they need an umbrella today, wants to plan a trip based on weekly forecasts, or needs granular data like UV index, wind speed, or atmospheric pressure, this skill handles the heavy lifting. By integrating geocoding, it handles city names, countries, or direct latitude/longitude coordinates seamlessly without requiring an API key.

Installation

To integrate this skill into your OpenClaw environment, execute the following command in your terminal: clawhub install openclaw/skills/skills/lstpsche/openmeteo-weather

Use Cases

  • Personal Planning: Helping users decide what to wear or if they need to carry an umbrella based on hourly rain probabilities.
  • Travel Assistance: Providing detailed weather forecasts for upcoming vacation destinations to assist in activity scheduling.
  • Data-Driven Analysis: Extracting specific meteorological variables such as wind speed or solar radiation for research or hobbyist projects.
  • Automated Alerts: Setting up agent routines that check if extreme weather (like snow or storms) is expected in the user's current city.

Example Prompts

  1. "Check the weather in Berlin for the next three days; I'm planning to go sightseeing and want to know if I need a coat."
  2. "Will it rain in London this afternoon? I'm heading out for a walk and need to decide if I should take an umbrella."
  3. "What are the current wind conditions and pressure in Tokyo? I'm monitoring local weather patterns."

Tips & Limitations

  • Token Efficiency: Always specify --forecast-days when the user only asks for a short-term outlook. Defaulting to 7 days is unnecessary for "tomorrow's weather" queries and consumes more tokens.
  • Precision: If the tool struggles with a location, use --lat and --lon for pinpoint accuracy.
  • Output Format: The skill outputs porcelain data by default, which is optimized for machine reading. Ensure your agent parses this data into a conversational, human-friendly summary before displaying it to the user.
  • No API Keys: The service is free and does not require registration, making it an extremely lightweight and reliable integration for any agent instance.

Metadata

Author@lstpsche
Stars1601
Views0
Updated2026-02-27
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-lstpsche-openmeteo-weather": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#weather#forecast#meteorology#climate#tools
Safety Score: 5/5

Flags: network-access, external-api