Install
openclaw skills install openclaw-nim-skillInvoke 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.
openclaw skills install openclaw-nim-skillThis skill allows OpenClaw to delegate tasks to external models hosted on the NVIDIA NIM platform.
nvapi-... key.export NVIDIA_API_KEY="your_api_key_here"
python3 scripts/nim_call.py <model_alias> "<prompt>"
glm5: Zhipu AI GLM-5kimi: Moonshot Kimi-k2.5r1: DeepSeek R1 (Llama-8B Distill)llama: Llama 3.1 405Bphi: Microsoft Phi-4Add this to your project's CLAUDE.md:
- /nim <model> <prompt>: Call NVIDIA NIM models.