qweather

Installation
SKILL.md

qweather — Weather Query Skill

Query real-time weather, forecasts, and life indices via QWeather (和风天气) API.

Quick Start

  1. Ensure QWEATHER_API_KEY and QWEATHER_API_HOST are set (get both at https://console.qweather.com).
  2. Run bun scripts/weather.ts --help in this skill directory.
  3. Pick the matching command from references/command-map.md.

Workflow

  1. If the user provides a city name (e.g. "北京", "Shanghai"), first run lookup to get the LocationID.
  2. Use the LocationID to call now, forecast, or indices.
  3. Return the result in natural language.
Installs
2
GitHub Stars
10
First Seen
Mar 10, 2026
qweather — deusyu/rainman-skills