weather

Retrieve real-time weather conditions and multi-day forecasts via wttr.in.

6|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/me2Doc/friendlyclaw --skill weather-me2doc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weather
Source: https://github.com/me2Doc/friendlyclaw/tree/main/body/skills/weather
Command: npx skills add https://github.com/me2Doc/friendlyclaw --skill weather-me2doc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl.

What problem does it solve?

This skill eliminates the need to manually search for weather updates by providing real-time meteorological data and forecasts directly within your command interface.

Core Features & Use Cases

  • Current Conditions: Retrieve immediate temperature, wind, and humidity data for any global location.
  • Forecasts: Access multi-day weather outlooks to assist with travel or schedule planning.
  • Use Case: Quickly check if you need an umbrella or a jacket before heading out by querying the current conditions and precipitation forecast for your specific city.

Quick Start

Ask the weather skill to provide the three day forecast 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 real-time weather conditions and forecasts without leaving my terminal?

To get real-time weather conditions, this tool retrieves meteorological data and multi-day forecasts directly using the wttr.in service. It parses returned data for any global location, eliminating manual web searches.

Can I check weather forecasts for airport codes and global cities?

Yes, you can check weather forecasts for airport codes and global cities. The service operates across worldwide locations, parsing current temperature, wind, and humidity data for travel and scheduling tasks.

Do I need curl installed to retrieve meteorological data?

Yes, you need curl installed to retrieve meteorological data. The skill requires curl to execute HTTP requests to the wttr.in service and parse the returned forecast information for your specified location.

What is the best way to plan travel using multi-day weather outlooks?

The best way to plan travel is querying multi-day weather outlooks. This retrieves immediate precipitation forecasts and temperature data for your specific city, helping you decide if you need an umbrella or jacket.

Does the wttr.in service support current conditions and precipitation forecasts?

Yes, the wttr.in service supports current conditions and precipitation forecasts. It provides immediate temperature, wind, and humidity data alongside multi-day weather outlooks for global locations.

What happens if the HTTP request to retrieve weather data fails?

If the HTTP request fails, weather data cannot be retrieved. This skill relies entirely on curl executing successful HTTP requests to the wttr.in service to parse and return current meteorological conditions.