weather

Retrieve current weather conditions and forecasts for specified locations.

Updated Feb 1, 2026
One-click install
npx skills add https://github.com/NJUxlj/openclaw --skill weather-njuxlj
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weather
Source: https://github.com/NJUxlj/openclaw/tree/main/skills/weather
Command: npx skills add https://github.com/NJUxlj/openclaw --skill weather-njuxlj

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl.

What problem does it solve?

This Skill provides quick access to current weather conditions and future forecasts for any location, helping you plan your day or travels.

Core Features & Use Cases

  • Current Conditions: Get real-time temperature, wind, and humidity.
  • Forecasts: Access 3-day or weekly weather predictions.
  • Use Case: Planning a picnic? Ask for the weather in Central Park tomorrow to see if you need to bring an umbrella.

Quick Start

Get the current weather for Paris.

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 for a specific location?

You can retrieve current weather conditions and forecasts for any specified location by querying the wttr.in or Open-Meteo web services. This provides real-time temperature, wind, and humidity data without requiring an API key.

Can I check the weather forecast for travel preparation without an API key?

Yes, you can access 3-day or weekly weather predictions for travel preparation without an API key. The service relies on external web services like wttr.in and Open-Meteo to deliver forecast data directly.

Does the weather forecast tool require any specific dependencies or environment setup?

The weather forecast tool requires the curl command-line utility to fetch data from external web services. It operates without needing an API key, making environment setup straightforward for general weather inquiries.

What is the best way to plan daily activities using real-time weather data?

The best way to plan daily activities is by retrieving real-time temperature, wind, and humidity conditions for your specific location. This allows you to determine if you need an umbrella or specific gear for outdoor events like a picnic.

How does the weather service retrieve data without requiring an API key?

The weather service retrieves data by sending requests via curl to external web services such as wttr.in and Open-Meteo. These services provide current conditions and forecasts directly without the need for API authentication.

Are there limitations when using this approach for general weather inquiries?

Yes, the main limitation is its complete reliance on external web services like wttr.in and Open-Meteo. If these services are unavailable or your network connection fails, weather conditions and forecasts cannot be retrieved.