weather

Retrieve current weather conditions and forecasts using wttr.in and Open-Meteo APIs.

Updated Feb 4, 2026
One-click install
npx skills add https://github.com/lehalpaul/agents --skill weather-lehalpaul
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weather
Source: https://github.com/lehalpaul/agents/tree/main/skills/weather
Command: npx skills add https://github.com/lehalpaul/agents --skill weather-lehalpaul

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl.

What problem does it solve?

This Skill provides quick access to current weather conditions and forecasts for any location without requiring API keys or complex setup.

Core Features & Use Cases

  • Current Weather: Get a one-liner summary of the weather for a specified city.
  • Detailed Forecasts: Retrieve comprehensive weather forecasts, including temperature, humidity, and wind conditions.
  • Programmatic Access: Utilize a fallback JSON API for integrating weather data into other applications.
  • Use Case: Planning an outdoor event? Quickly check the weather for your location to make informed decisions.

Quick Start

Get the current weather for London.

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 specific location using command line?

Retrieve current weather conditions by specifying a location to get a one-liner summary, compact output, or detailed forecast from public services like wttr.in and Open-Meteo using curl.

Do I need an API key to retrieve a detailed weather forecast?

No API key is needed to retrieve detailed weather forecasts. The tool queries free public services like wttr.in and Open-Meteo to fetch temperature, humidity, and wind conditions without complex setup.

Can I get weather forecast data in JSON format for programmatic access?

Yes, weather data can be returned as programmatic JSON responses. A fallback JSON API is supported specifically for integrating weather conditions and forecasts into other applications.

Does the weather forecast tool work without installing heavy dependencies?

The tool operates with minimal dependencies, requiring only the curl utility for data retrieval. It leverages free public services like wttr.in and Open-Meteo to provide instant weather updates and forecasts.

What is the best way to check weather conditions for planning an outdoor event?

Retrieve a detailed weather forecast for your specified location, including temperature, humidity, and wind conditions, to make informed decisions when planning an outdoor event without needing API keys.