Agent Plugins Marketplace
All plugins

webgpt-orchestrator

v0.1.0+codex.20260902152817

Orchestrate WebGPT, Codex, and Claude into an autonomous delivery loop.

Codex1 Skill1 MCP serverstdio

By Personal Agent SystemLicense: MIT1 GitHub starsUpdated 2 weeks ago

Directory evidence

Runtimes
Codex
Parsed components
2 skill or MCP entries
Source updated
Sep 5, 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 webgpt-orchestrator for Codex

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add webgpt-orchestrator@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/capitalparser/webgpt-orchestrator

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

webgpt-orchestrator/
├── .codex-plugin/plugin.json
├── skills/webgpt-orchestrator/SKILL.md
└── .mcp.json

Included Skills1

webgpt-orchestratorskills/webgpt-orchestrator/SKILL.md

Use when automating software delivery through WebGPT, Codex, and Claude with GitHub pull requests as the implementation boundary.

MCP servers1

webgpt-orchestratorstdio
command
python3
args
./scripts/mcp_server.py --plugin-dir .
cwd
.

Plugin manifests1

.codex-plugin/plugin.json
{
  "name": "webgpt-orchestrator",
  "version": "0.1.0+codex.20260902152817",
  "description": "Orchestrate WebGPT, Codex, and Claude into an autonomous delivery loop.",
  "author": {
    "name": "Personal Agent System"
  },
  "license": "MIT",
  "keywords": [
    "webgpt",
    "github",
    "pull-request",
    "orchestration",
    "automation",
    "testing",
    "codex",
    "claude"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "WebGPT Orchestrator",
    "shortDescription": "Automate delivery with WebGPT, Codex, and Claude",
    "longDescription": "Use WebGPT's GitHub capabilities while Codex and Claude coordinate planning, implementation, isolated verification, review, and iterative delivery through Forge Loop.",
    "developerName": "Personal Agent System",
    "category": "Developer Tools",
    "capabilities": [
      "Interactive",
      "Read",
      "Write"
    ],
    "defaultPrompt": [
      "Run Forge Loop for this software request.",
      "Test this WebGPT pull request and prepare the next handoff.",
      "Show the current WebGPT Orchestrator status."
    ]
  }
}

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

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