Agent Plugins Marketplace
All plugins

xbrd-selector

v0.1.1

VeigaPunk Xbrd Selector plugin (OpenAI + xAI Grok; no Claude).

Codex1 Skill

By VeigaPunkLicense: BSD-3-Clause0 GitHub starsUpdated last week

Directory evidence

Runtimes
Codex
Parsed components
1 skill or MCP entry
Source updated
Sep 15, 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 xbrd-selector for Codex

Installs for the current user
codex plugin marketplace add VeigaPunk/ds4cc-marketplace
codex plugin marketplace upgrade ds4cc
codex plugin add xbrd-selector@ds4cc

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

Compatibility: the page URL and API slug “xbrd-selector” remain stable.

  • Codex: xbrd-selector@agent-plugin-marketplacexbrd-selector@ds4cc

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/VeigaPunk/ds4cc-marketplace

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

Plugin files

marketplace/plugins/xbrd-selector/
├── .codex-plugin/plugin.json
└── skills/xbrd-selector-docs/SKILL.md

Included Skills1

xbrd-selector-docsskills/xbrd-selector-docs/SKILL.md

Install and run xbrd-selector through verified build commands, a Rust-only binary, and the Ratatui TUI.

Plugin manifests1

marketplace/plugins/xbrd-selector/.codex-plugin/plugin.json
{
  "name": "xbrd-selector",
  "version": "0.1.1",
  "description": "VeigaPunk Xbrd Selector plugin (OpenAI + xAI Grok; no Claude).",
  "author": {
    "name": "VeigaPunk"
  },
  "skills": "./skills/",
  "interface": {
    "displayName": "Xbrd Selector (VeigaPunk)",
    "shortDescription": "Model selection and dispatch helper workflows",
    "longDescription": "Rust-only xbrd-selector workflows for choosing OpenAI ChatGPT and xAI Grok models, plus loopback local models, routing dispatches, and coordinating selection logic.",
    "developerName": "VeigaPunk",
    "category": "Developer",
    "capabilities": [
      "Model Selection",
      "Dispatch Routing",
      "Workflow Coordination"
    ],
    "defaultPrompt": [
      "Show me docs for Xbrd Selector.",
      "Open VeigaPunk Xbrd Selector plugin usage.",
      "Refresh this plugin from the marketplace."
    ]
  },
  "homepage": "https://github.com/VeigaPunk/xbrd-selector",
  "repository": "https://github.com/VeigaPunk/xbrd-selector",
  "license": "BSD-3-Clause"
}

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

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