Retrieves real-time temperature data from the wttr.in API for specific geographic locations.
The Weather Data Fetcher skill enables Claude to automatically retrieve and parse live weather information. By leveraging the WebFetch tool and the wttr.in API, it fetches JSON-formatted data, extracts precise temperature metrics in Celsius, and provides a standardized output format. This skill is particularly useful for developers who need to integrate environmental data into their logs, automate status reports, or test API connectivity and JSON parsing logic within their development environment.
Key Features
01JSON response parsing and data extraction
020 GitHub stars
03WebFetch tool implementation
04Real-time temperature retrieval
05Standardized Celsius output formatting
06Automated wttr.in API integration
Use Cases
01Testing API connectivity and JSON data handling workflows
02Checking local environmental conditions during development tasks
03Integrating live weather data into automated status reports