install
source · Clone the upstream repo
git clone https://github.com/d-wwei/openclaw-nim-skill
Claude Code · Install into ~/.claude/skills/
git clone --depth=1 https://github.com/d-wwei/openclaw-nim-skill ~/.claude/skills/d-wwei-openclaw-nim-skill-nim
OpenClaw · Install into ~/.openclaw/skills/
git clone --depth=1 https://github.com/d-wwei/openclaw-nim-skill ~/.openclaw/skills/d-wwei-openclaw-nim-skill-nim
manifest:
SKILL.mdsource content
NVIDIA NIM Skill for OpenClaw
This skill allows OpenClaw to delegate tasks to external models hosted on the NVIDIA NIM platform.
Setup
- Get API Key: Register at build.nvidia.com and get your
key.nvapi-... - Set Environment Variable:
export NVIDIA_API_KEY="your_api_key_here"
Usage
查看可用模型
python3 scripts/nim_call.py list
调用模型
python3 scripts/nim_call.py <model_alias> "<prompt>"
支持的常用别名
(运行
list 命令查看完整实时列表)
,glm5
,kimi
,r1-qwen-32b
,llama33
,phi4qwq
Integration with CLAUDE.md
Add this to your project's
CLAUDE.md:
- /nim <model> <prompt>: Call NVIDIA NIM models.