weather

Fetch current weather and forecasts from wttr.in in text, JSON, or images.

1|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/kk580kk/Investment-analysis-reports --skill weather-kk580kk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weather
Source: https://github.com/kk580kk/Investment-analysis-reports/tree/main/skills/weather
Command: npx skills add https://github.com/kk580kk/Investment-analysis-reports --skill weather-kk580kk

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill addresses the need for quick access to current weather conditions and forecasts without the complexities of historical data or detailed meteorological analysis.

Core Features & Use Cases

  • Real-time Weather: Get the latest weather data and forecasts.
  • Global Coverage: Check weather across the world using location names or airport codes.
  • Flexible Formats: Access information in various formats like plain text, JSON, or images.

Quick Start

Get the weather in London: curl "wttr.in/London"

Frequently Asked Questions about weather

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

FAQPage Schema
How do I get real-time weather forecasts using curl?

You can fetch real-time weather forecasts by running curl against the wttr.in service with a city name or airport code. This returns current conditions formatted as plain text, JSON, or images.

Can I check global weather conditions using an airport code?

Yes, global weather conditions can be checked using airport codes. The wttr.in service supports querying worldwide locations by city names, regions, or airport codes to deliver real-time data.

What is the best way to fetch current weather data without historical analysis?

Using a lightweight command-line tool like curl with the wttr.in service is the best way to get current weather. It delivers real-time data and forecasts without the complexities of historical meteorological analysis.

What formats are available when fetching weather data via wttr.in?

Weather data from wttr.in is available in plain text, JSON, and image formats. This allows you to retrieve real-time conditions and forecasts in the structure that best fits your application or workflow.

Do I need curl installed to retrieve weather forecasts for my location?

Yes, curl is required to perform the requests. The Skill relies on this dependency to fetch real-time weather data and forecasts from the wttr.in service for your specified location.