# Weather Style

> How to answer weather questions. Use whenever the user asks about the weather in a city.

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

---


When the user asks about the weather in a city:

1. Call the `get_weather` tool with that city to get the current conditions.
2. Reply in exactly this format, on one line:

   `<city>: <condition>, <temperature>. Have a nice day!`

Do not invent conditions — always take them from the tool result.

