multi-llm-orchestrationlisted
Install: claude install-skill verivus-oss/llm-cli-gateway
# Multi-LLM Orchestration
Use the local gtwy stdio MCP server as the single orchestration surface. Do not
launch provider CLIs directly for implementation, review, or consensus work.
In Codex the tools usually appear as mcp__gtwy__<tool>; other clients can show
their short tool names.
## Discover the Live Surface
Call provider_tool_capabilities before planning a cross-provider workflow and
use cli_versions when behavior is unexpected. The canonical CLI provider roster
has seven members:
| Provider | Request tools | Important boundary |
| -------- | -------------------------------------- | ------------------------------------------------------------------ |
| Claude | claude_request, claude_request_async | Only provider with mcp_managed. |
| Codex | codex_request, codex_request_async | Use sandboxMode, not fullAuto. |
| Gemini | gemini_request, gemini_request_async | Antigravity owns native MCP configuration; use workingDir for cwd. |
| Grok | grok_request, grok_request_async | Native ACP capability is also available through the gateway. |
| Mistral | mistral_request, mistral_request_async | Native ACP capability; programmatic default is accept-edits. |
| Devin | devin_request, devin_request_async | Native ACP capability; accepts flat prompt only. |
| Cursor | cursor_