π¦ ClawHub
NVIDIA NIM Skill
by @d-wwei
Invoke 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.
TERMINAL
clawhub install openclaw-nim-skillπ About This Skill
name: nim description: > Invoke 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.
NVIDIA NIM Skill for OpenClaw
This skill allows OpenClaw to delegate tasks to external models hosted on the NVIDIA NIM platform.
Setup
1. Get API Key: Register at build.nvidia.com and get your nvapi-... key.
2. Set Environment Variable:
export NVIDIA_API_KEY="your_api_key_here"
Usage
Direct Command
python3 scripts/nim_call.py ""
Supported Aliases
glm5: Zhipu AI GLM-5kimi: Moonshot Kimi-k2.5r1: DeepSeek R1 (Llama-8B Distill)llama: Llama 3.1 405Bphi: Microsoft Phi-4Integration with CLAUDE.md
Add this to your project'sCLAUDE.md:
- /nim : Call NVIDIA NIM models.
π‘ Examples
Direct Command
python3 scripts/nim_call.py ""
Supported Aliases
glm5: Zhipu AI GLM-5kimi: Moonshot Kimi-k2.5r1: DeepSeek R1 (Llama-8B Distill)llama: Llama 3.1 405Bphi: Microsoft Phi-4βοΈ Configuration
1. Get API Key: Register at build.nvidia.com and get your nvapi-... key.
2. Set Environment Variable:
export NVIDIA_API_KEY="your_api_key_here"