weather

Retrieve real-time weather and forecasts for any location via curl.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Real-time weather information for any location without API keys enables quick planning and integration into automation.

Core Features & Use Cases

  • Real-time weather lookups for any city without keys
  • Forecasts and current conditions via simple curl commands
  • Use cases include daily planning, travel prep, and weather-aware automation

Quick Start

Ask for the current weather in your city to receive a short forecast.

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 get current weather and forecasts without an API key by using curl commands to query wttr.in and Open-Meteo. This approach provides real-time conditions for any city, making it useful for daily planning and automation.

Can I retrieve weather information for any location using curl?

Yes, you can retrieve weather information for any location using curl commands. The Skill queries wttr.in and Open-Meteo directly, allowing you to fetch real-time conditions and forecasts without needing to manage API keys.

What is the best way to integrate real-time weather data into automation workflows?

The best way to integrate real-time weather data into automation workflows is by using curl to fetch data from no-API-key services like wttr.in and Open-Meteo. This enables weather-aware automation for tasks like travel prep without authentication overhead.

Do I need to install dependencies or components to check weather via wttr.in?

No, you do not need to install dependencies or components to check weather via wttr.in. The Skill operates with zero dependencies, relying entirely on basic curl commands to access Open-Meteo and wttr.in for current conditions and forecasts.

Why use Open-Meteo and wttr.in for weather lookups instead of other API services?

You use Open-Meteo and wttr.in for weather lookups to eliminate the need for API keys. This removes the entry barrier of registering for credentials, allowing for immediate integration of current conditions and forecasts into simple commands or scripts.

Are there limitations to fetching weather forecasts without API keys?

Fetching weather forecasts without API keys relies entirely on the availability and rate limits of wttr.in and Open-Meteo. While suitable for quick lookups and basic automation, heavy usage or complex queries might be constrained by these no-API-key services.