Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Fetch weather forecasts from the Norwegian Meteorological Institute (MET) using the yr.no API. Use when the user asks for weather information, forecasts, tem...
Fetch weather forecasts from the Norwegian Meteorological Institute (MET) using the yr.no API. Use when the user asks for weather information, forecasts, tem...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
Get weather forecasts from MET Norway via yr.no API (free, no key).
# Current weather + forecast (requires lat/lon) python3 {baseDir}/scripts/weather.py <lat> <lon> [altitude] # Examples from common locations: python3 {baseDir}/scripts/weather.py -33.9288 18.4174 # Cape Town python3 {baseDir}/scripts/weather.py -33.8688 151.2093 # Sydney python3 {baseDir}/scripts/weather.py 51.5074 -0.1278 # London # Tomorrow's summary (requires lat/lon) python3 {baseDir}/scripts/tomorrow.py <lat> <lon> # Run tests python3 -m unittest discover {baseDir}/tests
Unit tests mock API calls (no network). Sample data in scripts/tests/data/. Run: cd {baseDir}/scripts && python3 ../tests/test_*.py
CityLatLonCape Town-33.928818.4174Johannesburg-26.204128.0473Durban-29.858731.0218Sydney-33.8688151.2093London51.5074-0.1278New York40.7128-74.0060Tokyo35.6762139.6503
scripts/ โโโ yr_service.py # API calls (tested/mocked) โโโ utils.py # Emoji/symbol helpers โโโ weather.py # Current + forecast CLI โโโ tomorrow.py # Tomorrow summary CLI โโโ tests/data/ # Sample JSON tests/ โโโ test_weather.py โโโ test_service.py
Install via pip: pip install git+https://github.com/brandoncrabpi/yr-weather.git yr-weather -33.9288 18.4174 Tagged: v1.0.0
User-Agent required (included). Cache 10min+ per location. Credit: "Data from MET Norway". Refactored for production: no defaults, tests, modular service.
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.