weather

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

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 weather predictions.
  • Location Flexibility: Works with city names, airport codes, or even geographical coordinates.
  • Use Case: A user asks "What's the weather like in Tokyo tomorrow?" and receives a concise forecast.

Quick Start

Get the current weather for Paris using the curl command.

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 using curl without an API key?

To get current weather conditions without an API key, use curl to query free public services like wttr.in or Open-Meteo, which return real-time temperature and humidity data for specified locations.

How do I retrieve a weather forecast for a specific location using command line tools?

Retrieve a weather forecast by executing curl requests against free public services such as wttr.in, passing a city name or geographical coordinates to receive short-term weather predictions directly in the terminal.

Can I use airport codes or geographical coordinates to fetch weather data?

Yes, you can fetch weather data using airport codes or geographical coordinates, as the retrieval mechanism supports flexible location inputs to query current conditions from public services like wttr.in.

Do I need to install any dependencies to check the weather via command line?

You only need the curl command-line tool installed to check the weather, as the Skill operates entirely without requiring API keys by relying on external public services for data retrieval.

What data points are available when requesting weather updates worldwide?

Available data points when requesting weather updates include temperature, atmospheric conditions, humidity, and wind speed, which are retrieved and formatted from public services like Open-Meteo.

Are there limitations to fetching weather forecasts for free using public services?

Limitations include relying on the availability and rate limits of free public services like wttr.in, meaning forecast access depends on external command-line tool connectivity and does not require managed API keys.