What problem does it solve?
Getting current weather conditions for a city usually means manually checking a weather site with no traceable source or observation time. This Skill resolves a city name through the Open-Meteo geocoding API and retrieves live conditions from its forecast API, producing a Markdown briefing that always cites the resolved location, observation time, and source URLs.
Core Features & Use Cases
- Live city resolution and forecast retrieval: Runs a Python pipeline that geocodes the city and fetches current temperature, apparent temperature, wind speed, weather code, and observation time.
- Read-only and source-linked: Makes only two read-only API requests and includes source URLs; it never books travel, sends alerts, or modifies external data.
- Built-in maintenance loop: Ships with evaluation, staleness, and correction scripts that record evidence in EVOLUTION.md and add user corrections to the skill's Gotchas section.
- Use Case: A traveler asks "what is the weather in Sao Paulo?" and receives a briefing showing the resolved location with coordinates, current conditions, observation time, and links to the Open-Meteo sources.
Quick Start
Ask your agent to prepare a current weather briefing for a named city, for example "get today's live conditions for New York", and it will run the pipeline and return a source-linked Markdown briefing.