weather

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill solves the need for a quick and easy way to check the current weather and forecasts, without the need for any additional API key.

Core Features & Use Cases

  • Current Weather: Get the current weather condition and temperature.
  • Forecast: Receive a brief forecast, including condition, temperature, humidity, wind, and location.
  • Flexible Output: Offers multiple formats for output, including a compact and full forecast view.
  • Use Case: If you need to know the weather quickly without opening a separate application or website.

Quick Start

Ask "What is the weather like in New York?" or "What's the forecast for today?"

Frequently Asked Questions about weather

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check the current weather and temperature without an API key?

You can check the current weather and temperature without an API key by using curl to access public endpoints like wttr.in and Open-Meteo, which provide current conditions and forecasts directly.

Can I get a weather forecast using curl with Open-Meteo?

Yes, you can retrieve a weather forecast using curl with Open-Meteo and wttr.in public endpoints. This approach returns condition, temperature, humidity, and wind data without requiring external API authentication.

What's the best way to quickly check weather conditions for a specific location?

The best way to quickly check weather conditions for a specific location is querying public APIs like wttr.in or Open-Meteo via curl, returning current temperature, humidity, and forecast data instantly without a separate application.

How do I get a compact weather forecast output in the terminal?

To get a compact weather forecast output in the terminal, use curl with supported public endpoints to request brief formats, delivering condition, temperature, and wind details directly to your command line interface.

Do I need to install any dependencies to fetch current weather conditions?

You only need the curl dependency installed to fetch current weather conditions. This tool queries public APIs like Open-Meteo to retrieve humidity, temperature, and forecasts without additional software or API keys.