Install
openclaw skills install norway-roadsQuery real-time road conditions, closures, and traffic issues in Norway. Use when the user asks about road status, closed roads, traffic conditions, weather on roads, or planning a route in Norway. Handles queries like "Are there road closures between Oslo and Bergen?", "What's the road condition on E6?", "Any issues driving to Trondheim today?", or general road condition checks for Norwegian roads.
openclaw skills install norway-roadsQuery real-time road closures and conditions from Statens Vegvesen NVDB API.
Check all current road closures:
./scripts/query_roads.py
Check route between two cities:
./scripts/query_roads.py --from Oslo --to Bergen
Check specific road/location:
./scripts/query_roads.py --road "Strynefjell"
Get JSON output:
./scripts/query_roads.py --json
When planning a trip between two Norwegian cities:
./scripts/query_roads.py --from Oslo --to Bergen
./scripts/query_roads.py --from Oslo --to Trondheim
./scripts/query_roads.py --from Bergen --to Stavanger
Supported cities: Oslo, Bergen, Stavanger, Trondheim, Tromsø, Kristiansand, Ålesund, Bodø
./scripts/query_roads.py --road "Strynefjell"
./scripts/query_roads.py --road "E6"
The skill queries two types of road restrictions from NVDB:
Vegstengning (Road Closures) - Scheduled or permanent closures
Vegsperring (Physical Barriers) - Physical blocking of roads
Each closure includes:
| Norwegian | English |
|---|---|
| Vegstengning | Road closure |
| Vegsperring | Road barrier |
| Snø | Snow |
| Is | Ice |
| Stein | Rock |
| Fylke | County |
| Stengt | Closed |
Counties (Fylker):
Major Roads:
See references/api-docs.md for API details and city mappings.