← All skills
Tencent SkillHub · Communication & Collaboration

Norway Roads

Query 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.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Query 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.

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, references/api-docs.md, scripts/query_roads.py

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

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. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 11 sections Open source page

Norway Roads

Query real-time road closures and conditions from Statens Vegvesen NVDB API.

Quick Start

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

Check Route Conditions

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ø

Filter by Location Name

./scripts/query_roads.py --road "Strynefjell" ./scripts/query_roads.py --road "E6"

What Data is Returned

The skill queries two types of road restrictions from NVDB: Vegstengning (Road Closures) - Scheduled or permanent closures Seasonal closures (winter mountain passes) Landslide/avalanche closures Maintenance closures Causes: Snow (Snø), Ice (Is), Rock (Stein) Vegsperring (Physical Barriers) - Physical blocking of roads Gates, barriers, concrete blocks Permanent restrictions

API Response Format

Each closure includes: location: Street/road name county: Norwegian county (fylke) municipality: Kommune from_date/to_date: Closure period cause: Reason (Snø=snow, Is=ice, Stein=rock) type: closure or barrier

Data Source

API: NVDB v3 (Nasjonal VegDataBank) URL: https://nvdbapiles-v3.atlas.vegvesen.no Object types: 485 (Vegstengning), 607 (Vegsperring) Update frequency: Real-time from official database No API key required: Open public data

Common Norwegian Terms

NorwegianEnglishVegstengningRoad closureVegsperringRoad barrierSnøSnowIsIceSteinRockFylkeCountyStengtClosed

Major Routes & Counties

Counties (Fylker): Viken (Oslo region) Vestland (Bergen region) Rogaland (Stavanger region) Trøndelag (Trondheim region) Troms og Finnmark (North) Agder (South) Møre og Romsdal (Ålesund region) Nordland (Bodø region) Major Roads: E6: North-south trunk (Kirkenes-Halden) E16: Bergen-Oslo via Lærdal tunnel E39: West coast route

Limitations

Shows registered closures in NVDB, not real-time traffic incidents For live traffic, use Vegvesen mobile app or call 175 Winter closures are often seasonal and recurring Some recent incidents may not yet be registered

Reference

See references/api-docs.md for API details and city mappings.

Category context

Messaging, meetings, inboxes, CRM, and teammate communication surfaces.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs1 Scripts
  • SKILL.md Primary doc
  • references/api-docs.md Docs
  • scripts/query_roads.py Scripts