qweather
Installation
SKILL.md
qweather — Weather Query Skill
Query real-time weather, forecasts, and life indices via QWeather (和风天气) API.
Quick Start
- Ensure
QWEATHER_API_KEYandQWEATHER_API_HOSTare set (get both at https://console.qweather.com). - Run
bun scripts/weather.ts --helpin this skill directory. - Pick the matching command from
references/command-map.md.
Workflow
- If the user provides a city name (e.g. "北京", "Shanghai"), first run
lookupto get the LocationID. - Use the LocationID to call
now,forecast, orindices. - Return the result in natural language.