What problem does it solve? NanoClaw ships with only the Claude agent provider baked in, so teams wanting to run agents through OpenRouter, OpenAI, Google, DeepSeek, or other OpenCode-supported backends have no built-in path. This Skill wires the OpenCode provider into both the host and container trees, installs the pinned SDK and CLI, and rebuilds the agent image. ## Core Features & Use Cases - Provider installation: Copies OpenCode provider files from the providers branch, registers them in both barrels, adds the pinned @opencode-ai/sdk dependency, and installs the opencode-ai CLI in the container Dockerfile. - Guarded validation: Runs registration guard tests and a structural Dockerfile test to verify every integration point before use. - Configuration and removal: Documents per-group provider selection via ncl groups config update, OneCLI credential registration, and a full idempotent removal procedure in REMOVE.md. - Use Case: A team wants one agent group to run on DeepSeek through OpenRouter instead of Anthropic. Run this Skill to install the provider, set OPENCODE_* env vars, register the API key in OneCLI, and switch the group with ncl groups config update --provider opencode. ## Quick Start Ask the agent to install the OpenCode provider into this NanoClaw project and configure a test group to use it with your chosen model backend.