← Back to Skills Marketplace
0xli

Nvidia Model Config

by Wei Li · GitHub ↗ · v1.0.5 · MIT-0
cross-platform ✓ Security Clean
160
Downloads
0
Stars
0
Active Installs
6
Versions
Install in OpenClaw
/install nvidia-model-config
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install nvidia-model-config
  3. After installation, invoke the skill by name or use /nvidia-model-config
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Slug nvidia-model-config
Version 1.0.5
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 6
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 160 downloads so far.

How do I install Nvidia Model Config?

Run "/install nvidia-model-config" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Nvidia Model Config free?

Yes, Nvidia Model Config is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Nvidia Model Config support?

Nvidia Model Config is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Nvidia Model Config?

It is built and maintained by Wei Li (@0xli); the current version is v1.0.5.

💬 Comments