multi-llm-orchestration

multi-llm-orchestration is a skill for Claude Code, Codex from verivus-oss/llm-cli-gateway. It costs 70 tokens per session (1,947 once invoked), scanned A, original, MIT.

A workflow skill for coordinating several command-line AI assistants through the llm-cli-gateway MCP server. MCP is a standard connection that lets an agent use external tools.

In plain words
What is it for?
It helps run parallel implementation or review work and cross-model workflows involving Claude, Codex, Gemini, Grok, Mistral, Devin, and Cursor.
Why use it?
It gives implementation, review, session, asynchronous-job, caching, and consensus workflows one orchestration interface across multiple AI providers.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions Codex.

Part of the llm-gateway plugin — 24 skills, 4 commands, 2 MCP servers shipped together

Good fit It helps run parallel implementation or review work and cross-model workflows involving Claude, Codex, Gemini, Grok, Mistral, Devin, and Cursor.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/verivus-oss/llm-cli-gateway/multi-llm-orchestration
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add verivus-oss/llm-cli-gateway --skill multi-llm-orchestration
Clone the repo
git clone --depth 1 https://github.com/verivus-oss/llm-cli-gateway

Made for: Claude Code, Codex.

Or install llm-gateway, the plugin that ships this one along with the rest of its 24 skills, 4 commands, 2 MCP servers.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for multi-llm-orchestration

README.md
[![agentmods](https://agentmods.dev/badge/skills/verivus-oss/llm-cli-gateway/multi-llm-orchestration/github.svg)](https://agentmods.dev/skills/verivus-oss/llm-cli-gateway/multi-llm-orchestration)
Your own site
<a href="https://agentmods.dev/skills/verivus-oss/llm-cli-gateway/multi-llm-orchestration"><img src="https://agentmods.dev/badge/skills/verivus-oss/llm-cli-gateway/multi-llm-orchestration/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for multi-llm-orchestration

Your own site · 80×15
<a href="https://agentmods.dev/skills/verivus-oss/llm-cli-gateway/multi-llm-orchestration"><img src="https://agentmods.dev/badge/skills/verivus-oss/llm-cli-gateway/multi-llm-orchestration.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 70 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,947 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 4 findings, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Prompt Injection · line 49
    Large whitespace padding was detected (a block of blank lines or a long run of spaces). This can push injected instructions below or to the right of the visible area so a human reviewer never sees them while the agent still reads them. Manual review of the hidden content is recommended.
    Fix: Remove the large whitespace padding (blank-line blocks or long space runs) and review any content hidden below or to the right of it. Keep skill files compact and reviewable so no instructions can be
  • medium Prompt Injection · line 51
    Large whitespace padding was detected (a block of blank lines or a long run of spaces). This can push injected instructions below or to the right of the visible area so a human reviewer never sees them while the agent still reads them. Manual review of the hidden content is recommended.
    Fix: Remove the large whitespace padding (blank-line blocks or long space runs) and review any content hidden below or to the right of it. Keep skill files compact and reviewable so no instructions can be
  • medium Prompt Injection · line 52
    Large whitespace padding was detected (a block of blank lines or a long run of spaces). This can push injected instructions below or to the right of the visible area so a human reviewer never sees them while the agent still reads them. Manual review of the hidden content is recommended.
    Fix: Remove the large whitespace padding (blank-line blocks or long space runs) and review any content hidden below or to the right of it. Keep skill files compact and reviewable so no instructions can be
  • medium Prompt Injection · line 53
    Large whitespace padding was detected (a block of blank lines or a long run of spaces). This can push injected instructions below or to the right of the visible area so a human reviewer never sees them while the agent still reads them. Manual review of the hidden content is recommended.
    Fix: Remove the large whitespace padding (blank-line blocks or long space runs) and review any content hidden below or to the right of it. Keep skill files compact and reviewable so no instructions can be
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00070 $0.01947
Opus 5 $0.00035 $0.00974
Sonnet 5 $0.00014 $0.00389
Haiku 4.5 $0.00007 $0.00195

Measured 10d ago against content hash b5917b26e6f6, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

multi-llm-orchestration scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/multi-llm-orchestration/SKILL.md · 172 lines

How it starts

The opening of the file, as written. The whole thing — 172 lines — stays where its author put it; the contents beside it link to each section on GitHub.

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__; 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_request, cursor_request_async Native ACP capability; accepts flat prompt only.

Async tools and llm_job_* tools are absent when persistence.backend = "none". Do not invent an unavailable tool or silently change a required reviewer roster.

Configured API providers are discovered dynamically with list_models and their runtime capability data. They are not canonical local CLI providers and do not imply local workspace/worktree targeting or native ACP. Do not use one as an unannounced replacement for a required source-inspecting CLI reviewer.

Read the full file on GitHub · 172 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 172 lines · 70 tokens per session scan A b5917b26e6f6

Subscribe to this mod's changes

multi-llm-orchestration is a skill published in the GitHub repository verivus-oss/llm-cli-gateway (15 stars, last pushed today), licensed MIT. It adds 70 tokens to every session and 1,947 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.