weather

Fetch current weather and forecasts via wttr.in and Open-Meteo without API keys.

Updated Jan 31, 2026
One-click install
npx skills add https://github.com/zyj18860969891-byte/openclaw-railway --skill weather-zyj18860969891-byte
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weather
Source: https://github.com/zyj18860969891-byte/openclaw-railway/tree/main/.agents/skills/weather
Command: npx skills add https://github.com/zyj18860969891-byte/openclaw-railway --skill weather-zyj18860969891-byte

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly access accurate weather information for any location without requiring API keys, simplifying day-to-day planning and automation.

Core Features & Use Cases

  • No-key weather data: fetch current conditions and forecasts using free services wttr.in and Open-Meteo.
  • Two-service resilience: primary wttr.in with an Open-Meteo fallback for JSON data.
  • Lightweight and script-friendly: outputs can be consumed in chatbots, scripts, or dashboards for quick decisions.

Quick Start

Ask the AI to fetch the current weather for a city using wttr.in or Open-Meteo.

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

Get current weather forecasts without an API key by using curl requests to fetch live data from free services like wttr.in and Open-Meteo. This approach formats outputs directly suitable for quick lookups and dashboards.

Can I use wttr.in and Open-Meteo for weather data in scripting workflows?

Yes, you can use wttr.in and Open-Meteo for weather data in scripting workflows. They provide lightweight, script-friendly JSON outputs via curl requests, enabling quick data consumption for automated dashboards and decisions.

What is the best way to fetch live weather data for travel planning across cities?

The best way to fetch live weather data for travel planning across cities is querying wttr.in with an Open-Meteo fallback. This two-service resilience ensures reliable current conditions and forecasts without requiring API keys.

Do I need API keys to retrieve current weather conditions and forecasts?

No, you do not need API keys to retrieve current weather conditions and forecasts. By leveraging wttr.in and Open-Meteo, you can fetch live data globally using simple curl requests without authentication.

Why does my weather lookup fail when fetching data from a single service?

Weather lookups fail when a single service experiences downtime, but using wttr.in with an Open-Meteo fallback provides two-service resilience. This ensures continuous access to live JSON weather data without keys.