weather

Retrieve current weather conditions and forecasts for any global location.

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

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 specified location, helping users stay informed about weather changes.

Core Features & Use Cases

  • Current Weather: Retrieve real-time weather conditions, including temperature, wind, and humidity.
  • Forecasts: Obtain daily and weekly weather forecasts.
  • Use Case: Planning a trip? Ask for the weather forecast in your destination city to pack appropriately.

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

You can retrieve current weather conditions and forecasts for any global location using wttr.in or Open-Meteo, returning real-time temperature, wind, and humidity data without requiring an API key.

Do I need an API key to check the weather forecast with wttr.in?

No, you do not need an API key to check the weather forecast. The Skill retrieves current conditions and forecasts directly using wttr.in or Open-Meteo, relying only on the curl binary for execution.

Can I use curl to retrieve temperature and wind data for trip planning?

Yes, you can use curl to retrieve temperature and wind data for trip planning. The Skill queries global locations to provide current conditions and daily or weekly forecasts to help you pack appropriately.

Does the weather forecast Skill work for any global location?

Yes, the weather forecast Skill works for any global location. It retrieves current conditions and future forecasts for your specified area using wttr.in or Open-Meteo, provided the curl binary is installed.

What are the limitations of using wttr.in for weather forecasts?

A limitation of using wttr.in for weather forecasts is the dependency on the curl binary for execution. The Skill provides current conditions and forecasts without an API key, but requires this specific command-line tool to be available.