What problem does it solve? Claude Code is hard-wired to Anthropic's /v1/messages protocol and cannot natively use NVIDIA NIM's OpenAI-compatible endpoints, leaving developers without a clean way to run NIM-hosted models like GLM 5.2 or Nemotron in an agentic coding CLI. ## Core Features & Use Cases - OpenCode Provider Configuration: Writes a complete opencode.json provider block using @ai-sdk/openai-compatible with the NIM base URL, API key, and five pre-configured models. - Per-Model maxTokens Capping: Prevents Bad Request context-length errors by capping each NIM model's completion tokens to fit its context window. - Rate-Limit Diagnosis: Distinguishes HTTP 429 throttling on free NIM keys from broken configuration, with curl-based recovery checks. - Use Case: A developer on Windows wants to use GLM 5.2 for agentic coding without an Anthropic subscription; this Skill installs OpenCode, writes the NIM provider config, verifies the model list, and runs a smoke test. ## Quick Start Set up OpenCode with my NVIDIA NIM API key so I can run GLM 5.2 and Nemotron models for coding tasks.