Retrieve current weather information for a specific location. Use when a user asks for weather, temperature, conditions, forecast summary, or climate details for a city, region, or place.
Scanned 9/3/2026
Install to Claude Code
npx -y skills add JetBrains/koog --skill weather-retrieval --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Weather Retrieval?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/jetbrains-weather-retrieval)More formats (shields.io, HTML) on the badges page.
---
name: weather-retrieval
description: Retrieve current weather information for a specific location. Use when a user asks for weather, temperature, conditions, forecast summary, or climate details for a city, region, or place.
---
Get weather details for the location the user provides.
1. Extract the location from the user request.
2. If the location is missing or ambiguous, ask for a clearer location name.
3. Fetch the weather data by passing the location to `scripts/retrieve_weather.py`
4. Parse the JSON output from the script.
5. Return a concise summary that includes:
- location name
- temperature
- weather condition
- any notable context (for example, wind, humidity, or precipitation)
If the script fails or returns invalid data, explain that clearly and suggest trying a more specific location.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!