Agent Plugins Marketplace
All plugins

switchboard

v0.10.0

CLI-managed routing tables, structured processor outcomes, and durable waits for AI agents.

CodexClaude Code1 Skill

By Maciej CieleckiLicense: MIT0 GitHub starsUpdated 11 hours ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 23, 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 switchboard for Codex and Claude Code

Installs for the current user
codex plugin marketplace add cielecki/switchboard
codex plugin marketplace upgrade switchboard
codex plugin add switchboard@switchboard

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

Compatibility: the page URL and API slug “switchboard-2” remain stable.

  • Codex: switchboard-2@agent-plugin-marketplaceswitchboard@switchboard

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/cielecki/switchboard

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

Plugin files

plugins/switchboard/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/switchboard/SKILL.md

Included Skills1

switchboardskills/switchboard/SKILL.md

Operate the local Switchboard event coordinator through its CLI: inspect source health and events, register or cancel durable agent waits, review deliveries, and manage deterministic routing. Use when a task is waiting for an external message or event, or when the user asks about Switchboard. Do not use it as a task board or visual agent workspace.

Plugin manifests2

plugins/switchboard/.codex-plugin/plugin.json
{
  "name": "switchboard",
  "version": "0.10.0",
  "description": "CLI-managed routing tables, structured processor outcomes, and durable waits for AI agents.",
  "author": {
    "name": "Maciej Cielecki"
  },
  "skills": "./skills/",
  "interface": {
    "displayName": "Switchboard",
    "shortDescription": "Route events into agent processors.",
    "longDescription": "Operate a local event ledger, declarative topology, deterministic routing tables, structured processor outcomes, durable agent waits, persistent supervision, backup, and diagnostics through the Switchboard CLI.",
    "developerName": "Maciej Cielecki",
    "category": "Productivity",
    "capabilities": [
      "Interactive",
      "Write"
    ],
    "defaultPrompt": [
      "Show the current Switchboard status.",
      "Register this task as waiting for an external event."
    ]
  }
}
plugins/switchboard/.claude-plugin/plugin.json
{
  "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
  "name": "switchboard",
  "displayName": "Switchboard",
  "version": "0.10.0",
  "description": "CLI-managed routing tables, structured processor outcomes, and durable waits for AI agents.",
  "author": {
    "name": "Maciej Cielecki",
    "url": "https://github.com/cielecki"
  },
  "homepage": "https://github.com/cielecki/switchboard",
  "repository": "https://github.com/cielecki/switchboard",
  "license": "MIT",
  "keywords": [
    "agents",
    "events",
    "routing",
    "observability"
  ]
}

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

[switchboard on Agent Plugins Marketplace](https://pluginsmp.com/plugins/switchboard-2)