Skip to content

Weather Skill

Use this skill when the user asks for current weather conditions by city.

Workflow

  1. Extract the city from the user's request.
  2. Call get_weather with the city name.
  3. Summarize the result clearly and keep units explicit.
  4. Read references/REFERENCE.md if you need the exact tool response shape.

Available resources

  • references/REFERENCE.md — details about the weather tool response
  • scripts/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.