weather-skill

Fetch real-time weather for Chinese cities and return readable summaries.

302|21|Updated May 10, 2026
One-click install
npx skills add https://github.com/virgo777/buddyme --skill weather-skill-virgo777
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weather-skill
Source: https://github.com/virgo777/buddyme/tree/main/buddyMe/skill_library/skills/weather-skill
Command: npx skills add https://github.com/virgo777/buddyme --skill weather-skill-virgo777

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

用于查询国内城市实时天气,当用户询问天气相关问题时自动触发

Core Features & Use Cases

  • City name normalization: convert Chinese city names to standard pinyin using city-codes.md.
  • Real-time weather retrieval: query wttr.in JSON API with zh language.
  • Response formatting: returns readable Chinese weather summary including temperature, humidity, wind, visibility.
  • Error handling: handles network or API errors with friendly messages.
  • Optional visual enrichment: attach weather icons from assets/weather-icons.

Quick Start

在对话中输入需要查询的国内城市中文名或拼音,天气技能将返回实时天气简报。

Frequently Asked Questions about weather-skill

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

FAQPage Schema
How do I get real-time weather for Chinese cities using pinyin or Chinese names?

To get real-time weather for Chinese cities, input a city name in Chinese or pinyin. The skill normalizes the name using a city-code reference, queries the wttr.in JSON API, and returns a readable summary with temperature, humidity, wind, and visibility.

Can I query real-time weather for domestic China cities without knowing the exact city code?

Yes, you can query real-time weather for domestic China cities without knowing the exact city code. The skill automatically normalizes Chinese city names to standard pinyin using a built-in city-code reference, handling the conversion internally.

What's the best way to retrieve a concise Chinese weather summary from wttr.in?

The best way to retrieve a concise Chinese weather summary from wttr.in is to let this skill query the JSON API with zh language settings. It formats the response into a readable summary including temperature, humidity, wind, and visibility.

Does the weather query skill handle network or API failures gracefully?

Yes, the weather query skill handles network or API failures gracefully. It includes robust error handling that catches API and network issues, returning friendly error messages to the user instead of crashing.

Can I attach weather icons to wttr.in real-time weather responses?

Yes, you can attach weather icons to wttr.in real-time weather responses. The skill includes optional visual enrichment using icon assets from the assets/weather-icons directory to enhance the weather summary replies.