weather

Fetch current weather and short-term forecasts for any location.

Updated Mar 19, 2026
One-click install
npx skills add https://github.com/jason9693/Open-Jordy --skill weather-jason9693
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weather
Source: https://github.com/jason9693/Open-Jordy/tree/main/openjordy/skills/weather
Command: npx skills add https://github.com/jason9693/Open-Jordy --skill weather-jason9693

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Get quick, reliable weather information for any location without needing complex setup or API keys.

Core Features & Use Cases

  • Current Weather: Fetch current conditions for a city, region, or airport code.
  • Forecasts: Retrieve short- to medium-term forecasts for planning.
  • Flexible Outputs: Format results via simple text or structured data for downstream use.

Quick Start

Ask for the current weather in a city, and the skill will fetch it using wttr.in or Open-Meteo.

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?

Get current weather and forecasts by fetching data from public services like wttr.in and Open-Meteo without requiring API keys. You can query conditions for any city, region, or airport code and format results as plain text or JSON.

Can I retrieve weather data for airports and specific regions?

Yes, you can retrieve weather data for airports and specific regions. The skill fetches current conditions and short-term forecasts using location queries for cities, regions, or airport codes via wttr.in and Open-Meteo.

How do I format weather forecast outputs as JSON for downstream use?

Format weather forecast outputs as JSON by specifying structured data formatting when fetching from wttr.in or Open-Meteo. This allows you to parse current conditions and short-term forecasts for downstream data and analytics workflows.

What is the best way to fetch short-term weather forecasts for daily planning?

The best way to fetch short-term weather forecasts for daily planning is using public services like wttr.in and Open-Meteo. They provide quick, reliable current conditions and medium-term forecasts without complex setup or API keys.

Does wttr.in work with curl and CLI tools for quick weather lookups?

Yes, wttr.in works with curl and CLI tools for quick weather lookups. You can fetch current conditions and forecasts for any location directly from the command line and receive output in plain text or JSON format.

Are there limitations when using Open-Meteo for travel weather queries?

Limitations when using Open-Meteo for travel weather queries include relying on public service availability and short- to medium-term forecast accuracy. Complex setup is avoided, but data depends on the external wttr.in and Open-Meteo endpoints.