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

weather-data-fetcher

Fetch current weather and forecast data from a free weather API (Open-Meteo).

Why use this skill?

Easily fetch real-time weather and forecast data for any location with the Open-Meteo API skill for OpenClaw. Simple, free, and accurate.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/noypearl/get-weather
Or

What This Skill Does

The Weather Data Fetcher skill allows your OpenClaw agent to access real-time meteorological information using the Open-Meteo API. This skill is a powerful tool for agents that need to consider environmental factors when executing tasks. By leveraging open data, it provides both current weather status and future forecasts, including temperature, precipitation, and wind conditions, without the need for complex API key management or subscription fees. It effectively turns your agent into an intelligent weather station that can inform scheduling, travel planning, or outdoor logistical operations.

Installation

To integrate this capability into your OpenClaw environment, execute the following installation command in your terminal:

clawhub install openclaw/skills/skills/noypearl/get-weather

Once installed, the agent will register the weather forecast command, making it available for immediate use in your conversational workflows.

Use Cases

This skill is ideal for several practical applications. You can use it to build 'smart assistant' workflows, such as automatically checking if it will rain before suggesting a commute route. It is also excellent for event planning, where an agent might analyze a multi-day forecast to suggest the best time for an outdoor meeting. Furthermore, it aids in personal productivity by allowing the agent to provide 'morning briefing' summaries that include weather outlooks alongside calendar events, helping users prepare for their day efficiently.

Example Prompts

  1. 'Check the weather forecast for London and let me know if I need an umbrella tomorrow.'
  2. 'What is the current temperature and expected high for a location at latitude 40.71 and longitude -74.00?'
  3. 'Get me a 5-day weather report for Tokyo and summarize the daily highs in Celsius.'

Tips & Limitations

To get the best results, ensure your latitude and longitude coordinates are accurate, as the API relies heavily on these for precise reporting. The skill defaults to 'metric' units, but you can explicitly pass 'imperial' in the input if you prefer Fahrenheit. Note that while this is a highly reliable free service, it is intended for informational purposes and should not be used for critical safety-related decision-making or aviation navigation. If you are experiencing data delays, check your internet connectivity, as the skill requires active network access to query the remote API.

Metadata

Author@noypearl
Stars1287
Views1
Updated2026-02-22
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-noypearl-get-weather": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#weather#forecast#meteorology#utility#api
Safety Score: 5/5

Flags: network-access, external-api