Weather Style

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

volcengine 8d5dd8e 431 B Updated

File contents

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.

volcengine/veadk-python/tree/main/examples/codex_with_skill_and_mcp/skills/weather-style commit 8d5dd8eb71

Frequently asked questions

npx skillmds@latest add volcengine/weather-style