Agent Plugins Marketplace
All plugins

codex-live-switch

v0.3.0

Safely manage Responses-compatible custom model-provider presets for Codex.

Codex1 Skill

By zqj372-opsLicense: MIT1 GitHub starsUpdated 3 hours ago

Directory evidence

Runtimes
Codex
Parsed components
1 skill or MCP entry
Source updated
Aug 26, 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 plugin

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add codex-live-switch@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/zqj372-ops/Codex-Live-Switch

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

codex-live-switch/
├── .codex-plugin/plugin.json
└── skills/switch-model/SKILL.md

Included Skills1

switch-modelskills/switch-model/SKILL.md

Safely inspect, test, persist, or restore Responses-compatible Codex custom model-provider presets. Use when the user asks to list or change model presets, test a configured provider, inspect model configuration, or restore a backup.

Plugin manifests1

.codex-plugin/plugin.json
{
  "name": "codex-live-switch",
  "version": "0.3.0",
  "description": "Safely manage Responses-compatible custom model-provider presets for Codex.",
  "author": {
    "name": "zqj372-ops",
    "url": "https://github.com/zqj372-ops"
  },
  "homepage": "https://github.com/zqj372-ops/Codex-Live-Switch",
  "repository": "https://github.com/zqj372-ops/Codex-Live-Switch",
  "license": "MIT",
  "keywords": [
    "codex",
    "model-provider",
    "openrouter",
    "deepseek",
    "ollama"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Codex Live Switch",
    "shortDescription": "Manage custom model presets safely",
    "longDescription": "Back up and update the user-level Codex model-provider configuration for Responses-compatible OpenRouter, DeepSeek, and Ollama presets.",
    "developerName": "zqj372-ops",
    "category": "Productivity",
    "capabilities": [
      "Read",
      "Write"
    ],
    "websiteURL": "https://github.com/zqj372-ops/Codex-Live-Switch",
    "defaultPrompt": [
      "List the model presets available in Codex Live Switch.",
      "Set my default Codex model to MiniMax M3 through OpenRouter.",
      "Show my current Codex model provider and backup count."
    ],
    "brandColor": "#10A37F"
  }
}

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

[codex-live-switch on Agent Plugins Marketplace](https://pluginsmp.com/plugins/codex-live-switch)