← 返回 Skills 市场
brucegutman

Pipeworx nhtsa

作者 Bruce Gutman · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
80
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pipeworx-nhtsa
功能描述
Decode VINs and look up vehicle makes/models via the NHTSA Vehicle Product Information Catalog
安全使用建议
This skill appears to be an API wrapper for VIN decoding, but it sends VINs to https://gateway.pipeworx.io rather than querying NHTSA directly. Before installing or using it, confirm: (1) whether you are comfortable sending VINs (potentially sensitive data) to Pipeworx and review their privacy/retention policy; (2) whether the gateway actually relays to NHTSA or processes/stores data itself; (3) whether you or your organization prefer calling NHTSA's public API directly; and (4) if you plan to use the MCP npx helper, be aware that npx will download and execute code from npm. If you need stronger guarantees, request the skill's source or an implementation that calls api.nhtsa.dot.gov directly or provides an on-premises/local option.
功能分析
Type: OpenClaw Skill Name: pipeworx-nhtsa Version: 1.0.0 The skill provides legitimate tools for decoding VINs and retrieving vehicle information via the NHTSA database. It uses a remote MCP gateway (gateway.pipeworx.io) and standard connection methods (mcp-remote), with no evidence of malicious code, data exfiltration, or prompt injection in SKILL.md.
能力评估
Purpose & Capability
Name/description claim: 'NHTSA Vehicle Data' and VIN decoding. Required binary is only curl and there are no credentials — this matches a thin API-wrapper purpose. However, the runtime examples and MCP config target gateway.pipeworx.io (Pipeworx) rather than calling NHTSA endpoints directly; that difference should be explicit to users because it changes the trust boundary.
Instruction Scope
SKILL.md instructs the agent to POST VINs to https://gateway.pipeworx.io/nhtsa/mcp (and to use an npx-installed MCP helper). While the instructions do not request local file or credential access, they do direct potentially sensitive VINs to an external third-party endpoint. The skill does not declare any data handling, retention, or privacy behavior for that endpoint.
Install Mechanism
There is no formal install spec (instruction-only), which is low-risk. The MCP config snippet, however, suggests using 'npx mcp-remote@latest' which would download and run code at runtime if the agent follows that path — users should be aware that running npx pulls packages from the public npm registry.
Credentials
The skill requires no environment variables or credentials — that is proportionate to a public API wrapper. Still, the main concern is not requested credentials but the transmission of VINs (which can be sensitive) to a third party.
Persistence & Privilege
The skill does not request 'always: true' or system/config paths and is user-invocable only. It does not request elevated persistence or cross-skill configuration changes.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install pipeworx-nhtsa
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /pipeworx-nhtsa 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug pipeworx-nhtsa
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Pipeworx nhtsa 是什么?

Decode VINs and look up vehicle makes/models via the NHTSA Vehicle Product Information Catalog. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 80 次。

如何安装 Pipeworx nhtsa?

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

Pipeworx nhtsa 是免费的吗?

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

Pipeworx nhtsa 支持哪些平台?

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

谁开发了 Pipeworx nhtsa?

由 Bruce Gutman(@brucegutman)开发并维护,当前版本 v1.0.0。

💬 留言讨论