← Back to Skills Marketplace
geoffreycasaubon

Norway Roads

by GeoffreyCasaubon · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
1372
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install norway-roads
Description
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.
Usage Guidance
This skill appears coherent and safe: it queries Norway's public NVDB API and needs no credentials. Before installing, confirm you are comfortable granting the agent outbound network access (it will call nvdbapiles-v3.atlas.vegvesen.no). Note a minor code bug: route matching uses tuple(sorted(...)) but ROUTE_COUNTIES keys are not consistently sorted, so some route queries may not filter as expected; this is a functionality issue, not a security concern. If you rely on exact up-to-the-minute traffic (incidents), this skill only reports registered NVDB closures/barriers (not live traffic incidents).
Capability Analysis
Type: OpenClaw Skill Name: norway-roads Version: 1.0.0 The skill is designed to query real-time road conditions in Norway from the public Statens Vegvesen NVDB API. The `SKILL.md` instructions are clear and align with the stated purpose, showing no signs of prompt injection with malicious intent. The `scripts/query_roads.py` script uses `urllib.request` to access the specified public API (`https://nvdbapiles-v3.atlas.vegvesen.no`) and processes the returned JSON data. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or obfuscation. All observed behaviors are consistent with the skill's legitimate function.
Capability Assessment
Purpose & Capability
Name/description match the implementation: the SKILL.md and scripts query the NVDB public API for road closures (types 485/607). No unrelated services, binaries, or credentials are requested.
Instruction Scope
SKILL.md instructs running the included script to fetch NVDB data. The script only performs outbound HTTPS requests to the documented NVDB endpoints and formats results; it does not read arbitrary local files, access environment variables, or send data to unexpected third-party endpoints.
Install Mechanism
There is no install spec (instruction-only + included script). No downloads, package installs, or archive extraction are present.
Credentials
The skill requires no environment variables, credentials, or config paths. The network access it needs (HTTP GET to nvdbapiles-v3.atlas.vegvesen.no) is proportional to its stated purpose.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or system configuration, and has no install-time persistence steps. Autonomous invocation is allowed by platform default but is not excessive given the skill's purpose.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install norway-roads
  3. After installation, invoke the skill by name or use /norway-roads
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of norway-roads skill. - Enables real-time queries for road conditions, closures, and barriers in Norway using NVDB public API. - Supports city-to-city route checks, specific road or location queries, and filtering by closure cause (e.g., snow, ice). - Returns detailed closure data including location, period, and reason. - No API key required; updates in real time from official Statens Vegvesen data. - Includes sample commands, major route info, county overview, and Norwegian-English road terms.
Metadata
Slug norway-roads
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 1372 downloads so far.

How do I install Norway Roads?

Run "/install norway-roads" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Norway Roads free?

Yes, Norway Roads is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Norway Roads support?

Norway Roads is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Norway Roads?

It is built and maintained by GeoffreyCasaubon (@geoffreycasaubon); the current version is v1.0.0.

💬 Comments