weather

Retrieve current weather and forecasts via wttr.in and Open-Meteo APIs.

Updated Jan 20, 2026
One-click install
npx skills add https://github.com/Team-Hireal/RealChat --skill weather-team-hireal
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weather
Source: https://github.com/Team-Hireal/RealChat/tree/main/openclaw/skills/weather
Command: npx skills add https://github.com/Team-Hireal/RealChat --skill weather-team-hireal

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides quick and easy access to current weather conditions and forecasts for any location, without requiring API keys or complex setup.

Core Features & Use Cases

  • Current Weather: Get a concise summary of temperature, conditions, and wind for a specified location.
  • Forecasts: Retrieve detailed weather forecasts.
  • Multiple Services: Utilizes wttr.in for user-friendly output and Open-Meteo for programmatic JSON data.
  • Use Case: Planning an outdoor event? Quickly check the weather for your city to make informed decisions.

Quick Start

Get the current weather for Paris in a compact format.

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 weather conditions and forecasts for any specified location using this Skill. It fetches temperature, wind, and condition data from wttr.in and Open-Meteo without requiring API keys.

How does curl retrieve weather data without an API key?

curl retrieves weather data by querying free public services like wttr.in and Open-Meteo. These public APIs provide current conditions and forecasts without requiring authentication or API keys.

Can I get machine-readable JSON weather forecasts instead of human-readable summaries?

Yes, you can get machine-readable JSON weather forecasts. The Skill uses the Open-Meteo API to provide programmatic JSON data alongside human-readable summaries from wttr.in.

Does this weather Skill work worldwide for any city?

Yes, this weather Skill works worldwide for any specified location. It retrieves current conditions and forecasts globally using free public services like wttr.in and Open-Meteo.

What is the best way to check temperature and conditions for planning an outdoor event?

The best way to check temperature and conditions for planning an outdoor event is to request a concise summary for your city. This provides temperature, wind, and current conditions to inform your decisions.