weather

Retrieve current weather and forecasts via wttr.in and Open-Meteo JSON endpoints.

Updated May 6, 2026
One-click install
npx skills add https://github.com/Uniquecrete/ThinkFasterv1 --skill weather-uniquecrete
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weather
Source: https://github.com/Uniquecrete/ThinkFasterv1/tree/main/Skills/weather
Command: npx skills add https://github.com/Uniquecrete/ThinkFasterv1 --skill weather-uniquecrete

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl.

What problem does it solve?

Weather lookups waste time when you need current conditions, basic forecasts, and location-specific details without searching the web manually.

Core Features & Use Cases

  • Fast current conditions (wttr.in): One-line responses for temperature, condition, humidity, and wind for any city, airport code, or URL-encoded location.
  • Full and format-specific forecasts: Compact formatting and full forecasts using wttr.in query options for quick human readability.
  • Programmatic fallback (Open-Meteo JSON): Retrieves current weather as JSON using latitude and longitude when you want structured data for automation.

Quick Start

Ask for the current weather in London by querying wttr.in with the format parameter for temperature, condition, humidity, wind, and feels-like output.

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 using curl without an API key?

You can get current weather without an API key by using curl to query the public wttr.in endpoint, which returns temperature, condition, humidity, and wind data for any specified city or airport code.

Can I retrieve weather forecast data in JSON format for automation?

Yes, you can retrieve weather data in JSON format for automation by querying the Open-Meteo endpoint with coordinates, which returns structured current weather information for programmatic use.

Does wttr.in support airport codes for local weather lookups?

Yes, wttr.in supports airport codes for local weather lookups, allowing you to retrieve current conditions and compact forecasts by passing the airport code directly via curl.

What's the best way to get a compact weather forecast via curl?

The best way to get a compact weather forecast via curl is to use wttr.in's format-specific query options, which deliver quick, human-readable current conditions and forecasts without extra output.

When should I use Open-Meteo instead of wttr.in for weather data?

You should use Open-Meteo instead of wttr.in when you need structured JSON output for programmatic automation, as Open-Meteo retrieves current weather by coordinates rather than human-readable text.

Do I need to install any dependencies to fetch weather forecasts?

You only need the curl command-line tool installed to fetch weather forecasts, as the Skill relies on curl-compatible HTTP calls to public no-key endpoints without requiring additional packages.