Agent Plugins Marketplace
All plugins

bitrouter

v0.1.0

Cost-optimize your agentic loops: route every model call through the cheapest viable path. Bundles the bitrouter setup skill and the origin MCP server for in-session model arbitrage.

CodexClaude Code2 Skills1 MCP serverstdio

License: Apache-2.0216 GitHub starsUpdated last month

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
3 skill or MCP entries
Source updated
Aug 9, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install bitrouter for Codex and Claude Code

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add bitrouter@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/bitrouter/bitrouter

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

bitrouter/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/evaluating-bitrouter-routes/SKILL.md
├── skills/run-bitrouter-benchmark/SKILL.md
└── .mcp.json

Included Skills2

evaluating-bitrouter-routesskills/evaluating-bitrouter-routes/SKILL.md

Use when evaluating BitRouter route decisions or Eval Exchange subjects with task-native verifiers, human reviewers, private enterprise evaluators, agentic judges, or genuinely uncategorized evaluator sources.

run-bitrouter-benchmarkskills/run-bitrouter-benchmark/SKILL.md

Use when planning, launching, resuming, auditing, or reproducing a BitRouter Terminal-Bench 2.1 benchmark with Harbor, Terminus 2, and AWS EC2, including short policy iterations, one-time controls, model comparisons, or public full runs.

MCP servers1

bitrouterstdio
command
bitrouter
args
mcp serve

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "bitrouter",
  "displayName": "BitRouter",
  "version": "0.1.0",
  "description": "Cost-optimize your agentic loops: route every model call through the cheapest viable path. Bundles the bitrouter setup skill and the origin MCP server for in-session model arbitrage.",
  "homepage": "https://bitrouter.ai",
  "repository": "https://github.com/bitrouter/bitrouter",
  "license": "Apache-2.0",
  "keywords": [
    "llm",
    "router",
    "gateway",
    "cost",
    "openai",
    "anthropic",
    "mcp"
  ],
  "skills": "./skills/bitrouter",
  "mcpServers": "./.codex-plugin/mcp.json"
}
.claude-plugin/plugin.json
{
  "name": "bitrouter",
  "displayName": "BitRouter",
  "version": "0.1.0",
  "description": "Cost-optimize your agentic loops: route every model call through the cheapest viable path. Bundles the bitrouter setup skill and the origin MCP server for in-session model arbitrage.",
  "author": {
    "name": "BitRouterAI"
  },
  "homepage": "https://bitrouter.ai",
  "repository": "https://github.com/bitrouter/bitrouter",
  "license": "Apache-2.0",
  "keywords": [
    "llm",
    "router",
    "gateway",
    "cost",
    "openai",
    "anthropic",
    "mcp"
  ],
  "skills": [
    "./skills/bitrouter"
  ],
  "mcpServers": {
    "bitrouter": {
      "command": "bitrouter",
      "args": [
        "mcp",
        "serve"
      ]
    }
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[bitrouter on Agent Plugins Marketplace](https://pluginsmp.com/plugins/bitrouter)