weather

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

Updated Feb 16, 2026
One-click install
npx skills add https://github.com/dsactivi-2/Mujo-Team --skill weather-dsactivi-2
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weather
Source: https://github.com/dsactivi-2/Mujo-Team/tree/main/skills/weather
Command: npx skills add https://github.com/dsactivi-2/Mujo-Team --skill weather-dsactivi-2

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, and includes references (resource) components.

What problem does it solve?

This Skill provides 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 a quick, one-line summary of weather conditions.
  • Detailed Forecasts: Access comprehensive weather information including temperature, humidity, and wind.
  • Multiple Services: Utilizes wttr.in as the primary service and Open-Meteo as a fallback for programmatic access.
  • 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 in a compact format.

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 weather conditions and forecasts without an API key by using curl to interact with free public web services like wttr.in and Open-Meteo, fetching temperature, humidity, and wind speed for your specified location.

Can I check the weather for a specific city using curl?

Yes, you can check the weather for a specific city using curl to request data from wttr.in, which provides a quick one-line summary or compact format output for your location.

Does this weather forecast approach work if wttr.in is unavailable?

If wttr.in is unavailable, the approach works by using Open-Meteo as a fallback API to programmatically retrieve current weather conditions and detailed forecasts for your location.

What data points are included in a free weather forecast from Open-Meteo?

A free weather forecast from Open-Meteo includes comprehensive data points such as current temperature, humidity, wind speed, and overall weather conditions for the specified location.

What is the best way to retrieve a compact weather summary for event planning?

The best way to retrieve a compact weather summary for event planning is by using curl with wttr.in to get a quick one-line output of current conditions and forecasts for your city.

Do I need to install any dependencies to fetch weather data from public web services?

You need curl installed to fetch weather data, as it is the required dependency for interacting with the free public web services to retrieve your weather forecast.