weather

Retrieve current weather and forecast data for specified locations via wttr.in.

1|1|Updated Dec 21, 2025
One-click install
npx skills add https://github.com/Kjdragan/universal_agent --skill weather-kjdragan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weather
Source: https://github.com/Kjdragan/universal_agent/tree/main/.claude/skills/weather
Command: npx skills add https://github.com/Kjdragan/universal_agent --skill weather-kjdragan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a simple way to retrieve current weather and forecasts for any location without API keys, enabling quick weather-aware automation and planning.

Core Features & Use Cases

  • No API keys required: Access weather data from wttr.in directly.
  • Multi-source support: Primary data from wttr.in with Open-Meteo as a fallback for JSON data.
  • Flexible formats: Quick one-line, compact, and full forecast outputs for integration into scripts or dashboards.
  • Use cases include monitoring daily conditions, travel planning, and automation-driven alerts.

Quick Start

Query the weather for a city by requesting current conditions or a forecast using simple commands.

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 retrieve current weather and forecasts without an API key by using curl to request data directly from wttr.in, with Open-Meteo serving as a JSON fallback. This approach provides quick one-line, compact, or full forecast outputs for any city worldwide.

Can I use curl to fetch weather data for automation scripts?

Yes, you can use curl to fetch weather data for automation scripts. This skill retrieves current conditions and forecasts via HTTP requests, enabling integration into dashboards, alerts, or automation workflows without requiring API keys.

Does this weather skill support JSON output for dashboards?

Yes, this weather skill supports JSON output for dashboards by using Open-Meteo as a fallback source. It offers flexible formats including quick one-line, compact, and full forecast outputs suitable for integration into various scripts and monitoring systems.

What is the best way to retrieve weather data for multiple cities worldwide?

The best way to retrieve weather data for multiple cities worldwide is by querying wttr.in via curl. This method provides current conditions and forecasts without API keys, supporting quick one-line, compact, and full output formats for global locations.

What happens if wttr.in is unavailable when fetching weather forecasts?

If wttr.in is unavailable, the skill automatically falls back to Open-Meteo to retrieve JSON weather data. This multi-source support ensures you can still access current conditions and forecasts for your specified location.

Do I need to install any dependencies to get weather forecasts with curl?

No, you do not need to install any dependencies to get weather forecasts. The skill relies solely on curl for HTTP requests and accesses wttr.in and Open-Meteo directly, requiring no API keys or additional packages.