weather

Fetch current weather and short-range forecasts from wttr.in and Open-Meteo.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/menhulu233/gearlai --skill weather-menhulu233
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weather
Source: https://github.com/menhulu233/gearlai/tree/main/SKILLs/weather
Command: npx skills add https://github.com/menhulu233/gearlai --skill weather-menhulu233

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

People need quick access to current weather and forecasts without managing API keys or building weather integrations.

Core Features & Use Cases

  • Real-time weather for any city
  • Short-term forecasts for planning activities
  • No API key required, relying on public services like wttr.in
  • Use Case: decide whether to carry an umbrella or plan outdoor events based on today's weather forecast

Quick Start

Ask the AI for the current weather in a city and a short forecast.

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 and forecasts without an API key?

You can get current weather and forecasts without an API key by using public services like wttr.in and Open-Meteo. This approach fetches real-time city-based data and short-range forecasts via curl HTTP requests, requiring no external authentication.

Can I check the weather forecast for a specific city to plan outdoor activities?

Yes, you can check the weather forecast for a specific city to plan outdoor activities. The system supports city-based lookups and short-range forecasts, helping you decide whether to carry an umbrella or plan events based on today's weather forecast.

Do I need to install any dependencies to fetch weather data using curl?

You need curl installed to fetch weather data, as it handles the HTTP requests to public services. However, no API keys or external authentication dependencies are required, relying entirely on public services like wttr.in and Open-Meteo.

How does wttr.in work for retrieving short-range weather forecasts?

wttr.in works for retrieving short-range weather forecasts by providing a public, console-oriented weather service. It returns current conditions and forecasts for any city without requiring an API key, assuming no external authentication for the HTTP requests.

What are the limitations of using public services like Open-Meteo for weather lookups?

Limitations of using public services like Open-Meteo for weather lookups include reliance on curl for HTTP requests and the absence of external authentication. It supports short-range forecasts and city-based lookups across different units and formats, but may lack advanced historical data.

What's the best way to retrieve real-time weather data across different units and formats?

The best way to retrieve real-time weather data across different units and formats is using public services like wttr.in and Open-Meteo. They support city-based lookups and short-range forecasts via curl without requiring an API key, ensuring quick access for daily planning.