weather

Fetch real-time weather and 7-day forecasts via Open-Meteo APIs.

8|1|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/gujiachun-rainbow/RainClaw --skill weather-gujiachun-rainbow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weather
Source: https://github.com/gujiachun-rainbow/RainClaw/tree/main/Skills/weather
Command: npx skills add https://github.com/gujiachun-rainbow/RainClaw --skill weather-gujiachun-rainbow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Weather planning and decision-making require quick access to current conditions and near-future forecasts for cities worldwide. This skill provides fast, reliable weather information without API keys, supporting both Chinese and English city names.

Core Features & Use Cases

  • Real-time weather for any city using Open-Meteo APIs.
  • 7-day forecast with daily high/low temps and precipitation likelihood.
  • Language support for Chinese and English city names and outputs.
  • Practical use cases include outdoor planning, travel decisions, or code integrations for weather-aware automation.

Quick Start

Ask me for the current weather or a 7-day forecast for any city, for example "weather in Beijing" or "Shanghai 7-day forecast".

Frequently Asked Questions about weather

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get real-time weather data and a 7-day forecast for a specific city?

To get real-time weather data and a 7-day forecast, provide a city name. The skill uses geocoding to resolve coordinates and fetches current temperature, precipitation, humidity, and wind from Open-Meteo APIs.

Can I retrieve weather forecasts using Chinese city names?

Yes, you can retrieve weather forecasts using Chinese city names. The skill handles both Chinese and English inputs for geocoding and returns human-readable weather summaries in the corresponding language.

Do I need an API key to fetch temperature and wind data?

No, you do not need an API key to fetch temperature and wind data. The skill retrieves current conditions and daily forecasts directly using the free Open-Meteo APIs without requiring authentication.

What specific weather metrics are included in the forecast output?

The forecast output includes specific weather metrics such as daily high and low temperatures, precipitation likelihood, current humidity, and wind speed, presented in natural language with configurable units.

How does the geocoding process handle city names to fetch weather data?

The geocoding process resolves inputted city names into geographic coordinates. These coordinates are then used to query Open-Meteo APIs for accurate real-time weather data and 7-day daily forecasts.

Are there limitations when using Open-Meteo for 7-day weather forecasts?

A limitation is that 7-day weather forecasts depend entirely on Open-Meteo API availability and its geocoding database, meaning obscure or unmapped locations may fail to resolve coordinates and return data.