weather

Fetch current weather and forecast data for specified locations via wttr.in or Open-Meteo.

11|2|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/kaiqiangh/mini-openclaw-langchain --skill weather-kaiqiangh
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: weather
Source: https://github.com/kaiqiangh/mini-openclaw-langchain/tree/main/backend/skills/get_weather
Command: npx skills add https://github.com/kaiqiangh/mini-openclaw-langchain --skill weather-kaiqiangh

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The Skill unit addresses the common need for immediate access to current weather conditions and forecasts for a wide range of locations.

Core Features & Use Cases

  • Real-Time Weather Information: Fetch the latest weather details, including temperature, humidity, and wind conditions.
  • Forecast Information: Obtain predictions for the next 24 hours to a week ahead.
  • Use Case: Ideal for on-the-fly decision-making about activities based on current or upcoming weather, such as planning outdoor events or checking travel weather.

Quick Start

Request "What's the weather in [City]" to receive a concise overview of the current weather and forecasts for that city.

Frequently Asked Questions about weather

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

FAQPage Schema
How do I get the real-time weather forecast for a specific location?▼

To get the real-time weather forecast for a specific location, you can request current conditions and predictions by providing a city name to retrieve temperature, humidity, and wind details.

Can I check weather forecasts for the next week without historical data?▼

Yes, you can check weather forecasts for the next week without historical data. The service fetches 24-hour to 7-day predictions via wttr.in or Open-Meteo for immediate planning needs.

Does this weather tool provide detailed meteorological analysis for outdoor events?▼

This weather tool does not provide detailed meteorological analysis for outdoor events. It offers quick, on-the-fly checks of current conditions and basic forecasts to help with activity planning.

What is the best way to quickly check current temperature and humidity for travel?▼

The best way to quickly check current temperature and humidity for travel is to query a specified city. This returns a concise overview of current conditions and upcoming forecasts without complex setup.

Why does the weather forecast not include historical meteorological data?▼

The weather forecast does not include historical meteorological data because it is designed for immediate decision-making. It focuses solely on real-time conditions and future predictions via external services.

What locations are supported for retrieving current weather conditions?▼

Current weather conditions are supported for a wide range of locations. You can specify any city to fetch the latest weather details, including temperature, humidity, and wind, via external APIs.