Weather Skill¶
Use this skill when the user asks for current weather conditions by city.
Workflow¶
- Extract the city from the user's request.
- Call
get_weatherwith the city name. - Summarize the result clearly and keep units explicit.
- Read
references/REFERENCE.mdif you need the exact tool response shape.
Available resources¶
references/REFERENCE.md— details about the weather tool responsescripts/normalize_weather.py— converts JSON weather payloads into a compact summary line
Notes¶
- If the city is missing, ask a concise follow-up question.
- Prefer the tool result over any prior conversational assumptions.