weather

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

1|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/91zgaoge/memoh-X --skill weather-91zgaoge
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weather
Source: https://github.com/91zgaoge/memoh-X/tree/main/internal/skills/defaults/weather
Command: npx skills add https://github.com/91zgaoge/memoh-X --skill weather-91zgaoge

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl.

What problem does it solve?

This Skill provides quick access to current weather conditions and forecasts for any location without requiring users to sign up for or manage API keys.

Core Features & Use Cases

  • Current Weather: Get real-time temperature, conditions, and humidity.
  • Forecasts: Access short-term and extended weather predictions.
  • Multiple Formats: View weather data in simple text or detailed formats.
  • Use Case: Ask for the weather in Paris to plan your day, or check the forecast for a specific airport code like JFK.

Quick Start

Use the weather skill to get the current weather for London.

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 retrieve current weather conditions and forecasts without an API key by using public APIs like wttr.in and Open-Meteo. This approach requires only the curl command-line utility to fetch real-time temperature, humidity, and extended predictions for specified locations.

Can I check the weather for a specific airport code using curl?

Yes, you can check the weather for a specific airport code like JFK using curl. The system queries public APIs such as wttr.in to return current weather conditions and forecasts for that location without requiring an API key.

What is the best way to retrieve a detailed weather forecast from a public API?

The best way to retrieve a detailed weather forecast from a public API is by using curl to query wttr.in or Open-Meteo. These sources support multiple output formats, allowing you to view extended weather predictions in simple text or detailed formats.

Do I need to install any dependencies to fetch weather data via command line?

You only need the curl command-line utility installed to fetch weather data via command line. No additional dependencies or API keys are required, as the system utilizes wttr.in and Open-Meteo as primary and fallback data sources.

Why does my weather forecast request return a concise text format instead of detailed data?

Your weather forecast request returns a concise text format because the public APIs support various output formats. You can specify whether you need simple text, detailed forecasts, or image-based weather reports when querying the data sources with curl.

Are there limitations to using public APIs for weather updates?

Limitations of using public APIs for weather updates include relying on the availability of wttr.in and Open-Meteo, with the latter acting as a fallback. If the primary source fails, the system switches, but both require curl and depend on public access.