Home Tutorials Categories Skills About
ZH EN JA KO
🌤️

Weather

Weather Calendar & Lifestyle

Install Command

npx clawhub@latest install weather

Installation Guide

1
Check Environment

Make sure Node.js 22+ and OpenClaw are installed. Run openclaw --version in your terminal to verify.

2
Run Installation

Run the install command above in your terminal. ClawHub will automatically download and install Weather to the ~/.openclaw/skills/ directory.

3
Verify Installation

Run openclaw skills list to check your installed skills and confirm Weather appears in the list.

4
Configure (Optional)

Follow the configuration instructions in the description below to add skill settings to ~/.config/openclaw/openclaw.json5.

Manual Installation: Copy the Skill folder to ~/.openclaw/skills/ or the skills/ directory in your project root. Make sure the folder contains a SKILL.md file.
Real-Time Weather Multi-Day Forecast Global Coverage

Detailed Description

The Weather skill lets OpenClaw query real-time weather and multi-day forecasts for any location worldwide — your essential information assistant before heading out.

Core Features

  • Real-Time Weather: Query current temperature, feels-like temperature, and weather conditions
  • Multi-Day Forecast: 7-day weather forecast
  • Detailed Data: Humidity, wind speed, wind direction, precipitation probability, UV index, visibility
  • Multiple Query Methods: Query by city name, zip code, or latitude/longitude
  • Weather Alerts: Receive severe weather warning information

Configuration

Uses Open-Meteo by default (free, no API Key required). Can also be configured for OpenWeatherMap or WeatherAPI.

{
  skills: {
    weather: {
      provider: "open-meteo",  // open-meteo, openweathermap, weatherapi
      units: "metric",
      language: "zh"
    }
  }
}

Use Cases

  • "What's the weather like in Beijing today?"
  • "Will it rain in Tokyo this week?"
  • "Is tomorrow a good day for outdoor exercise in Shenzhen?"
  • "What's the current temperature and humidity in New York?"