Documentation
README
/live-weather-briefing-skill
Create a current weather briefing for one city. Resolve the city through Open-Meteo's geocoding API, then retrieve current conditions from its forecast API. Always show the resolved location, observation time, and source URLs.
Run
python3 scripts/run_pipeline.py --city "Sao Paulo, BR" --output briefing.md
The command makes two live, read-only API requests and writes a Markdown briefing. It never books travel, sends alerts, or changes external data.
This is the opening of the README. Read the full README on GitHub.