weather

Fetch current weather and multi-day forecasts via Open-Meteo with geocoding.

24|11|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/clawdata/clawdata --skill weather-clawdata
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weather
Source: https://github.com/clawdata/clawdata/tree/main/skills/weather
Command: npx skills add https://github.com/clawdata/clawdata --skill weather-clawdata

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Retrieve accurate current weather conditions and forecasts for any location without needing multiple steps or API keys.

Core Features & Use Cases

  • Current weather: Get temperature, humidity, wind, and conditions for a specified city or location.
  • Forecast: Retrieve daily or hourly forecasts for planning and decision making.
  • Use Case: When a user asks “What’s the weather in Sydney?” or “Weather forecast for Tokyo this week,” obtain coordinates via geocoding and return structured weather data using the Open-Meteo API.

Quick Start

Ask for the weather in a city to fetch current conditions and forecast using the Open-Meteo API via geocoding.

Frequently Asked Questions about weather

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get current weather conditions and forecasts without an API key?

Get current weather conditions and forecasts without an API key by using the Open-Meteo API, which requires no authentication. It fetches temperature, humidity, wind, and multi-day forecast data directly through standard web requests.

How does geocoding work when fetching weather for a city name?

Geocoding converts a specified city name into geographic coordinates, which are then used to query the Open-Meteo API. This process retrieves accurate localized current weather and forecast data for any global location.

What is the best way to retrieve a multi-day weather forecast for planning?

The best way to retrieve a multi-day weather forecast is by querying the Open-Meteo API with geocoded coordinates. This returns structured daily and hourly forecast data, supporting planning and decision making without requiring API keys.

Does Open-Meteo support fetching hourly forecasts for specific locations?

Yes, Open-Meteo supports fetching hourly forecasts for specific locations. By geocoding a city name into coordinates, the API returns structured hourly weather data alongside current conditions and multi-day forecasts.

What should I do if a city name geocoding query fails to return weather data?

If a city name geocoding query fails to return weather data, verify the spelling or use a more specific location name. The system includes clear error handling to indicate when geocoding fails to match a valid location before fetching weather.