weather

Fetch real-time weather and forecasts for cities via curl from wttr.in.

Updated Mar 18, 2026
One-click install
npx skills add https://github.com/okbest2024/openclaw-backup --skill weather-okbest2024
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: weather
Source: https://github.com/okbest2024/openclaw-backup/tree/main/workspace/skills/weather
Command: npx skills add https://github.com/okbest2024/openclaw-backup --skill weather-okbest2024

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The weather data needs quick, API-key-free access to current conditions and short-term forecasts for global cities, enabling fast planning and automation.

Core Features & Use Cases

  • wttr.in (primary): Provides instant, human-friendly weather summaries via curl.
  • Open-Meteo (fallback, JSON): Offers programmatic access to current weather data without keys for integration.

Quick Start

Ask me to fetch the current weather for a city to see the latest conditions.

Frequently Asked Questions about weather

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

FAQPage Schema
How do I get real-time weather forecasts for a city using curl without an API key?▼

You can get real-time weather forecasts using curl to fetch data from wttr.in, which provides instant, human-friendly weather summaries for global cities without requiring any API keys.

Can I retrieve weather data in JSON format without API keys for automation workflows?▼

Yes, you can retrieve JSON weather data without API keys using Open-Meteo as a fallback source, which offers programmatic access to current conditions for integration into automation workflows.

Does this weather Skill require any external dependencies or API keys to fetch current conditions?▼

No API keys or external dependencies are required to fetch current weather conditions, as the Skill operates independently using curl with wttr.in as the primary source and Open-Meteo as a fallback.

What is the best way to check weather for travel planning without registering for an API?▼

The best way to check weather for travel planning without registering for an API is to use wttr.in for quick, human-friendly summaries or Open-Meteo for programmatic JSON data access.

Why does the weather Skill use both wttr.in and Open-Meteo for fetching forecasts?▼

The weather Skill uses wttr.in as the primary source for instant human-readable summaries and Open-Meteo as a JSON-based fallback to ensure programmatic access to current weather data without API keys.

Are there limitations when using wttr.in for quick weather checks in automation workflows?▼

While wttr.in provides instant human-friendly summaries, its format may limit programmatic parsing in automation workflows, which is why Open-Meteo is used as a JSON-based fallback for structured data access.