Use this skill for complex requests requiring detailed weather analysis across multiple locations or time periods.
This skill provides a structured approach to weather-related information gathering using specialized subagents. It is particularly useful for planning activities, trips, or events influenced by the weather.
Use this skill when you need to:
Break down the user's weather query into specific locations and timeframes.
For each specific location use the task tool to spawn a weather_agent.
task tool:{
"task_name": "weather_agent",
"instructions": "Check the weather in Krakow for tomorrow morning and tell me if it will rain."
}
Combine the findings from all subagents to provide a comprehensive response.
Guidelines:
You have access to:
weather_agent.weather_agent clear instructions including the exact city and time period.