← ClaudeAtlas

consult-llmlisted

Use only when the user explicitly asks to consult external LLMs or names GPT, ChatGPT, Gemini, OpenAI, or consult_llm. Never use at session start, for routine planning/review/debugging, or for a generic "second opinion" unless the user names external LLMs.
nikolanovoselec/codeflare · ★ 24 · AI & Automation · score 69
Install: claude install-skill nikolanovoselec/codeflare
# Consult LLM: Query External AI Models Query external LLM providers via the `consult_llm` MCP tool and present their responses for comparison. Two providers are available: **OpenAI** (GPT) and **Google Gemini**. The server picks the backend automatically — for OpenAI it uses your **Codex subscription** when you are logged into Codex (no API spend), otherwise your OpenAI API key; for Gemini it uses your Gemini API key. Keys/login are managed in **Settings → LLM API Keys** (and `codex login`) and take effect on the next session start. ## Hard gate — explicit user request only Do not call `consult_llm` unless the user's current request explicitly asks to consult external LLMs or names GPT, ChatGPT, Gemini, OpenAI, or `consult_llm` as the target. This skill is forbidden for: - session start, orientation, planning, routine code review/debugging, or CI fixes; - satisfying generic "ask advisor", "stronger model", or "second opinion" instructions when no external LLM is named; - proactive sanity checks chosen by the assistant. If the user asks for a generic second opinion without naming external LLMs, ask what they want. Do not call `consult_llm`, and do not invoke advisor unless the user explicitly asks for advisor. ## Step 1 — Choose the model **If the user named a specific model** ("ask gpt-5.5…", "use gemini-3.1-pro…") → use that exact model ID, no dialog. **Otherwise you MUST show an `AskUserQuestion` dialog** (single-select) so the user picks. Provide these four optio