返回 Skill 列表
extension
分类: 效率与办公无需 API Key

Weather Query

天气查询的逐步指导

person作者: jakexiaohubgithub

Weather Query

Support weather query workflows with clear steps and best practices.

Instruction

  • Resolve the target geographic location by mapping city names or addresses to latitude and longitude coordinates.
  • Select the specific meteorological parameters required, such as temperature, humidity, wind speed, UV index, or precipitation levels.
  • Define the temporal scope of the query, distinguishing between real-time current conditions, hourly forecasts, or 7-day outlooks.
  • Retrieve data from authoritative global weather APIs (e.g., OpenMeteo, NOAA) and handle unit conversions where necessary.
  • Analyze weather alerts or extreme conditions that might impact specific research or logistics activities.
  • Synthesize the retrieved data into a structured briefing, highlighting critical changes or trends over the requested window.

When to Use

  • When needing real-time weather status or forecasts to support operational planning and field research.
  • When performing research on historical weather patterns or environmental impacts on specific locations.
  • When integrating meteorological data into automated alerting systems or project dashboards.

Output

  • Structured weather reports containing current conditions and multi-day forecast summaries.
  • Visualized weather trends (e.g., temperature curves or precipitation probability charts).
  • Actionable steps for responding to adverse weather warnings or specific meteorological conditions.