weather

Retrieves weather conditions and forecasts for any location worldwide via HTTP APIs.

5|Updated Feb 8, 2026
One-click install
npx skills add https://github.com/tiancaiamao/ai --skill weather-tiancaiamao
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weather
Source: https://github.com/tiancaiamao/ai/tree/main/skills/weather
Command: npx skills add https://github.com/tiancaiamao/ai --skill weather-tiancaiamao

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the need to manually search multiple weather sites by giving fast, reliable access to current conditions and forecasts for any place worldwide.

Core Features & Use Cases

  • Quick Weather Checks: Get a concise current-condition summary for a city, airport code, or named location.
  • Forecast Retrieval: Pull today-only, hourly, or full forecast details for planning travel, events, and outdoor work.
  • Programmatic Fallback: Use a JSON-based API when structured output is needed for automation or downstream processing.

Quick Start

Ask for the current weather and forecast for London in a concise human-readable format.

Frequently Asked Questions about weather

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

FAQPage Schema
How do I get the current weather forecast for a specific location using curl?

You can retrieve the current weather forecast for a specific location by sending an HTTP request via curl to the wttr.in or Open-Meteo service, which returns a concise summary of conditions. This provides instant access to temperature and daily conditions without manual web searching.

Can I get a structured JSON output for weather conditions in automation workflows?

Yes, you can retrieve structured JSON output for weather conditions to support automation workflows and downstream processing. By using the programmatic API fallback with optional coordinate lookup, you receive machine-readable weather data instead of human-readable text.

What's the best way to check city temperatures worldwide for travel planning?

The best way to check city temperatures worldwide for travel planning is to query a global weather service using a city name or airport code. This retrieves current conditions and longer forecasts, enabling fast scheduling and outdoor work planning without browsing multiple sites.

Does this weather retrieval method require coordinate lookup for every request?

Coordinate lookup is optional for weather retrieval requests, not a strict requirement for every query. You can directly request weather data using a city name or airport code, while programmatic JSON output workflows may utilize optional coordinate lookup for precise location targeting.

Why use wttr.in or Open-Meteo instead of standard web searches for weather forecasts?

Using wttr.in or Open-Meteo instead of standard web searches provides fast, reliable programmatic access to weather forecasts via HTTP. This removes the need to manually parse web pages, delivering direct current conditions and hourly forecasts suitable for automation and quick checks.