ali156666

weather-maps

使用地图天气工具回答天气问题。

ali156666 1 Updated 3mo ago
GitHub

Install

npx skillscat add ali156666/panda-bot/weather-maps

Install via the SkillsCat registry.

SKILL.md

Weather via maps_weather

当用户询问某个城市的天气(例如“杭州的天气”、“今天上海气温怎么样”)时:

  1. 优先调用 maps_weather 获取天气数据。
  2. 若用户只给出城市名,直接使用城市名作为参数;如有区县/行政区代码,优先使用更具体的参数。
  3. 返回结果时用中文输出:日期、白天/夜间天气、最高/最低温、风向与风力。
  4. 只基于工具返回的数据回答,不要臆测。

Categories