weather

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

339|34|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/Kxiandaoyan/Memoh-v2 --skill weather-kxiandaoyan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weather
Source: https://github.com/Kxiandaoyan/Memoh-v2/tree/main/internal/skills/defaults/weather
Command: npx skills add https://github.com/Kxiandaoyan/Memoh-v2 --skill weather-kxiandaoyan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides quick access to current weather conditions and forecasts without requiring any API keys or complex setup, making it easy to get weather information on demand.

Core Features & Use Cases

  • Current Weather: Get real-time temperature, conditions, and humidity.
  • Forecasts: Access short-term weather predictions.
  • Multiple Locations: Query weather for any city or airport code.
  • 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.

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 for a specific location?

To get current weather conditions and forecasts, you can query the Skill using a city name, airport code, or coordinates. It retrieves real-time temperature, humidity, and short-term predictions from public APIs without requiring API keys.

What's the best way to check the weather for an outdoor event without setting up API keys?

The best way to check the weather without API keys is using this Skill, which relies on curl to interact with wttr.in and Open-Meteo services. It provides formatted text or JSON output for any location instantly.

Can I query weather forecasts using airport codes or coordinates instead of city names?

Yes, you can query weather forecasts using airport codes or coordinates. The Skill supports querying by city name, airport code, or coordinates to retrieve current conditions and short-term predictions from public APIs.

Does retrieving weather data require any complex setup or dependencies?

Retrieving weather data requires no complex setup or dependencies. The Skill relies on curl to interact with wttr.in and Open-Meteo services, providing formatted text or JSON output directly without needing API keys.

What output formats are supported when retrieving weather updates?

Supported output formats include both formatted text and JSON. The Skill retrieves current weather conditions and forecasts from public APIs like wttr.in and Open-Meteo, returning the data in your preferred format for any specified location.

Why use this approach over other tools in the same category for getting weather updates?

You would use this approach over other tools because it provides instant weather updates without API keys. It directly uses curl with public services like wttr.in and Open-Meteo, making it easy to get real-time conditions and forecasts on demand.