weather

Retrieve current weather and forecasts via the wttr.in service.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides quick access to current weather conditions and future forecasts for any location, eliminating the need to manually search weather websites.

Core Features & Use Cases

  • Current Weather: Get real-time temperature, conditions, and wind.
  • Forecasts: Retrieve daily and weekly weather predictions.
  • Use Case: Ask "What's the weather like in London tomorrow?" and get a concise forecast.

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?

To get current weather conditions and a forecast, this Skill retrieves real-time data for any specified location using the wttr.in service, providing temperature, conditions, and wind details. It eliminates the need to manually search weather websites.

Can I retrieve a one-line weather summary or multi-day forecast using wttr.in?

Yes, you can retrieve a one-line weather summary or multi-day forecast using wttr.in. This Skill supports various output formats including concise summaries, detailed conditions, weekly predictions, and raw JSON data.

Do I need curl to fetch weather forecasts through this Skill?

Yes, you need the curl binary to fetch weather forecasts. This Skill requires curl to make the HTTP requests to the wttr.in service and retrieve current conditions, temperature, and multi-day predictions.

What is the best way to get an instant weather update for a city like Paris?

The best way to get an instant weather update for a city like Paris is to request the current conditions from this Skill. It queries the wttr.in service to deliver immediate temperature, wind, and weather details.

Does this weather forecast tool support JSON data output for integration?

This weather forecast tool supports JSON data output for integration. By querying the wttr.in service, it can return current conditions and forecasts in JSON format alongside one-line summaries and detailed text.

Why does the weather forecast request fail when fetching conditions for a specified location?

The weather forecast request fails when fetching conditions if the curl binary is missing from your environment. This Skill requires curl to execute the HTTP requests to the wttr.in service for retrieving temperature and forecast data.