LaunchKit · 2026
Back to Skills

get-weather

Fetch current weather and forecast data from a free weather API.

0
0 downloads
by @noypearl

Setup & Installation

openclaw skills install @noypearl/get-weather

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install get-weather

What This Skill Does

Fetches current weather conditions and short-term forecasts using the Open-Meteo API. Takes latitude and longitude as input and returns hourly and daily forecast data. Supports metric and imperial units with configurable forecast windows.

Open-Meteo requires no API key or account, removing the signup friction common with other weather APIs.

When to use it

  • Check weather before scheduling an outdoor event
  • Get hourly forecast for a travel destination
  • Retrieve current conditions for a specific GPS coordinate
  • Plan the next 3-7 days using daily forecast data
  • Automate weather checks in a workflow or script

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: What's the weather forecast for Kolkata for the next 3 days?

AGENT
  1. 1Identify the latitude and longitude for Kolkata (22.5726, 88.3639)
  2. 2Call the weather forecast command with those coordinates
  3. 3Set days to 3 and units to metric
  4. 4Parse the returned daily forecast data
OUTPUT

A 3-day forecast for Kolkata showing temperature highs/lows and weather conditions