Weather Lookup

Get current weather conditions for any city worldwide.

MadaraUchiha-314 Updated

File contents

Weather Lookup Skill

Use the get_weather tool to retrieve current weather for a given city.

Usage

Call get_weather(city="<city name>"). The tool returns a JSON string with:

  • Location name and country
  • Temperature (°C)
  • Wind speed (km/h)
  • Wind direction (degrees)
  • Weather code (WMO standard)

Notes

  • The API is free and requires no authentication.
  • City names are resolved via geocoding; use well-known city names for best results.
  • Weather data is current (not forecast).

MadaraUchiha-314/sherma/tree/main/examples/skills/weather commit 45741e1601

Frequently asked questions

npx skillmds@latest add madarauchiha-314/weather-lookup