Back to Registry View Author Profile
Official Verified
nim
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.
skill-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/d-wwei/openclaw-nim-skillOr
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
nvapi-...key. - Set Environment Variable:
export NVIDIA_API_KEY="your_api_key_here"
Usage
Direct Command
python3 scripts/nim_call.py <model_alias> "<prompt>"
Supported Aliases
glm5: Zhipu AI GLM-5kimi: Moonshot Kimi-k2.5r1: DeepSeek R1 (Llama-8B Distill)llama: Llama 3.1 405Bphi: Microsoft Phi-4
Integration with CLAUDE.md
Add this to your project's CLAUDE.md:
- /nim <model> <prompt>: Call NVIDIA NIM models.
Metadata
AI Skill Finder
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skill Add to Configuration
Paste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-d-wwei-openclaw-nim-skill": {
"enabled": true,
"auto_update": true
}
}
}Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.