Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
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.
User asks: What's the weather forecast for Kolkata for the next 3 days?
- 1Identify the latitude and longitude for Kolkata (22.5726, 88.3639)
- 2Call the weather forecast command with those coordinates
- 3Set days to 3 and units to metric
- 4Parse the returned daily forecast data
A 3-day forecast for Kolkata showing temperature highs/lows and weather conditions