From llm-gateway
Use when the user wants to chat with a non-Claude model (GPT-4o, Claude via Copilot, Kimi, GLM, MiniMax), get a second opinion from another LLM, compare model responses, or when working on multi-agent tasks that benefit from model diversity. Also use in auto mode when Claude needs to delegate a subtask to the most appropriate available model.
How this skill is triggered — by the user, by Claude, or both
Slash command
/llm-gateway:llm-chatThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Route messages to GitHub Copilot, Kimi, MiniMax, or GLM via the llm-gateway MCP server.
Route messages to GitHub Copilot, Kimi, MiniMax, or GLM via the llm-gateway MCP server.
Use when the user names a specific model or provider, or when precision matters.
llm_status to check authenticationllm_models to see available modelsllm_chat with mode: "manual", provider, model, and messagesUse during multi-agent tasks, parallel work, or when the user says "use whatever model is best".
llm_models to perceive all currently available models (REQUIRED before routing)code_generation, code_review, reasoning, chinese_writing, translation, quick_qa, math, creative, long_contextllm_chat with mode: "auto", task, and messagesAlways show which model answered:
[GitHub Copilot / GPT-4o] [response content here]
llm_chat fails with "not authenticated" → tell user to run llm_login [provider]llm_models and show the user what's availablenpx claudepluginhub seufsg/llm-gateway --plugin llm-gatewayCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.