← 返回 Skills 市场
160
总下载
0
收藏
0
当前安装
6
版本数
在 OpenClaw 中安装
/install nvidia-model-config
功能描述
Add the NVIDIA provider to OpenClaw with SecretRef apiKey (no plaintext in openclaw.json). Documents shell vs systemd gateway env so the key actually resolve...
安全使用建议
This skill appears coherent and implements exactly what it claims, but review and follow these safety steps before use:
- Prefer the secure default (SecretRef) over --inline-key. Only use --inline-key for short-lived local tests and never commit configs with inline keys.
- Beware: running --dry-run while using --inline-key will print the config (and the inline key) to stdout. Avoid dry-run when testing inline keys or ensure your terminal/stdout is not being captured.
- If you use --setup-env the script will write an env file (mode 600) to the path you supply; confirm the path and permissions. The script sets 0600 which is good practice.
- The script will create a user systemd override in ~/.config/systemd/user/... for the openclaw-gateway service. Verify the correct service name and that you want to reload/restart that user service.
- Back up your openclaw.json (use --backup or manual copy) before running in non-dry-run mode.
- Inspect the script yourself (it is included) and run it locally — it performs only local file edits and writes; it contains no network-exfiltration code. If you run it on a machine with remote logging/monitoring, be mindful of where stdout/stderr may be captured.
If you want additional assurance, request a short code review of scripts/merge_nvidia_config.py for your environment or run it in a sandboxed/test workspace first.
功能分析
Type: OpenClaw Skill
Name: nvidia-model-config
Version: 1.0.5
The skill provides a utility to configure NVIDIA models in OpenClaw securely. The included Python script (`scripts/merge_nvidia_config.py`) automates the setup of API keys using environment variables and systemd user overrides, following security best practices such as setting file permissions to 600 and using SecretRefs instead of plaintext. The documentation in `SKILL.md` is clear and aligns with the script's functionality, with no evidence of malicious intent, data exfiltration, or significant vulnerabilities.
能力评估
Purpose & Capability
Name/description match the included script and models. The script inserts a providers.nvidia block, uses a SecretRef-style env id, and includes the listed model entries and NVIDIA API endpoint — all directly relevant to the stated purpose.
Instruction Scope
Instructions and the script operate only on the target openclaw.json, optional env file (e.g., ~/.config/openclaw/gateway.env), and a user systemd override directory — all in-scope. Caution: using --inline-key or running with --dry-run while using inline-key will print plaintext keys to stdout; the SKILL.md warns about inline-key but does not call out the dry-run printing risk explicitly.
Install Mechanism
No install spec; this is an instruction-only skill with a small local Python script. Nothing is downloaded or written outside user-controlled files and typical user config locations.
Credentials
The skill requests no platform credentials and does not declare required env vars. It optionally writes a local env file and a user systemd override to expose NVIDIA_API_KEY to the OpenClaw gateway — appropriate for the task. Users should avoid --inline-key for long-lived/shared configs and be mindful that dry-run will display inline keys if used.
Persistence & Privilege
always:false and no autonomous invocation settings are unusual. The script may create a user-level systemd override for openclaw-gateway (user scope) and writes a per-user env file; this is expected for configuring a gateway service and does not modify other skills or system-wide configuration.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install nvidia-model-config - 安装完成后,直接呼叫该 Skill 的名称或使用
/nvidia-model-config触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.5
Add --setup-env and --setup-systemd for secure environment configuration.
v1.0.4
Add Nemotron Ultra 253B and MiniMax M2.5 model entries; update SKILL.
v1.0.3
Fix Nemotron limits: contextWindow 1,000,000 and maxTokens 32,768 per NVIDIA docs.
v1.0.2
Document systemd gateway.env + drop-in; add Nemotron model entry; clarify SecretRef vs shell.
v1.0.1
nvidia-model-config 1.0.1
- Now uses SecretRef-based handling of the NVIDIA API key by default, improving secret management.
- Removes legacy plaintext `NVIDIA_API_KEY` entries from config when updating.
- Adds a `--inline-key` option to support legacy (inline key) mode if explicitly needed.
- Updated documentation to reflect new default behavior and setup instructions.
- Metadata file `_meta.json` added for improved skill management.
v1.0.0
Initial NVIDIA provider export
元数据
常见问题
Nvidia Model Config 是什么?
Add the NVIDIA provider to OpenClaw with SecretRef apiKey (no plaintext in openclaw.json). Documents shell vs systemd gateway env so the key actually resolve... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 160 次。
如何安装 Nvidia Model Config?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install nvidia-model-config」即可一键安装,无需额外配置。
Nvidia Model Config 是免费的吗?
是的,Nvidia Model Config 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Nvidia Model Config 支持哪些平台?
Nvidia Model Config 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Nvidia Model Config?
由 Wei Li(@0xli)开发并维护,当前版本 v1.0.5。
推荐 Skills