What problem does it solve? NanoClaw ships with only the Claude agent provider baked in, so teams wanting to run agents on OpenRouter, OpenAI, Google, DeepSeek, or other models via OpenCode must manually wire provider files, dependencies, Dockerfile installs, and per-group overlays across two code trees. This Skill automates that entire installation and configuration workflow with idempotent, verifiable steps. ## Core Features & Use Cases - Provider Installation: Copies OpenCode provider source files from the providers branch into both the host and container trees, appends barrel self-registration imports, and pins the @opencode-ai/sdk dependency. - Dockerfile Integration: Adds a pinned OPENCODE_VERSION build arg and a dedicated pnpm global install layer for the opencode-ai CLI, guarded by a structural vitest test. - Configuration & Secrets: Guides .env setup (OPENCODE_PROVIDER, OPENCODE_MODEL, ANTHROPIC_BASE_URL) and OneCLI credential registration with per-group and per-session provider overrides. - Use Case: A team wants a NanoClaw agent group to run on DeepSeek through OpenRouter instead of Anthropic. The Skill installs the provider, registers the API key in OneCLI, sets agent_provider to opencode, and validates the wiring with registration and Dockerfile guard tests. ## Quick Start Ask the agent to install the OpenCode provider so this NanoClaw group can run on DeepSeek via OpenCode, then follow the printed build and validation steps.