← 返回 Skills 市场
d-wwei

NVIDIA NIM Skill

作者 d-wwei · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
731
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-nim-skill
功能描述
Invoke various LLMs (GLM-5, Kimi-k2.5, Llama 3.1, etc.) via NVIDIA NIM API to save main agent tokens and leverage specialized model capabilities.
安全使用建议
This skill appears to implement exactly what it says (calling NVIDIA NIM models), but you should not install or run it without review and a small set of fixes/confirmations: 1) The registry metadata omits the required NVIDIA_API_KEY — that should be corrected so you know a secret is needed. 2) The Python script disables TLS verification (ctx.check_hostname = False; ctx.verify_mode = ssl.CERT_NONE). That is insecure and should be removed so HTTPS certificate checking is enforced. 3) Confirm the source/author and hosting origin (there's no homepage). Only obtain an API key from the official NVIDIA site and prefer short-lived or least-privilege keys. 4) Run the script in an isolated environment (or container) and review the code before setting any production secrets. 5) If you accept this skill, ask the maintainer to: (a) update registry metadata to declare NVIDIA_API_KEY as required, (b) re-enable TLS verification, and (c) document the exact endpoints and model IDs used. Until these are addressed, treat the skill as suspicious rather than benign.
功能分析
Type: OpenClaw Skill Name: openclaw-nim-skill Version: 1.0.0 The skill is classified as suspicious due to a critical SSL/TLS vulnerability in `scripts/nim_call.py`. The script explicitly disables SSL certificate verification (`ctx.check_hostname = False; ctx.verify_mode = ssl.CERT_NONE`) when making API calls to `https://integrate.api.nvidia.com`. This flaw makes the skill vulnerable to Man-in-the-Middle (MITM) attacks, potentially allowing an attacker to intercept communications, steal the `NVIDIA_API_KEY`, or inject malicious responses. While the overall intent of the skill appears benign and aligned with its stated purpose, this severe security vulnerability warrants a 'suspicious' classification.
能力评估
Purpose & Capability
The name/description claim to call NVIDIA NIM models and the included script implements that mapping and HTTP call. That capability aligns with the stated purpose. However the registry metadata reports no required env vars while SKILL.md and scripts clearly require NVIDIA_API_KEY — a mismatch that needs explanation.
Instruction Scope
SKILL.md instructs only to set NVIDIA_API_KEY and run the script — scope is limited and consistent with purpose. The included script, however, disables TLS verification (ssl.check_hostname = False and ssl.verify_mode = ssl.CERT_NONE), which is an out-of-band insecure behavior not discussed in the documentation and expands the risk surface (makes MITM attacks possible and could enable token interception if the endpoint is spoofed).
Install Mechanism
No install spec; code is instruction-only with a small Python script using stdlib urllib. No external downloads or package installs are declared — lowest install risk. (That said, the presence of a code file means the script should be audited before running.)
Credentials
The skill needs a single API key (NVIDIA_API_KEY) which is proportional to the stated purpose, but the registry metadata incorrectly lists required env vars as none. This inconsistency is suspicious because it hides the need for a secret in the metadata. The README and SKILL.md both instruct the user to export NVIDIA_API_KEY.
Persistence & Privilege
The skill does not request persistent/autonomous special privileges (always: false, no config path changes). It does not modify other skills or request broad system access.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install openclaw-nim-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /openclaw-nim-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of NVIDIA NIM skill for OpenClaw
元数据
Slug openclaw-nim-skill
版本 1.0.0
许可证
累计安装 2
当前安装数 1
历史版本数 1
常见问题

NVIDIA NIM Skill 是什么?

Invoke various LLMs (GLM-5, Kimi-k2.5, Llama 3.1, etc.) via NVIDIA NIM API to save main agent tokens and leverage specialized model capabilities. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 731 次。

如何安装 NVIDIA NIM Skill?

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

NVIDIA NIM Skill 是免费的吗?

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

NVIDIA NIM Skill 支持哪些平台?

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

谁开发了 NVIDIA NIM Skill?

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

💬 留言讨论