What problem does it solve? Setting up OpenRouter as an LLM provider involves scattered configuration across APX engines, OpenCode providers, and OpenAI-compatible clients, with the risk of accidentally committing API keys to git. This Skill guides safe, correct OpenRouter configuration for each client. ## Core Features & Use Cases - Key Safety Checks: Verifies OPENROUTER_API_KEY presence without exposing the secret, and keeps keys out of committed project config. - APX Engine Configuration: Uses apx config set --global for API keys and project-level settings for model selection. - OpenCode Provider Setup: Walks through OpenCode's provider and model commands to wire up OpenRouter. - Use Case: You want to run an APX agent on an OpenRouter-hosted model. The Skill checks your key, sets the global engine config, and pins the model for the current project. ## Quick Start Ask the assistant to configure OpenRouter as the APX engine provider using your OPENROUTER_API_KEY and a chosen model.