# Weather Maps

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

- Skill: `ali156666/weather-maps` (Agent Skill)
- Install (CLI): `npx skillmds@latest add ali156666/weather-maps`
- Raw SKILL.md: https://api.skillmd.com/api/skills/ali156666/weather-maps/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: ali156666 (https://skillmd.com/u/ali156666)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/ali156666/weather-maps

---


# Weather via maps_weather

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

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

