weather-query

Retrieve current or forecasted weather data for Chinese and English city names via wttr.in.

2|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/imbatony/copilot-tools --skill weather-query
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weather-query
Source: https://github.com/imbatony/copilot-tools/tree/main/.github/skills/weather-query
Command: npx skills add https://github.com/imbatony/copilot-tools --skill weather-query

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Users need quick, reliable weather information for planning daily activities, travel, and wardrobe decisions across Chinese and English city names.

Core Features & Use Cases

  • Real-time current conditions: temperature, humidity, wind, and general weather description for a specified city.
  • Forecast support: multi-day outlook with daily min/max temperatures and descriptive conditions.
  • Practical guidance: dressing and travel advice tailored to the observed weather.
  • Language support: accepts city names in Chinese or English to fetch data via wttr.in.

Quick Start

Ask the weather-query skill to fetch the weather for a city and receive a structured result.

Frequently Asked Questions about weather-query

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

FAQPage Schema
How do I get current weather conditions and a multi-day forecast for a specific city?

To get current weather conditions and a multi-day forecast for a specific city, you can use this skill to retrieve temperature, humidity, and wind data via the wttr.in API. It accepts both Chinese and English city names and returns structured weather details.

Can I fetch weather data using Chinese city names or do I need to translate them to English first?

You can fetch weather data using Chinese city names directly without translating them to English first. The weather query skill handles both Chinese and English inputs to retrieve current conditions and forecasts via the wttr.in API.

What is the best way to get dressing and travel advice based on the weather forecast?

The best way to get dressing and travel advice based on the weather forecast is to use this skill, which parses current conditions and multi-day outlooks to provide contextual wardrobe recommendations and travel tips tailored to the observed weather.

Does the weather forecast skill require any external API keys or dependencies to function?

No, the weather forecast skill does not require any external API keys or dependencies to function. It relies on the public wttr.in API and includes built-in input validation and error handling to parse JSON and emit normalized results.

What happens if the wttr.in API fails to return weather data for my requested city?

If the wttr.in API fails to return weather data for your requested city, the skill includes robust error handling and input validation to manage the failure. It intercepts invalid requests and prevents unstructured JSON parsing errors.

How do I retrieve temperature, humidity, and wind speed details for travel planning?

To retrieve temperature, humidity, and wind speed details for travel planning, request the weather for your target city. The skill queries the wttr.in API, parses the JSON response, and outputs normalized current conditions alongside tailored travel advice.