weather

Retrieve current weather and forecasts from wttr.in or Open-Meteo without API keys.

869|203|Updated May 7, 2026
One-click install
npx skills add https://github.com/freestylefly/wesight --skill weather-freestylefly
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: weather
Source: https://github.com/freestylefly/wesight/tree/main/SKILLs/weather
Command: npx skills add https://github.com/freestylefly/wesight --skill weather-freestylefly

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Users need quick, keyless access to current weather and short-term forecasts without managing API keys or custom integrations. This skill provides a simple, no-setup way to retrieve weather data from public services.

Core Features & Use Cases

  • Quick weather lookups for cities worldwide using wttr.in as primary source and Open-Meteo as fallback.
  • No API keys required; works in environments with curl or HTTP access.
  • Use Case: Plan outdoor activities or travel with instant weather checks.

Quick Start

Query the current weather for a city using wttr.in.

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 without an API key by querying publicly accessible services like wttr.in and Open-Meteo. This approach uses curl or HTTP requests to retrieve human-readable weather data directly, making it ideal for quick daily planning, travel checks, and weather-aware scheduling without setup.

Can I use wttr.in with curl for quick weather lookups?▼

Use wttr.in with curl to perform quick weather lookups for cities worldwide. It serves as the primary source for retrieving current conditions and short-term forecasts, returning human-readable results suitable for direct display in terminal environments or automated scheduling scripts.

What is the best way to check weather for travel planning without managing custom integrations?▼

Check weather for travel planning without custom integrations by using keyless public services like wttr.in, with Open-Meteo as a fallback. This method provides instant weather checks for outdoor activities or travel across cities and regions without requiring account setup or API management.

Does Open-Meteo work as a fallback for weather forecasts if wttr.in fails?▼

Open-Meteo works as a fallback for weather forecasts if wttr.in fails. It is a publicly accessible weather service that does not require an API key, ensuring you can still retrieve current conditions and short-term forecasts for your location when the primary source is unavailable.

Do I need to install any dependencies to retrieve weather data via wttr.in?▼

No dependencies are required to retrieve weather data via wttr.in beyond having curl or HTTP access. The skill operates in environments with standard command-line tools, fetching weather data directly from public services without needing additional libraries, packages, or API keys.