← 返回 Skills 市场
jkimnw-code

TomTom Traffic Intelligence

作者 jkimnw-code · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
225
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install tomtom-traffic
功能描述
Provides real-time traffic data, route calculation, and departure planning using TomTom Traffic API for commute and meeting alerts.
安全使用建议
This skill generally does what it says (calls TomTom Traffic API and computes departure times), but the registry metadata is missing a critical requirement: you must set TOMTOM_API_KEY in your environment. Before installing or running it: 1) Ensure you trust the source — owner/homepage are unknown; 2) Provide a TomTom API key (store it in an environment variable, do not hard-code it into repo); 3) Verify your Node runtime supports fetch (Node 18+ or add a polyfill); 4) Be aware the script prints route and location info to stdout — don't run it where console logs are exposed to untrusted parties; 5) Ask the maintainer to update registry metadata to declare TOMTOM_API_KEY as a required credential and, ideally, provide a homepage or repo so you can review changes and history. If those metadata and provenance issues are resolved, the skill appears coherent with its purpose.
功能分析
Type: OpenClaw Skill Name: tomtom-traffic Version: 1.0.0 The skill provides legitimate traffic monitoring and route planning functionality using the TomTom API. The code in traffic-check.js correctly manages the API key via environment variables and only communicates with official TomTom endpoints (api.tomtom.com). No evidence of data exfiltration, malicious execution, or prompt injection was found.
能力评估
Purpose & Capability
The skill's name/description claim TomTom Traffic API usage and the code/SKILL.md clearly use TomTom API — that is coherent. However, the published registry metadata lists no required environment variables or primary credential while both SKILL.md and traffic-check.js require TOMTOM_API_KEY. This metadata omission is an incoherence and reduces trust (someone installing from the registry would not be warned they must supply an API key).
Instruction Scope
The runtime instructions and code stay within the stated purpose: calling TomTom endpoints, formatting route/alert data, and printing or returning results. The SKILL.md and code only reference TomTom endpoints and the local CONFIG; they do not read unrelated system files or send data to third-party endpoints beyond TomTom. Minor caveat: SKILL.md states 'No sensitive location data logged' but the CLI prints route/origin/destination info to stdout — acceptable for typical use but may expose location to anyone with access to console logs.
Install Mechanism
There is no install spec (instruction-only + a single JS file). No external downloads or package installs are performed by the skill. One operational note: the code uses fetch in Node — depending on the runtime Node version that may require Node 18+ or an explicit fetch polyfill; this is an operational compatibility issue, not a security risk.
Credentials
The TOMTOM_API_KEY requested by the SKILL.md and enforced by the code is proportional to the skill's function (calling TomTom API). However, the skill registry metadata declares 'Required env vars: none' and 'Primary credential: none' which is incorrect and misleading. No unrelated secrets are requested by the code.
Persistence & Privilege
The skill does not request persistent/always-on inclusion, does not declare system config paths, and does not modify other skills' configs. It runs as a normal user-space script and exports a module for integration; privileges requested are appropriate for the stated function.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install tomtom-traffic
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /tomtom-traffic 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of TomTom traffic and route planning skill
元数据
Slug tomtom-traffic
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

TomTom Traffic Intelligence 是什么?

Provides real-time traffic data, route calculation, and departure planning using TomTom Traffic API for commute and meeting alerts. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 225 次。

如何安装 TomTom Traffic Intelligence?

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

TomTom Traffic Intelligence 是免费的吗?

是的,TomTom Traffic Intelligence 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

TomTom Traffic Intelligence 支持哪些平台?

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

谁开发了 TomTom Traffic Intelligence?

由 jkimnw-code(@jkimnw-code)开发并维护,当前版本 v1.0.0。

💬 留言讨论