tokonomix-consensus

tokonomix-consensus is a skill for Claude Code, Codex from TokonoMix/tokonomix-council-mcp. It costs 0 tokens per session (10,369 once invoked), scanned A, original, MIT.

A review skill that asks Claude, GPT and Gemini for separate answers and has an independent model judge the results. It is intended for decisions where a single wrong answer could be costly.

In plain words
What is it for?
It can review database migrations, legal or compliance statements, security-sensitive code changes and other high-stakes answers. It can also help check facts before they are published.
Why use it?
It exposes disagreements between different model families instead of relying on one model's view. This can add a cross-check before an irreversible or customer-facing action.

Skill for Claude CodeCodex

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

Good fit It can review database migrations, legal or compliance statements, security-sensitive code changes and other high-stakes answers. It can also help check facts before they are published.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/tokonomix/tokonomix-council-mcp/tokonomix-consensus
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 TokonoMix/tokonomix-council-mcp --skill tokonomix-consensus
Clone the repo
git clone --depth 1 https://github.com/TokonoMix/tokonomix-council-mcp

Made for: Claude Code, Codex.

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 tokonomix-consensus

README.md
[![agentmods](https://agentmods.dev/badge/skills/tokonomix/tokonomix-council-mcp/tokonomix-consensus/github.svg)](https://agentmods.dev/skills/tokonomix/tokonomix-council-mcp/tokonomix-consensus)
Your own site
<a href="https://agentmods.dev/skills/tokonomix/tokonomix-council-mcp/tokonomix-consensus"><img src="https://agentmods.dev/badge/skills/tokonomix/tokonomix-council-mcp/tokonomix-consensus/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 tokonomix-consensus

Your own site · 80×15
<a href="https://agentmods.dev/skills/tokonomix/tokonomix-council-mcp/tokonomix-consensus"><img src="https://agentmods.dev/badge/skills/tokonomix/tokonomix-council-mcp/tokonomix-consensus.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 10,369 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.
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.00000 $0.10369
Opus 5 $0.00000 $0.05185
Sonnet 5 $0.00000 $0.02074
Haiku 4.5 $0.00000 $0.01037

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

Security

Grade A, and why

tokonomix-consensus 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 12d 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.

skill/tokonomix-consensus/SKILL.md · 401 lines

How it starts

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

Tokonomix consensus skill

When a wrong answer is expensive — legal/compliance interpretation, a security-relevant code change, a fact that's about to ship in a customer-facing document — don't trust a single LLM. Ask two or three frontier models in parallel and have an independent judge synthesize the result — by default the judge is selected from the same multi-vendor pool (Anthropic / OpenAI / Google / open-weight), is a different model than the proposers it scores, and is never asked to score its own answer, so the synthesis step doesn't inherit one vendor's blind spot. You can pin the judge or run a multi-judge panel (prefer a cross-family one).

Its real edge is cross-vendor diversity: Claude, GPT and Gemini answer the same prompt side by side, then a judge synthesizes them. Your host agent's own review tooling or sub-agents can only give you one vendor's perspective — a cross-vendor check is the one thing they cannot reproduce. Reach for it when the cost of a wrong answer exceeds the few cents the check costs.

What consensus does — and does not — give you

Consensus reduces single-model error and surfaces disagreement a single model would hide. It does not guarantee correctness. Frontier models share heavily overlapping training data, so on a shared blind spot — post-cutoff facts, niche domains — they can agree and be uniformly wrong, and the judge will hand you a confident wrong answer with a clean "blind spots" section that found nothing. Treat agreement as a strong signal, not proof; for out-of-distribution or post-cutoff facts, still verify against a primary source.

Read it as a recall amplifier that feeds your judgment — not a truth oracle or a blind merge gate. Its strength is recall: with several different vendors, you only need one to catch the timing side-channel / the missed edge case, and it gets surfaced. The cost is precision: more models means more flags, some of which are nitpick, so a human adjudicates. That trade is worth it for rare, high-asymmetric-cost decisions (auth, migrations, GDPR, money) where one real catch pays for a lot of false alarms — and it is not worth it for routine work, where it adds cost and noise. Agreement raises confidence, not correctness.

Read the full file on GitHub · 401 lines

Files

What ships with it

5 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 12d ago First seen · 401 lines · 0 tokens per session scan A 5551d34fedff

Subscribe to this mod's changes

tokonomix-consensus is a skill published in the GitHub repository TokonoMix/tokonomix-council-mcp (1 stars, last pushed 6d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 10,369 tokens. 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-31.

Related

Other skills, from other repositories

9router-image

Generate images via 9Router /v1/images/generations using OpenAI / Gemini Imagen / DALL-E / FLUX / MiniMax / SDWebUI / ComfyUI / Codex models. Use when the user wants to create, generate, draw, or render an image, picture, or text-to-image (txt2img).

decolua/9router · 74 tokens

9router-video

Generate videos via 9Router /v1/videos/generations using xAI Grok Imagine (grok-imagine-video). Async job flow - submit, poll requestid until done, download MP4. Use when the user wants to create, generate, or render a video, text-to-video (txt2vid), or image-to-video.

decolua/9router · 74 tokens

9router-web-fetch

Fetch URL → markdown / text / HTML via 9Router /v1/web/fetch using Ollama Cloud / Firecrawl / Jina Reader / Tavily Extract / Exa Contents. Use when the user wants to scrape a webpage, extract URL content, read article, or convert a URL to markdown.

decolua/9router · 67 tokens

9router-web-search

Web and X search via 9Router /v1/search using Tavily / Exa / Brave / Serper / SearXNG / Google PSE / Linkup / SearchAPI / You.com / Perplexity / Xquik. Use when the user wants to search the web, find articles, or search public X posts.

decolua/9router · 74 tokens

9router-chat

Chat / code generation via 9Router using OpenAI /v1/chat/completions or Anthropic /v1/messages format with streaming + auto-fallback combos. Use when the user wants to ask an LLM, generate code, summarize text, or run prompts through 9Router.

decolua/9router · 63 tokens

9router-embeddings

Generate vector embeddings via 9Router /v1/embeddings using OpenAI / Gemini / Mistral / Voyage / Nvidia / GitHub embedding models for RAG, semantic search, similarity. Use when the user wants embeddings, vectors, RAG, semantic search, or to embed text.

decolua/9router · 66 tokens