{
  "schemaVersion": "1.0",
  "item": {
    "slug": "norway-roads",
    "name": "Norway Roads",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/GeoffreyCasaubon/norway-roads",
    "canonicalUrl": "https://clawhub.ai/GeoffreyCasaubon/norway-roads",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/norway-roads",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=norway-roads",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "references/api-docs.md",
      "scripts/query_roads.py"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/norway-roads"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/norway-roads",
    "agentPageUrl": "https://openagent3.xyz/skills/norway-roads/agent",
    "manifestUrl": "https://openagent3.xyz/skills/norway-roads/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/norway-roads/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Norway Roads",
        "body": "Query real-time road closures and conditions from Statens Vegvesen NVDB API."
      },
      {
        "title": "Quick Start",
        "body": "Check all current road closures:\n\n./scripts/query_roads.py\n\nCheck route between two cities:\n\n./scripts/query_roads.py --from Oslo --to Bergen\n\nCheck specific road/location:\n\n./scripts/query_roads.py --road \"Strynefjell\"\n\nGet JSON output:\n\n./scripts/query_roads.py --json"
      },
      {
        "title": "Check Route Conditions",
        "body": "When planning a trip between two Norwegian cities:\n\n./scripts/query_roads.py --from Oslo --to Bergen\n./scripts/query_roads.py --from Oslo --to Trondheim\n./scripts/query_roads.py --from Bergen --to Stavanger\n\nSupported cities: Oslo, Bergen, Stavanger, Trondheim, Tromsø, Kristiansand, Ålesund, Bodø"
      },
      {
        "title": "Filter by Location Name",
        "body": "./scripts/query_roads.py --road \"Strynefjell\"\n./scripts/query_roads.py --road \"E6\""
      },
      {
        "title": "What Data is Returned",
        "body": "The skill queries two types of road restrictions from NVDB:\n\nVegstengning (Road Closures) - Scheduled or permanent closures\n\nSeasonal closures (winter mountain passes)\nLandslide/avalanche closures\nMaintenance closures\nCauses: Snow (Snø), Ice (Is), Rock (Stein)\n\n\n\nVegsperring (Physical Barriers) - Physical blocking of roads\n\nGates, barriers, concrete blocks\nPermanent restrictions"
      },
      {
        "title": "API Response Format",
        "body": "Each closure includes:\n\nlocation: Street/road name\ncounty: Norwegian county (fylke)\nmunicipality: Kommune\nfrom_date/to_date: Closure period\ncause: Reason (Snø=snow, Is=ice, Stein=rock)\ntype: closure or barrier"
      },
      {
        "title": "Data Source",
        "body": "API: NVDB v3 (Nasjonal VegDataBank)\nURL: https://nvdbapiles-v3.atlas.vegvesen.no\nObject types: 485 (Vegstengning), 607 (Vegsperring)\nUpdate frequency: Real-time from official database\nNo API key required: Open public data"
      },
      {
        "title": "Common Norwegian Terms",
        "body": "NorwegianEnglishVegstengningRoad closureVegsperringRoad barrierSnøSnowIsIceSteinRockFylkeCountyStengtClosed"
      },
      {
        "title": "Major Routes & Counties",
        "body": "Counties (Fylker):\n\nViken (Oslo region)\nVestland (Bergen region)\nRogaland (Stavanger region)\nTrøndelag (Trondheim region)\nTroms og Finnmark (North)\nAgder (South)\nMøre og Romsdal (Ålesund region)\nNordland (Bodø region)\n\nMajor Roads:\n\nE6: North-south trunk (Kirkenes-Halden)\nE16: Bergen-Oslo via Lærdal tunnel\nE39: West coast route"
      },
      {
        "title": "Limitations",
        "body": "Shows registered closures in NVDB, not real-time traffic incidents\nFor live traffic, use Vegvesen mobile app or call 175\nWinter closures are often seasonal and recurring\nSome recent incidents may not yet be registered"
      },
      {
        "title": "Reference",
        "body": "See references/api-docs.md for API details and city mappings."
      }
    ],
    "body": "Norway Roads\n\nQuery real-time road closures and conditions from Statens Vegvesen NVDB API.\n\nQuick Start\n\nCheck all current road closures:\n\n./scripts/query_roads.py\n\n\nCheck route between two cities:\n\n./scripts/query_roads.py --from Oslo --to Bergen\n\n\nCheck specific road/location:\n\n./scripts/query_roads.py --road \"Strynefjell\"\n\n\nGet JSON output:\n\n./scripts/query_roads.py --json\n\nUsage Examples\nCheck Route Conditions\n\nWhen planning a trip between two Norwegian cities:\n\n./scripts/query_roads.py --from Oslo --to Bergen\n./scripts/query_roads.py --from Oslo --to Trondheim\n./scripts/query_roads.py --from Bergen --to Stavanger\n\n\nSupported cities: Oslo, Bergen, Stavanger, Trondheim, Tromsø, Kristiansand, Ålesund, Bodø\n\nFilter by Location Name\n./scripts/query_roads.py --road \"Strynefjell\"\n./scripts/query_roads.py --road \"E6\"\n\nWhat Data is Returned\n\nThe skill queries two types of road restrictions from NVDB:\n\nVegstengning (Road Closures) - Scheduled or permanent closures\n\nSeasonal closures (winter mountain passes)\nLandslide/avalanche closures\nMaintenance closures\nCauses: Snow (Snø), Ice (Is), Rock (Stein)\n\nVegsperring (Physical Barriers) - Physical blocking of roads\n\nGates, barriers, concrete blocks\nPermanent restrictions\nAPI Response Format\n\nEach closure includes:\n\nlocation: Street/road name\ncounty: Norwegian county (fylke)\nmunicipality: Kommune\nfrom_date/to_date: Closure period\ncause: Reason (Snø=snow, Is=ice, Stein=rock)\ntype: closure or barrier\nData Source\nAPI: NVDB v3 (Nasjonal VegDataBank)\nURL: https://nvdbapiles-v3.atlas.vegvesen.no\nObject types: 485 (Vegstengning), 607 (Vegsperring)\nUpdate frequency: Real-time from official database\nNo API key required: Open public data\nCommon Norwegian Terms\nNorwegian\tEnglish\nVegstengning\tRoad closure\nVegsperring\tRoad barrier\nSnø\tSnow\nIs\tIce\nStein\tRock\nFylke\tCounty\nStengt\tClosed\nMajor Routes & Counties\n\nCounties (Fylker):\n\nViken (Oslo region)\nVestland (Bergen region)\nRogaland (Stavanger region)\nTrøndelag (Trondheim region)\nTroms og Finnmark (North)\nAgder (South)\nMøre og Romsdal (Ålesund region)\nNordland (Bodø region)\n\nMajor Roads:\n\nE6: North-south trunk (Kirkenes-Halden)\nE16: Bergen-Oslo via Lærdal tunnel\nE39: West coast route\nLimitations\nShows registered closures in NVDB, not real-time traffic incidents\nFor live traffic, use Vegvesen mobile app or call 175\nWinter closures are often seasonal and recurring\nSome recent incidents may not yet be registered\nReference\n\nSee references/api-docs.md for API details and city mappings."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/GeoffreyCasaubon/norway-roads",
    "publisherUrl": "https://clawhub.ai/GeoffreyCasaubon/norway-roads",
    "owner": "GeoffreyCasaubon",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/norway-roads",
    "downloadUrl": "https://openagent3.xyz/downloads/norway-roads",
    "agentUrl": "https://openagent3.xyz/skills/norway-roads/agent",
    "manifestUrl": "https://openagent3.xyz/skills/norway-roads/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/norway-roads/agent.md"
  }
}