weather-tools
Installation
SKILL.md
Tools:
- get_current_weather
- get_weather_forecast
- search_city_by_name
Overview
This skill provides weather-related query tools. Once this skill is loaded, you will gain access to three powerful weather tools:
- get_current_weather: Query current weather conditions for any city
- get_weather_forecast: Get 3-day weather forecast
- search_city_by_name: Search for city information by name
These tools are dynamically loaded when you load this skill, and they will not consume tokens in the LLM context until the skill is actually loaded.
Usage Pattern