weather

Retrieve current weather and multi-day forecasts via keyless HTTP endpoints.

Updated Mar 21, 2026
One-click install
npx skills add https://github.com/Polealpha/XINNIAN_PI --skill weather-polealpha
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weather
Source: https://github.com/Polealpha/XINNIAN_PI/tree/main/app%20windows/vendor/openclaw-runtime/skills/weather
Command: npx skills add https://github.com/Polealpha/XINNIAN_PI --skill weather-polealpha

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Weather lookups often waste time juggling multiple apps or searching for reliable forecasts; this Skill gives you quick, actionable current conditions and forecast data on demand.

Core Features & Use Cases

  • Current weather from wttr.in (no key required): Get a fast summary for any city or place using a simple URL-driven request.
  • Detailed forecasts: Retrieve fuller forecast views (including temperature, humidity, wind, and condition) using wttr.in format options.
  • Open-Meteo fallback with JSON: Use a program-friendly, keyless endpoint to pull current conditions (including temperature, wind speed, and weather code) for automation.
  • Use Case: Before an outdoor activity, check conditions like temperature, humidity, and wind speed for your exact location and decide what to bring.

Quick Start

Ask for the current weather and forecast for your city, such as London.

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 fetch keyless weather data by sending HTTP requests to public endpoints like wttr.in or Open-Meteo, retrieving current conditions and multi-day forecasts without needing an API key.

Can I retrieve weather data in JSON format for programmatic use?

Yes, the workflow includes a JSON-oriented fallback using the Open-Meteo keyless endpoint to pull current conditions like temperature, wind speed, and weather code for automation purposes.

What's the best way to check live weather using curl?

You can use curl to send URL-based location parameters to wttr.in, returning human-readable weather summaries or compact formatted output for any requested city or place in seconds.

Does wttr.in support detailed forecasts including humidity and wind speed?

Yes, wttr.in supports detailed forecast retrieval using format options to display fuller views including temperature, humidity, wind, and condition details for your requested location.

What locations are supported for URL-based weather lookups?

The Skill supports URL-based location parameters, allowing you to request current weather and forecast details for any city or place name using the keyless public endpoints.