weather

Fetch current weather and forecasts via curl from wttr.in.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly retrieve current weather and forecasts for any location without needing API keys or multiple sources.

Core Features & Use Cases

  • Real-time lookup: fetch current conditions for a city via curl against wttr.in.
  • Forecast access: retrieve short-term forecasts without API keys for planning.
  • Use Case: Plan outdoor activities or API-agnostic automation where weather data is required.

Quick Start

Ask for the current weather in a city and receive a concise forecast.

Frequently Asked Questions about weather

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

FAQPage Schema
How do I get weather forecasts with curl without an API key?

You can get weather forecasts with curl by querying the public wttr.in service, which requires no API key. The Skill fetches current conditions and short-term forecasts for any specified location directly through curl HTTP requests.

Can I retrieve current weather data for automation workflows using wttr.in?

Yes, you can retrieve current weather data for automation workflows using wttr.in via curl. The Skill is designed for CLI workflows and API-agnostic automation, fetching real-time conditions and forecasts without needing API keys.

What happens if wttr.in is unavailable when fetching weather data?

If wttr.in is unavailable when fetching weather data, the Skill automatically falls back to Open-Meteo as a secondary source. This ensures you still retrieve current conditions and forecasts even if the primary service is down.

Do I need to install any dependencies to use this weather Skill?

You only need curl installed as your HTTP client to use this weather Skill. There are no other dependencies required, as it relies on public services like wttr.in and Open-Meteo that do not require API keys.

What's the best way to get a short-term weather forecast for a city from the command line?

The best way to get a short-term weather forecast for a city from the command line is using curl against wttr.in. This approach requires no API key and provides concise current conditions and forecasts suitable for planning.

Are there limitations to using no-API-key weather services like wttr.in?

Using no-API-key weather services like wttr.in means you rely on public endpoints with potential availability or rate limits. The Skill mitigates this by including Open-Meteo as a fallback, but advanced features like historical data are not supported.