skills/llm-chat/SKILL.md
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.
npx skillsauth add SEUFSG/llm-gateway llm-chatInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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 availabledevelopment
Use when the user runs /llm-login or wants to authenticate an LLM provider (GitHub Copilot, Kimi, MiniMax, GLM, Qwen), check auth status, or logout from a provider.
data-ai
Example TaskFlow authoring pattern for inbox triage. Use when messages need different treatment based on intent, with some routes notifying immediately, some waiting on outside answers, and others rolling into a later summary.
data-ai
Example TaskFlow authoring pattern for inbox triage. Use when messages need different treatment based on intent, with some routes notifying immediately, some waiting on outside answers, and others rolling into a later summary.
data-ai
OpenProse VM skill pack. Activate on any `prose` command, .prose files, or OpenProse mentions; orchestrates multi-agent workflows.