weather

Fetch current weather and short-term forecasts via wttr.in.

Updated May 7, 2026
One-click install
npx skills add https://github.com/MOODMNKY-LLC/mnky-atlas --skill weather-moodmnky-llc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weather
Source: https://github.com/MOODMNKY-LLC/mnky-atlas/tree/main/skills/weather
Command: npx skills add https://github.com/MOODMNKY-LLC/mnky-atlas --skill weather-moodmnky-llc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Users often need quick, no-signup access to accurate current weather conditions, short-term forecasts, and location-specific weather data for daily planning or travel, without navigating clunky apps or setting up paid API accounts.

Core Features & Use Cases

  • Real-time Weather Checks: Retrieve current temperature, precipitation, wind speed, and humidity for any city, region, airport code, or geographic coordinates.
  • Short-term Forecasts: Access 1-3 day weather forecasts to plan outdoor activities, trips, or commutes.
  • Travel Planning Support: Check destination weather conditions to pack appropriately or adjust travel itineraries. For example, use this skill to quickly verify if rain is expected during your upcoming weekend hike to prepare the right gear.

Quick Start

Use the weather skill to get the current 3-day forecast for Tokyo, including temperature, precipitation chances, and wind conditions.

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 a short-term forecast without an API key?

Retrieve current weather conditions and short-term forecasts by fetching data via the wttr.in service using curl, which requires no API keys or account signups. This method provides instant access to temperature, precipitation, and wind data for any global city or coordinates.

Can I check weather by airport code or geographic coordinates for travel planning?

Yes, you can check weather by airport code or geographic coordinates for travel planning. The service supports location-specific weather data queries for any global city, region, airport code, or set of coordinates to help you pack appropriately or adjust itineraries.

What is the best way to get a 1-3 day weather forecast in plain text or JSON?

The best way to get a 1-3 day weather forecast in plain text or JSON is using the wttr.in service via curl. It supports custom plain text and JSON output formats, providing short-term weather predictions to plan outdoor activities, trips, or commutes.

Does wttr.in support retrieving temperature and precipitation data for any global city?

Yes, wttr.in supports retrieving temperature, precipitation, wind speed, and humidity data for any global city. By using curl, you can fetch real-time conditions and location-specific weather data without needing to navigate clunky apps or paid API accounts.

What are the limitations of using curl with wttr.in for weather forecasts?

Limitations of using curl with wttr.in include being restricted to short-term 1-3 day weather forecasts and depending on the wttr.in service availability. As a basic implementation, it may lack historical data or advanced customization features found in paid weather APIs.