weather

Retrieve current weather and daily forecasts via the Open-Meteo KMA API.

22|7|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/berrzebb/SoulFlow-Orchestrator --skill weather-berrzebb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weather
Source: https://github.com/berrzebb/SoulFlow-Orchestrator/tree/main/src/skills/weather
Command: npx skills add https://github.com/berrzebb/SoulFlow-Orchestrator --skill weather-berrzebb

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides current weather conditions and forecasts for any location, helping users stay informed about the weather.

Core Features & Use Cases

  • Current Weather: Get real-time temperature, humidity, wind speed, and weather conditions.
  • Forecasts: Access daily weather forecasts, including temperature highs and lows, precipitation, and wind.
  • Location Search: Automatically converts city names to coordinates using a geocoding API if not already known.
  • Use Case: A user asks "What's the weather like in Seoul tomorrow?" and the skill provides a detailed forecast.

Quick Start

Get the current weather for Seoul.

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 forecasts without an API key?

You can get current weather conditions and forecasts without an API key by using the Open-Meteo KMA API, which requires no authentication. It provides real-time temperature, humidity, wind speed, and daily forecasts for any specified location.

Can I retrieve weather forecasts for cities that are not already in the system?

Yes, you can retrieve weather forecasts for unknown cities because the system automatically converts city names to coordinates using a geocoding API. This ensures accurate weather data retrieval for any globally specified location.

What specific weather data is available for Korea using the Open-Meteo KMA API?

The Open-Meteo KMA API provides detailed weather data for Korea including current temperature, humidity, wind speed, weather codes, and daily forecasts. Users receive comprehensive temperature highs, lows, and precipitation information.

Does the weather retrieval process require any external dependencies or components?

No, the weather retrieval process requires no external dependencies or components to operate. It functions independently by directly querying the Open-Meteo KMA API to fetch current conditions and daily forecasts.

How do I find out what the weather will be like in Seoul tomorrow?

To find the weather in Seoul tomorrow, simply query the forecast for Seoul. The system automatically handles geocoding and returns detailed daily forecasts including temperature highs, lows, precipitation, and wind conditions.