← 返回 Skills 市场
892
总下载
0
收藏
2
当前安装
4
版本数
在 OpenClaw 中安装
/install nvidia-kimi-vision
功能描述
Analyze images using NVIDIA Kimi K2.5 vision model via NVIDIA NIM API. Perfect for adding vision to non-vision models like MiniMax M2.5, GLM-5, or any model...
安全使用建议
This skill appears to do what it says: it base64-encodes an image and sends it to NVIDIA's inference API using a Kimi model. Before installing or running it: 1) Inspect the script (it is included) and confirm the endpoint and model match the NVIDIA service you intend to use. 2) Install the Python requests package (preferably in a virtualenv). 3) Create a dedicated/limited NVIDIA API key (do not reuse sensitive production keys) and consider storing it in a secure secrets manager rather than a plaintext file; if you must use the file, restrict its permissions (chmod 600). 4) Be aware of a minor bug: extension parsing in the script expects bare extensions (e.g., 'jpg') but uses os.path.splitext which returns '.jpg' so the MIME mapping falls back to image/jpeg; this is a correctness issue, not an obvious security issue. 5) Avoid sending images that contain highly sensitive data unless you trust the endpoint and key. If you want stronger assurance, run the script in an isolated environment and/or modify it to read the API key from an OS credential store.
功能分析
Type: OpenClaw Skill
Name: nvidia-kimi-vision
Version: 1.0.3
The `scripts/analyze_image.py` file contains an information disclosure vulnerability. The `get_api_key` function, when provided with a third command-line argument, attempts to read that argument as a file path if it exists. This allows an attacker to specify a path to an arbitrary sensitive file (e.g., `~/.ssh/id_rsa`, `/etc/passwd`). The content of this file is then used as the API key and sent in the `Authorization` header to NVIDIA's API endpoint (`https://integrate.api.nvidia.com`). While the data is sent to a legitimate third party (NVIDIA), this constitutes an unauthorized information disclosure risk.
能力评估
Purpose & Capability
Name/description match the actual behavior: the script encodes an image and POSTs it to an NVIDIA inference endpoint (integrate.api.nvidia.com) using a Kimi model. Required runtime (python3 and the requests library) is consistent with the code.
Instruction Scope
The SKILL.md and script instruct reading a user API key from ~/.config/nvidia-kimi-api-key (or accepting it inline). The skill does not read any other system files, but it references a config file path that is not declared in the registry metadata (requires.config). That mismatch should be declared so users know the skill will read a file from their home directory.
Install Mechanism
This is an instruction-only skill with no install spec (lowest risk). The SKILL.md metadata contains an 'install' entry labeled 'Install Python dependencies (requests)' but provides no command; the included script requires the requests package, so users must install it manually or the skill will fail.
Credentials
No environment variables or cloud credentials are required by the registry metadata; the script instead expects an NVIDIA API key stored in a user config file or passed inline. Storing the key as plaintext in ~/.config/nvidia-kimi-api-key is functional but not ideal—this is proportional to the skill's purpose but should be noted as a security consideration.
Persistence & Privilege
The skill does not request permanent/always-on presence, does not modify other skills or system-wide settings, and only reads/writes the user-provided config path. Autonomous invocation is enabled by default but is not combined with broad or unexplained privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install nvidia-kimi-vision - 安装完成后,直接呼叫该 Skill 的名称或使用
/nvidia-kimi-vision触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
Republished
v1.0.2
Added clear setup instructions
v1.0.1
Added SEO keywords for non-vision models
v1.0.0
Initial release
元数据
常见问题
NVIDIA Kimi Vision 是什么?
Analyze images using NVIDIA Kimi K2.5 vision model via NVIDIA NIM API. Perfect for adding vision to non-vision models like MiniMax M2.5, GLM-5, or any model... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 892 次。
如何安装 NVIDIA Kimi Vision?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install nvidia-kimi-vision」即可一键安装,无需额外配置。
NVIDIA Kimi Vision 是免费的吗?
是的,NVIDIA Kimi Vision 完全免费(开源免费),可自由下载、安装和使用。
NVIDIA Kimi Vision 支持哪些平台?
NVIDIA Kimi Vision 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 NVIDIA Kimi Vision?
由 Quiz Due(@miladnoo)开发并维护,当前版本 v1.0.3。
推荐 Skills