weather

Retrieves current weather and short forecasts for cities or coordinates via wttr.in and Open-Meteo.

3|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/matparang/AutoJaga --skill weather-matparang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weather
Source: https://github.com/matparang/AutoJaga/tree/main/legacy/jagabot/skills/weather
Command: npx skills add https://github.com/matparang/AutoJaga --skill weather-matparang

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Retrieve current weather conditions and short forecasts for a specified location without requiring an API key.

Core Features & Use Cases

  • Retrieve current conditions (temperature, humidity, wind) for cities or coordinates.
  • Obtain short forecasts for planning outdoor activities or travel.
  • No API keys required; uses wttr.in as primary and Open-Meteo as fallback.

Quick Start

Ask for the current weather in a city to receive the conditions and 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 conditions for a city without an API key?

You can retrieve current weather conditions for a city without an API key by using this Skill, which fetches temperature, humidity, and wind data via curl from wttr.in with Open-Meteo as a fallback.

Can I look up weather forecasts using coordinates instead of a city name?

Yes, you can look up weather forecasts using coordinates. This Skill supports quick weather lookups for both cities and coordinates to help with travel planning and outdoor activities.

What is the best way to get a quick weather forecast for travel planning?

The best way to get a quick weather forecast for travel planning is to request conditions for a specific location. This Skill provides short forecasts and current conditions using wttr.in, requiring no API key.

Do I need to set up an API key to fetch weather data with curl?

No, you do not need to set up an API key to fetch weather data. This Skill retrieves current conditions and short forecasts using curl with wttr.in as the primary source and Open-Meteo as a fallback.

What happens if the wttr.in weather lookup fails?

If the wttr.in weather lookup fails, the Skill automatically falls back to Open-Meteo to retrieve the current weather and short forecast for the specified location, ensuring reliable data access.

Does this weather lookup provide detailed data like humidity and wind?

Yes, this weather lookup provides detailed data including temperature, humidity, and wind. It retrieves current conditions and short forecasts suitable for daily planning and outdoor activities.