← 返回 Skills 市场
geoffreycasaubon

Norway Roads

作者 GeoffreyCasaubon · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
1372
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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.
安全使用建议
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).
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install norway-roads
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /norway-roads 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug norway-roads
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1372 次。

如何安装 Norway Roads?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install norway-roads」即可一键安装,无需额外配置。

Norway Roads 是免费的吗?

是的,Norway Roads 完全免费(开源免费),可自由下载、安装和使用。

Norway Roads 支持哪些平台?

Norway Roads 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Norway Roads?

由 GeoffreyCasaubon(@geoffreycasaubon)开发并维护,当前版本 v1.0.0。

💬 留言讨论